Hi All,I am looking for list of JAR I need to add in my webapp to run the CXF based JAX-WS webservice in Weblogic 12C.If I use javax.jws.*it fails saying javax.jws.webservices not found in class path.If I remove above from weblogic.xmlI get below exceptionjava.lang.RuntimeException: Cannot create a secure XMLInputFactoryif I add below in weblogic.xml trueI get below xmljava.lang.NoClassDefFoundError: Could not initialize class weblogic.wsee.jaxws.spi.WLSProviderI have below jars in my lib folderantlr-2.7.7.jaraopalliance-1.0.jarasm-3.3.1.jarcommons-logging-1.1.1.jarcxf-core-3.0.1.jarcxf-rt-bindings-soap-3.0.1.jarcxf-rt-bindings-xml-3.0.1.jarcxf-rt-databinding-jaxb-3.0.1.jarcxf-rt-frontend-jaxws-3.0.1.jarcxf-rt-frontend-simple-3.0.1.jarcxf-rt-transports-http-3.0.1.jarcxf-rt-ws-addr-3.0.1.jarcxf-rt-ws-policy-3.0.1.jarcxf-rt-wsdl-3.0.1.jareclipselink.jargeronimo-jaxws_2.2_spec-1.2.jarneethi-3.0.3.jarstax2-api-3.1.4.jarwoodstox-core-asl-4.4.0.jarwsdl4j-1.6.3.jarxml-resolver-1.2.jarxmlschema-core-2.1.0.jar
-- View this message in context: http://cxf.547215.n5.nabble.com/List-of-JARs-for-CXF-3-without-Spring-tp5753493.html Sent from the cxf-user mailing list archive at Nabble.com.
