[jboss-user] [JBoss Messaging] - jbossall-client.jar contains javax.sql.* causing class cast
nkhadakk
do-not-reply at jboss.com
Thu Aug 23 17:07:43 EDT 2007
We are using jboss 4.2.1/Jboss messaging 1.3.0 , jetty and postgresql (8.x) on java 1.6. I have added all specified (from messaging documentation) dependencies. Everything on the Messaging side works fine. But unrelated code which uses PostgreSql based DB queries starts failing with a class cast exception(something about the driver not implementing javax.sql....).
Turns out Jbossall-client.jar contains not only javax.jms.* but also javax.sql.*
Is there a jbossjms-client.jar which only contains the jms packages ? OR am i stuck having to slice jbossall-client.jar manually ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077546#4077546
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077546
More information about the jboss-user
mailing list