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.

incompatible neethi.jar 7

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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -