Hi,
I have webservice that I am trying to deploy on Weblogic, the same service
run on tomcat while deploying on weblogic I noticed that both CXF and
Weblogic trying to deploy the as JAX-WS and it failing at weblogic. Is there
way to stop weblogic publishing the service. I have tried some of below
<wls:container-descriptor>
<wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
</wls:container-descriptor>
and
<wls:prefer-application-packages>
<wls:package-name>javax.xml.ws.*</wls:package-name>
</wls:prefer-application-packages>
Above both trying to deploy the jaxws part and failing.if I put
<wls:prefer-application-packages>
<wls:package-name>javax.jws.*</wls:package-name>
</wls:prefer-application-packages>
it says javax.jws.WebService not found.
Please help me on this. it will decide if we go ahead with CXF or not and I
am pushing for CXF this is my last try to prove that we can use CXF.
Thanks
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-and-Weblogic-both-trying-to-Deploy-webservice-tp5753565.html
Sent from the cxf-user mailing list archive at Nabble.com.