java - Issue with neethi jar in WAS7 -
i deploying soap based webservice client on was7. able consume service machine deploying client on tomcat 8.0 getting errors related neethi jar on waas7.
error: org.springframework.web.util.nestedservletexception: handler processing failed; nested exception java.lang.incompatibleclasschangeerror: org.apache.neethi.assertionbuilderfactory
so went through several articles on net nothing seems help. have tried changing class loader policy "parent_last" module suggested in 1 of stackoverflow questions didn't work.
i have tried following : (a) change class loader policy (b)change manifest file include "disableibmjaxwsengine: true" (c) tried using cxf 2.7.5 neethi 3.0.2 , xmlschema-core 2.0.3
any info/help appreciated.
tia
Comments
Post a Comment