RE: [JBoss-user] DataSource problem with 2.4.4

2002-01-14 Thread Coetmeur, Alain
OTECTED] > Cc: '[EMAIL PROTECTED]' > Objet: RE: [JBoss-user] DataSource problem with 2.4.4 > > > I had a similar problem with Tomcat 4. > > Basically class loaders partition the java namespace. > > In my instance I had a copy of the JDBC Driver i

Re: [JBoss-user] DataSource problem with 2.4.4

2002-01-14 Thread Gabor Dolla
Hi I had jboss-jdbc_ext.jar packaged with my app from the previous version :( Anyway, thanks Gabor ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] DataSource problem with 2.4.4

2002-01-14 Thread Weir, John
- From: Gabor Dolla [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 6:09 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] DataSource problem with 2.4.4 Hi I'd like to use servlet 2.3 so from JBoss-2.4.3_Tomcat-3.2.3 I upgraded to JBoss-2.4.4_Tomcat-4.0.1. With 2.4.4 I rece

[JBoss-user] DataSource problem with 2.4.4

2002-01-11 Thread Gabor Dolla
Hi I'd like to use servlet 2.3 so from JBoss-2.4.3_Tomcat-3.2.3 I upgraded to JBoss-2.4.4_Tomcat-4.0.1. With 2.4.4 I receive a ClassCastException when I run the following simple piece of code: DataSource ds = (DataSource)new InitialContext().lookup("java:/DefaultDS"); When I use the default set