weblogic « cxf « Java Enterprise Q&A





1. CXF + SSL + WebLogic 9.10    stackoverflow.com

I im developing a web application, its a servlet which basically acts as a front end for a web service, im using CXF for the web service client, the application is ...

2. java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl while starting the weblogic    stackoverflow.com

As part of our application we are using apache's xerces jaxp parser. When we deploy the application on weblogic 9.2, we are getting the following error.

org.springframework.beans.factory.BeanCreationException: Error creating bean with name ...

3. Problem with running CXF on Weblogic 10.3.5 /w SOA server    stackoverflow.com

I deployed a CXF Web Service war file on a Weblogic 10.3.5 with OracleSOA server, and I got following exceptions. I tested the war file on another Weblogic without OracleSOA without ...

4. how to upload CXF to WebLogic    coderanch.com

Hi! I haven't tried WebLogic, but I assume the procedure is the same as for Tomcat. When developing an application that used CXF, I simply included the necessary CXF librarires in the WEB-INF/lib folder for the project. This includes CXF on an "per application" basis. If you want to make CXF libraries available to all applications in the server, then you ...

5. Problem in running apache CXF webservice in weblogic 10 server    coderanch.com

Hi, I'm new to apache CXF web service. Currently I'm using CXF 2.2.9 to build a web service and trying to deploy deploy in weblogic 10.0.1.0 version. I'm deploying the service in a WAR file. But, at the time of invoking the service I'm always getting the following exception. Please advice the solution. [java] Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: Unable to ...