Hi 

Daniel, I tried what you said, this is declaring an endpoint in my
cxf-servlet.xml. I added the following lines:

    <import resource="classpath:META-INF/cxf/cxf.xml"/>
    <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
    <jaxws:endpoint id="helloWorld" implementor="example.HelloWorldImpl"
address="/HelloWorld"/>

And now, when I deploy in WebLogic 12c I am getting this error:

java.lang.ClassCastException: weblogic.wsee.jaxws.spi.WLSProvider cannot be
cast to javax.xml.ws.spi.Provider

Any idea ? In weblogic logs I see this error and then references to cxf, so
it looks promising, but I don't see how to fix it. 

Thanks Daniel




--
View this message in context: 
http://cxf.547215.n5.nabble.com/Why-Apache-CXF-not-being-used-in-WebLogic-12c-tp5749219p5749272.html
Sent from the cxf-dev mailing list archive at Nabble.com.

Reply via email to