Hi , Yes ... that is done. JAXB class cast was happening because of JBoss own implementation of JAXB. There are 2-3 jars in jboss_home/client dir that does this stuff. I had copied all jars(total 93 :-) ) in jboss_home/client directory to servicemix lib folder so that those will be available for servicemix bundles.
but later reallized , When using jboss jms in standalone client outside jboss container, we do not need all jars in jboss_home/client. And that's it, do not select jaxb-api,jaxb-impl,jaxb-xjc from client directory. -- View this message in context: http://servicemix.396122.n5.nabble.com/Servicemix-4-4-2-JaxbException-ClassCastException-after-deploying-a-camel-route-tp5714220p5714574.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
