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

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -