I have strange issue with WAS6.1 webservice feature pack enabled on 6.1.0.39. It works on standalone version of WAS but not on network deployment version. List of items I did:
- Follow instructions on CXF and IBM site, to disable IBM JAXWS-Engine. I have the disable property set both at module and JVM level. - PARENT_LAST configuration in my EAR and WebModule - Classloader created with PARENT_LAST that contains only wsdl4j.jar and geronimo-jaxws_2.2_spec-1.0.jar. Without doing this, I noticed the ibm system app (ibmasynch.ear) was loading javax.xml.ws.WebServiceContext definition from axis2.jar; Though this did not happen in my standalone version. I do not see any errors during startup. I see all my beans initialized SRVE0242I: [ewbreportservicesws61] [/ewbservice] [CXFServlet]: Initialization successful. WSVR0221I: Application started: ewbreportservicesws61 When I hit my URL to browse WSDL, I get "No services have been found.", and the title of the page is CXF Service List. 1. How do I verify/confirm IBM JAXWS Engine is disabled? 2. Are there any other checks, I can do to get to the bottom of this issue. I know this subject has been discussed many times in this thread, and I have reviewed those but I have no clues to this one. Please help. -- View this message in context: http://cxf.547215.n5.nabble.com/Websphere-6-1-JAX-WS-Feature-Pack-Enabled-CXF-issue-tp5633117p5633117.html Sent from the cxf-user mailing list archive at Nabble.com.
