RE: [JBoss-user] RE: Deploy DataSources with different versions of JDBC driver

2003-07-08 Thread David Jencks
without reading, copying or > disclosing its contents to any other person. > > -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED] > Sent: Fri 6/27/2003 14:11 > To: [EMAIL PROTECTED] > Cc: > Subject: RE: [JBoss-user] RE: De

RE: [JBoss-user] RE: Deploy DataSources with different versions of JDBC driver

2003-07-02 Thread Keysers Wonne
ding, copying or disclosing its contents to any other person. -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Fri 6/27/2003 14:11 To: [EMAIL PROTECTED] Cc: Subject: RE: [JBoss-user] RE: Deploy DataSources with dif

RE: [JBoss-user] RE: Deploy DataSources with different versions of JDBC driver

2003-06-27 Thread David Jencks
You would need to include jboss-common-jdbc-wrapper.jar jboss-[local/xa]-jdbc.rar in each ear, and remove them from the lib and deploy dirs. (Of course, include the driver itself also) Be sure to scope every ear. This much should solve the jboss classloading problems. With local tx (non-xa

RE: [JBoss-user] RE: Deploy DataSources with different versions of JDBC driver

2003-06-27 Thread Keysers Wonne
Title: [JBoss-user] RE: Deploy DataSources with different versions of JDBC driver And there is no other sollution? Isn't it posssible to deploy an ear-private resource adapter, specifically configured for this DataSource?   It would be a pity if I had to include the old jdk 1.3 Oracle driver