Hi, I also faced same issue with apache cxf 2.5.1 version and websphere 7.
For "java.lang.IncompatibleClassChangeError: org.apache.neethi.AssertionBuilderFactory" you need to make sure that class loader policy at module level must be PARENT_LAST. You can verify this by looking following path Enterprise Applications > TestCXFServiceEAR > Manage Modules > TestCXFService.war > Class loader viewer and in search order 1st entry must be of "module" This will resolve the above problem. Regards, Lalit Kumar ----- Lalit Kumar Technical Specialist Fidelity International -- View this message in context: http://cxf.547215.n5.nabble.com/jira-Commented-CXF-2634-Websphere-Documentation-tp5075246p5088836.html Sent from the cxf-issues mailing list archive at Nabble.com.
