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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -