Apache Camel Classloader for Websphere -
i using apache camel websphere. have had classloader issues. understand camel provides websphere classloader cannot find example in how use it. tried putting in apllicationcontext.xml file <bean id="websphereresolver" class="org.apache.camel.impl.webspherepackagescanclassresolver" />
got error
caused by: java.lang.nosuchmethodexception: org.apache.camel.impl.webspherepackagescanclassresolver.<init>()
what correct format?
it turns out problem using old version of fasterxml defined in our pom.xml. once updated pom.xml use new version of fasterxml, problem went away. apachexml bean uses fasterxml if available, assumes using recent version.
Comments
Post a Comment