HypersonicSQL the right way --was : Re: [JBoss-user] JBOSS stopsworking

2001-09-13 Thread Peter Fagerlund
I been using HypersonicSQL with great joy and success for over 2.5 years now and have not found any unstable issues with it - ... except when crashing it and then have a unclean shutdown, then rebuild the db from backup ... first how are You using it ? - not at all - for read data - for read/writ

[JBoss-user] 2.4 Oracle JDBC Problem

2001-09-13 Thread Paul McLachlan
I recovered the following mail. I tried the "DataSourceClass">oracle.jdbc.xa.client.OracleXADataSource but got an Oracle exception: [Default] java.sql.SQLException: ORA-06550: line 1, column 13: PLS-00201: identifier 'JAVA_XA.XA_START_NEW' must be declared Do you mean this when you say adding or

re: [JBoss-user] How can i see JNDI tree?

2001-09-13 Thread pyliu8621
thanks for Scott's help Now I have seen "estore/ReportForm" in jndi tree. I can confirm it. - +- estore | +- PLU | +- Payment | +- RTNReport | +- DlvDtl | +- Cheval | +- RtnHead | +- ReportForm

[JBoss-user] JW JAAS article;JB-2.4.1_TC_3.2.3: auth. process not quite right

2001-09-13 Thread David M. Karr
I did a fresh install of JBoss-2.4.1_Tomcat-3.2.3. Just in case, I made copies of all the subdirs of "jboss/conf" (adding ".save" to the name). I modified the "tomcat" configuration to match the need for my prototype application. I was able to deploy it, and verify both the EJB and Servlet side

[JBoss-user] Oracle and JBoss 2.4

2001-09-13 Thread Paul McLachlan
I have been trying to migrate from 2.2 to 2.4 and suddenly my Oracle8 driver doesn't work anymore. I kept the same declaration in jboss.jmcl as I used for 2.3, namely; oracle.jdbc.driver.OracleDriver OracleDS org.opentools.minerva.jdbc.xa.wrapper.XADataSourc eImpl jdbc

[JBoss-user] 答复: [JBoss-user] How can i see JNDI tree?

2001-09-13 Thread pyliu8621
thanks for Scott's help Now I have seen "estore/ReportForm" in jndi tree. I can confirm it. - +- estore | +- PLU | +- Payment | +- RTNReport | +- DlvDtl | +- Cheval | +- RtnHead | +- ReportForm

Re: [JBoss-user] How can i see JNDI tree?

2001-09-13 Thread Scott M Stark
Read about the JNDIView mbean: http://www.jboss.org/documentation/HTML/ch13s127.html - Original Message - From: "pyliu8621" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 5:45 PM Subject: [JBoss-user] How can i see JNDI tree? > > Hi: > In JSP I can get ej

[JBoss-user] How can i see JNDI tree?

2001-09-13 Thread pyliu8621
Hi: In JSP I can get ejb home by initialContext.lookup("estore/ReportForm"), while I can't get it from another application by initialContext.lookup("estore/ReportForm"), why? so, i want to know if there is a tool to show jndi tree, thanks for everyone. pylio. A¢Ë.±êæj)bž

[JBoss-user] test, sorry - drop it

2001-09-13 Thread pyliu8621
test, sorry ‹,ºÇ«™¨¥Šx%ŠËI‹,ºÇ«–+-²Ê.­ÇŸ¢¸ëa¶Úlÿùb²Û,¢êÜyú+éÞ·ùb²Û?–+-Šwèþ6è²Ë¬z

[JBoss-user] How do I create a table outside of the appServer in Hypersonic

2001-09-13 Thread Paul McLachlan
I am using Castor with Hypersonic. Castor expects the Tables to be created outside the scope of the appServer. Otherwise queries will fail odviuosly. I know how to do this with Oracle but not with Hypersonic? [Default] Nested error: java.sql.SQLException: Table not found: ROOM in statement [SELE

Re: [JBoss-user] Jboss authentication

2001-09-13 Thread Scott M Stark
Its up to you to do this in your equivalent of AppCallbackHandler on the client side. This is called when the client calls the LoginContext.login() method. - Original Message - From: "Yahoo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 3:15 PM Subject: Re

RE: [JBoss-user] bug in opening jms transaction log

2001-09-13 Thread King, Tom
It looks like its looking for a relative path b/c of the forward slashes. Are you using forward slashes in the conf file to define a physical path? -Original Message- From: Cor Hofman [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 12:25 AM To: Jboss Subject: [JBoss-user] bu

Re: [JBoss-user] Jboss authentication

2001-09-13 Thread Yahoo
Hi, I think I didn't express myself well last time. The EJBs are secured. We want a login window which will authenticate a user from client side, using jboss's loginmodule. That means at the "login" stage, we are not going to call any EJB methods yet. What we want at this time is whether this use

Re: [JBoss-user] HELP! error while getting reference to ejb

2001-09-13 Thread Daniel Lynes
On Thursday 13 September 2001 04:34, you wrote: > second point - is there any reason you're not running embedded tomcat - > this would also remove the need to worry about it, as the properties are > already set for you. afaik there are no drawbacks to running > embeddedtomcat - you can still run

RE: [JBoss-user] Two copies of Jboss2.4.1/tomcat3.2.3 on the same machine

2001-09-13 Thread Dmitri Colebatch
I think you will also need to do similar for jboss/tmp and depending on your setup (most likely) do something with jboss/db cheers dim On Thu, 13 Sep 2001, Bruyn, Bill wrote: > Hi Tony, > > This is about how I did it for 2.3.3/3.2.3, I think. Enjoy... > > 1. Create subdirectories for each i

Re: [JBoss-user] Jboss authentication

2001-09-13 Thread Scott M Stark
What's the point of authenticating the user if you not securing the EJB? If you want authentication of the user you must assign a security context to the EJB. - Original Message - From: "Yahoo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 2:20 PM Subject:

Re: [JBoss-user] Jboss authentication

2001-09-13 Thread Yahoo
Hi, Now that part's done. How about I want user/pass sent from client to be authenticated in Jboss(using DatabaseServerLoginModule), but without calling a secured ejb method? I found the authentication did not excute if a secured ejb is not called. Thanks, Burt > Add a login module configurati

Re: [JBoss-user] Jboss authentication

2001-09-13 Thread Scott M Stark
Add a login module configuration in the auth.conf file used by the client to the "other" entry before the ClientLoginModule as the comments indicate. The login module you add there will perform the client side authentication. other { // Put your login modules that work without jBoss here

RE: [JBoss-user] JBoss 2.2.2 and Xerxes/Xalan

2001-09-13 Thread John Moore
Title: RE: [JBoss-user] JBoss 2.2.2 and Xerxes/Xalan Dirk, If you question is to replace the -Djavax.xml.parser... lines in the run.sh script I don't have an answer.  I can tell you that we added a reference to xerces.jar after crimson.jar in the JBOSS_CLASSPATH (run.sh/run.bat) successfu

[JBoss-user] Jboss authentication

2001-09-13 Thread Yahoo
Hi,   From the client side, we need a "login" module which ONLY authenticates a user. In jboss, the authentication is not excute unless a secured ejb method is called. Please take a look of the following client code, if we commented from   try{     InitialContext  iniContext = ...   The use

RE: [JBoss-user] JBOSS stops working

2001-09-13 Thread Tejaswi Redkar
I think you should get rid of HypersonicSQL. This is not a stable product. I have seen this problem when using Hypersonic independently. -Original Message-From: Matthew Baird [mailto:[EMAIL PROTECTED]]Sent: Thursday, September 13, 2001 11:16 AMTo: 'A.L.'; [EMAIL PROTECTED]S

RE: [JBoss-user] JBOSS stops working

2001-09-13 Thread Matthew Baird
we've also seen this error, fwiw. No solution here other than to comment out refs to hypersonic -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of A.L.Sent: Wednesday, September 05, 2001 8:53 AMTo: [EMAIL PROTECTED]Subject: [JBoss-user] JBOS

RE: [JBoss-user] JBoss 2.4 and Castor 0.9.3 - ] javax.naming.NameNotFoundException: myJDOimpl not bound

2001-09-13 Thread Matthew Baird
check to make sure an older castor jar file is not in lib/ext m -Original Message- From: Paul McLachlan [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 12:21 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss 2.4 and Castor 0.9.3 - ] javax.naming.NameNotFoundException: my

Re: [JBoss-user] beginner's question

2001-09-13 Thread Scott M Stark
Have you read this: Using JavaMail in JBoss http://www.jboss.org/documentation/HTML/ch13s90.html - Original Message - From: "Jarecsni János" <[EMAIL PROTECTED]> To: "JBoss-User" <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 8:46 AM Subject: [JBoss-user] beginner's question > Hi

[JBoss-user] beginner's question

2001-09-13 Thread Jarecsni János
Hi, we've been porting an application to JBoss 2.2.2 (with Tomcat embedded), and everything looks just fine. Except for one thing. Whenever there's a call to our "MailerEJB" (the one dealing with mail-related stuff)we get an exception saying that "mail is not bound". This has presumably something

RE: [JBoss-user] IDENTITY Fields and CMP

2001-09-13 Thread Adam Esterline
Duncan, If you are using CMP, or entity beans in general, just for the speed of development, then you are probably misusing entity beans. If I were you, I would check out Castor (www.castor.org). It allows the same speed of development, but without all of the overhead that you encounter with

RE: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-13 Thread Cor Hofman
Hi, As far as I know 2.4 does not use org.opentools.minerva anymore it has been replaced by org.jboss.pool. Subsequently you have to change your jboss.jmcl to contain org.jboss.pool instead of org.opentools.minerva. This will most likely solve your "Class Not Found Exception" problem. Regards,

RE: [JBoss-user] Two copies of Jboss2.4.1/tomcat3.2.3 on the same machine

2001-09-13 Thread Bruyn, Bill
Hi Tony, This is about how I did it for 2.3.3/3.2.3, I think. Enjoy... 1. Create subdirectories for each instance at jboss/conf jboss/deploy, jboss/log, and tomcat 2. Change the following configuration entries at conf/INSTANCE

RE: [JBoss-user] Download and Build JBoss

2001-09-13 Thread Bill Burke
You need to checkout "jboss" not "jboss-all". jboss-all is used in the new build structure in 3.0. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Sebastian > Hauer > Sent: Thursday, September 13, 2001 7:08 AM > To: [EMAIL PROTECTED] > Subject: R

[JBoss-user] IDENTITY Fields and CMP

2001-09-13 Thread Duncan Godwin
Hi, I am fairly new to EJB's and I want to use CMP for the speed of development as the majority of tables are quite simple. There is one problem however the database (SQL Server) have an IDENTITY column as a primary key. This means CMP cannot create the object properly as it doesn't have the

Re: [JBoss-user] Download and Build JBoss

2001-09-13 Thread Scott M Stark
To build the 2.4.1 release: tst 1161>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co - r JBoss_2_4_1 jboss cvs server: Updating jboss cvs server: Updating jboss/build cvs server: Updating jboss/docs U jboss/docs/LICENSE.txt U jboss/docs/index.html U jboss/docs/styles.css cvs server: Updating j

Re: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-13 Thread Sebastian Hauer
Hi Mariano, Mariano Kamp wrote: > I tried to setup a postgres datasource. Unfortunately the log says that it > doesn't find the am class. > > I am using jboss 2.4.1. Do I have to add a particular jar to the > installation? did you copy the PostgreSQL jdbc driver to the $JBOSS_HOME/lib/ext di

[JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-13 Thread Mariano Kamp
Hi, I tried to setup a postgres datasource. Unfortunately the log says that it doesn't find the am class. I am using jboss 2.4.1. Do I have to add a particular jar to the installation? Thanks in advance, Mariano ___ JBoss-user mailing list [EM

[JBoss-user] How to single login to jboss?

2001-09-13 Thread Xue, Sean
Title: How to single login to jboss? Hi, Is anybody know how to login in before you access the security source such as jsp and ejb. I mean that usually we login when there are promp window request us to input username and password. Is any way to login before and bind to session. regards,

Re: [JBoss-user] Two copies of Jboss2.4.1/tomcat3.2.3 on the same machine

2001-09-13 Thread Allan Kamau
Hi, I think you can. However it may require changing of one the JBoss/TC installation ports. In this installation change the port which Tomcat listens to something other than the default port or to a port not been listened by the other TC installation. Then do the same for the JNDI from 1099 to an

[JBoss-user] Re: HELP! error while getting reference to ejb (Scheil, Sven)

2001-09-13 Thread Vinodh Lakshminarayan
--- [EMAIL PROTECTED] wrote: > Send JBoss-user mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, > visit > > https://lists.sourceforge.net/lists/listinfo/jboss-user > or, via email, send a message with subject or body > 'help' to >

Re: [JBoss-user] OpenSource and J2EE licensing

2001-09-13 Thread Kemp Randy-W18971
There are a couple of points I like to emphasize to Paul's response. 1. If you go to the Lutris web site, and look at what they offer for support, they sell incident packages for everything but EAS (unless I missed a hidden link). If EAS is such a fast and great product, the wouldn't Lutris a

AW: [JBoss-user] HELP! error while getting reference to ejb

2001-09-13 Thread Scheil, Sven
> there is another way to provide the information, but what > you're trying to > do is much "better". An alternative is to use the InitialContext > constructor that takes a Hashtable (?) as an argument, and set the > key-value pairs in the hashtable instead of the properties > file. BUT - >

RE: [JBoss-user] EmbeddedTomcatSX and JAAS

2001-09-13 Thread Madock Chiwenda
Hi Austin, Everybody I have deployed the ear files into Jboss deploy directory and a war file within it contains the jboss-web.xml. However I cant see any evidence that its content were intepretedin the server.log file. I have attached the log and xml files would anyone help. I am using JBoss2

RE: [JBoss-user] HELP! error while getting reference to ejb

2001-09-13 Thread Scheil, Sven
i find a way to get it running: moving all ejb-client relevant jars (including jndi.properties) from the WEB-INF/lib directory to the tomcat/lib directory. i also have to place a jar file with my ejb interface files in this directory. why can't i use the WEB-INF/lib or WEB-INF/classes directory

[JBoss-user] Two copies of Jboss2.4.1/tomcat3.2.3 on the same machine

2001-09-13 Thread TonyCadogan
Hi, I'm trying two run two instances of Jboss2.4.1/tomcat3.2.2 on the same machine, can anyone define the configuration files that need to be updated. Cheers TC > Tony Cadogan > Technology > Tel: 020 7574 8120 > Fax: 020 7574 8141 > Mobile: > E Mail: [EMAIL PROTECTED] > > Halifax Group Treas

Re: [JBoss-user] HELP! error while getting reference to ejb

2001-09-13 Thread Dmitri Colebatch
there is another way to provide the information, but what you're trying to do is much "better". An alternative is to use the InitialContext constructor that takes a Hashtable (?) as an argument, and set the key-value pairs in the hashtable instead of the properties file. BUT - what you are doing

Re: [JBoss-user] OpenSource and J2EE licensing

2001-09-13 Thread Ted Stockwell
- Original Message - From: "Paul A Morgan" <[EMAIL PROTECTED]> > > A few points of information: > > 1. Yes Lutris sells and supports both their Lutris > Enhydra product, recently tested by Intel as the fastest > application server around running a modified version of the > PetStor

Re: [JBoss-user] Download and Build JBoss

2001-09-13 Thread Sebastian Hauer
Hi Shamis, I'm in the same situation as you are. The only document I found so far is an e-mail describing the new build process and the source structure. http://www.mail-archive.com/jboss-development@lists.sourceforge.net/msg05677.html Hope that helps you some. Well here is my problem with th

[JBoss-user] HELP! error while getting reference to ejb

2001-09-13 Thread Scheil, Sven
hi! i've successfully deployed a stateless session bean on my jboss server. on another server i'm running an web application under apache/tomcat. from my webapplication (from within a javabean) i would like to get a connection to my ejb with the following lines: InitialContext jn

[JBoss-user] JBoss 2.2.2 and Xerxes/Xalan

2001-09-13 Thread storck
Hi, I have to use Xerces/Xalan but home do I have to configure JBoss so that I can use it with Xerces/Xalan ? Thanks! ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] bug in opening jms transaction log

2001-09-13 Thread Cor Hofman
Does any know of a bug in opening the transaction log of JMS. Have a look at the stacktrace below and notice the '/' in front of the Windows-NT file path. [Default] javax.jms.JMSException: Could not open the queue's tranaction log: /H:/JBoss/JBoss-2.4.0_Jetty-3.1.RC8-1/jboss/db/jbossmq/transactio

[JBoss-user] JBoss 2.4 and Castor 0.9.3 - ] javax.naming.NameNotFoundException: myJDOimpl not bound

2001-09-13 Thread Paul McLachlan
Hi, I was successful in getting a project to run inside JBoss 2.2/Castor 0.9.3 however I have had to move to JBoss 2.4 for another reason and now my castor development does not work. I have placed the follwoing jars in $JBOSS/lib/ext; castor0.9.3.jar, jboss-castorjdo.jar, xerces.jar (and also ejx