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

weston.price@jboss.com do-not-reply at jboss.com
Wed Jan 31 16:07:43 EST 2007


Yep. There's the issue. 

We discourage putting the driver in the EAR/WAR/lib directory for this very reason. Unfortunately, the JDBC DriverManager, as well as most XADataSource implementations have significant classloader caching/loading issues that make inclusion of the drivers in the deployment modules difficult. 

Similarly, because WAR files have their own classloading architecture, independent of the JBoss ClassLoader, you are seeing a ClassClassException. Easiest thing to do is put the JDBC jar file in your server/lib directory.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009025#4009025

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009025



More information about the jboss-user mailing list