websphere « cxf « Java Enterprise Q&A





1. CXF on WebSphere 6.1 Class Loading Problem    stackoverflow.com

I have a project with the following configuration:

  • WebSphere Application Server 6.1.0.19
  • wsdl4j-1.6.2.jar at the $WAS_ROOT/java/jre/lib/ext directory, (to overwrite wsdl4j-1.6.1 included in WAS 6.1).
  • cxf-2.4.0.jar (and others dependencies) at the $WAS_ROOT/lib/ext directory.
  • An EAR 'X' ...

2. IBM Websphere, CXF-2.3.2 not working. Cannot debug    stackoverflow.com

I am trying to run my application on IBM Websphere Web Application Server 6.1 with fixpack 29. When I try to connect to my service using cxf-2.3.2.jar in lib, I ...

3. Apache CXF Websphere 7 - VerifyError on org.w3c.dom.None.setUserData    stackoverflow.com

Been really clueless on this issue for past 2 nights, the Apache CXF deployment on Websphere 7 just doesn't seem to work. Environment : cxf 2.4.1, websphere 7.0.0.17, Jars in web-inf/lib ...

4. How to set up Apache CXF client to use WebSphere truststore? (Receiving "No trusted certificate found" exception.)    stackoverflow.com

First, I'll start with a summary. I'm using an Apache CXF client to communicate over SSL with an Apache CXF service provider that is using a self-signed certificate. I ...

5. Configuring SSL authentication for WebService (WebApplication Server) using CXF framework and CXFNonSpringServlet    stackoverflow.com

At present I am publishing the endpoint with endpoint.publish("relative address",implementor). How shall I add the destination configuration in the bus object for using the SSL mutual authentication using third party certificates. ...

6. Exception when trying to consume a service in Websphere Process Server from CXF Client    coderanch.com

Hi All Im trying to consume a web service that is running on WebSphere Process Server. The client sends the request and the server replies with a general exception when I check the server log I found that is rejecting the request when the server is processing the xml: Exception in thread "main" java.lang.RuntimeException: Error compiling schema from WSDL at {http://srmdeesbd01.suranet.com:9084/TestSuraBrokerSrv2Web/sca/ws2/wsdl/TestSuraBrokerSrv2_ws2.wsdl}: ...