Hi, This happens when no jaxb-impl bundle was loaded.
I had the same issue when I tried to remove camel-cxf from the featuresBoot in etc/org.apache.karaf.features.cfg Maybe camel-cxf don't load properly for you due to another issue, check the status with : features:list | grep camel-cxf if the feature is not installed, try to manually reinstall it with : features:install -v camel-cxf and check errors. You can also try to manually load jaxb-impl only by typing : osgi:install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/2.2.1.1_1 -- View this message in context: http://servicemix.396122.n5.nabble.com/Servicemix-4-4-2-JaxbException-ClassCastException-after-deploying-a-camel-route-tp5714220p5716167.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
