Re: [JBoss-user] Adding JDBC-driver

2001-05-15 Thread Ivan
I am assuming that you actually put the class for your driver not [MyDriverClass] also you dont want 2 tags like below just 1 that lists all your drivers. I am assuming you adding to or edited the existing tag and did not create a second one mbean code=org.jboss.jdbc.JdbcProvider

Re: [JBoss-user] Blind Lookup

2001-05-15 Thread Alexander Kogan
Hi, Toby Allsopp wrote: Yes, in the more dynamic case, where you are discovering the other beans at runtime, this won't apply. I can't personally think of a good reason for doing this off the top of my head, but there's no reason not to just use plain JNDI names in that case, IMO. FYEO

Re: [JBoss-user] XADataSourceLoader

2001-05-15 Thread David Jencks
Hi, I found this problem back in early march and submitted a patch by email. Apparently in the move to sourceforge it got lost. I've resubmitted it to the sourceforge patch page. Patch # is 424399. Christian, you might add the bug # to the patch if you submit a bug. This patch is against 2.3

[JBoss-user] JBoss/Jetty/JAAS Woes!

2001-05-15 Thread Han-Shen Yuan
Title: JBoss/Jetty/JAAS Woes! I've seen this question posted, but alas no answers. Per the instructions at http://www.jboss.org/documentation/HTML/ch11s78.html, I have been able to secure my Jboss beans using a stand-alone java program. However, copying the exact same code into a servlet

[JBoss-user] java.lang.Illegal.Argument Exception : object is not instance of theclass

2001-05-15 Thread Russell
Hi all , I am using jBoss2.1 , jdk1.3 and Tomcat3.2.1. When i tried to remove entity , i have the error below : java.lang.Illegal.Argument Exception : object is not instance of the class... And the code is : Remote r = home.findByPrimaryKey(new HomePK(3));

Re: [JBoss-user] java.lang.Illegal.Argument Exception : object is not instance of the class

2001-05-15 Thread Toby Allsopp
On Wed, May 16, 2001 at 11:21:57AM +0800, Russell wrote: Hi all , I am using jBoss2.1 , jdk1.3 and Tomcat3.2.1. When i tried to remove entity , i have the error below : java.lang.Illegal.Argument Exception : object is not instance of the class... Please, when reporting

Re: [JBoss-user] java.lang.Illegal.Argument Exception : object is not instance of the class

2001-05-15 Thread Russell
Hi Toby , Thanks The complete exception is below : java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: javax.transaction.TransactionRolledbackException: Load failed; nested exception is: java.lang.IllegalArgumentException: object

Re: [JBoss-user] Velocity JBoss

2001-05-15 Thread leigh
Dear Toby, Thank you for your reply. Here is my content from velocity.properties - resource.loader = classpath classpath.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader file.resource.loader.path = .

RE: [JBoss-user] Using Xerces

2001-05-15 Thread Xandy Johnson
First, I am cross-posting this message to jboss-dev because I think it may involve a development issue regarding class loaders. At the minimum, I think some explanatory material should be developed both for using other XML parsers and for migrating to 2.2.x from earlier versions. I am willing

<    1   2