On Thu, May 10, 2012 at 10:15 PM, Muller, Anthony <[email protected]> wrote: > Hello, > > I'm trying to deploy a SOAP webservice into a Weblogic 10.x server and I > encountered many problems :( > > In my WAR, I added a weblogic-application.xml file in order to ask to > weblogic to use classes coming from my webapp first. >
For future reference: The weblogic-application.xml file is an EAR deployment descriptor i.e it must be colocated with the application.xml file in the META-INF directory of an EAR. To make use of the classloading feature you mentioned, you must package the WAR inside an EAR. I find this to work well when using the CXFServlet as transport. Hannes
