[jboss-user] [JCA/JBoss] - Re: Oracle Connection -- WrappedConnection -- CastException

2007-01-31 Thread Davidoff
Sorry to be a pain, so far, no luck, even with the driver on the server/lib and no driver in the deployment file, same CastException. Could it be a bug in 10g driver ? Please respond whenever you have time. Appreciated! View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JCA/JBoss] - Re: Oracle Connection -- WrappedConnection -- CastException

2007-01-31 Thread Davidoff
Hi, I verified there is no conflict in classloading the driver, I have one driver(10g) in the application lib. This is my ds.xml, Thanks! XAOracleDS false oracle.jdbc.xa.client.OracleXADataSource jdbc:oracle:thin:@x.x.x.x:1521:x x x org

[jboss-user] [JCA/JBoss] - Re: Oracle Connection -- WrappedConnection -- CastException

2007-01-31 Thread Davidoff
In the WEB-INF/LIB of the war file, the SERVER(Default)/LIB has no driver. Thanks, Dvdoff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009021#4009021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009021

[jboss-user] [JCA/JBoss] - Oracle Connection -- WrappedConnection -- CastException

2007-01-31 Thread Davidoff
Hello colleagues, I am sure someone bumped into this once before. I am trying to get an OracleConnection from Jboss pool manager and JNDI. My understanding is to get a WrappedConnection from the JNDI DataSource, I am still getting a CastException. I was wondering what is the solution around t