Can you provide the full stack trace (to see whether the exception comes from camel-core or not)? camel-core has an optional import of this package: org.apache.xalan.xsltc.trax;resolution:=optional, And if you have installed it, it should work...
Best, Christian On Tue, Mar 5, 2013 at 4:19 PM, Smith-John <mich...@gmail.com> wrote: > Sorry. > > Camel 2.10.3. > Route looks like: > > from("cxf:endpoint").unmarshal(jaxb).process(processorA).to("bean:myBean").process(processorB).marshal(jaxb) > Bundles added: > org.apache.servicemix.bundles.xalan-2.7.1_6.jar > org.apache.servicemix.bundles.xerces-2.10.0_1.jar > org.apache.servicemix.bundles.bcel-5.2_4.jar > Using Java 1.6 and Equinox osgi framework. > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/ClassNotFoundException-org-apache-xalan-xsltc-trax-DOM2SAX-tp5728455p5728578.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --