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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...