Hi all,
I am trying to create webservice without Spring, I am using
CXFNonSpringServlet with below code.
// You can als use the simple frontend API to do this
JaxWsServerFactoryBean factory = new JaxWsServerFactoryBean();
factory.setBus(bus);
factory.setServiceBean(new SoapPortImpl());
factory.setAddress("/Greeter");
factory.create();
I am getting below error for spring jar. the whole concept is not to use
spring.
*java.lang.NoSuchMethodError:
org.springframework.util.ClassUtils.isCglibProxyClass*
I am sorry for bugging again, I tried this weblogic 12.1.2 and cxf 3.0.1
and it was working but some how i missplaced the jar i used and now neither
working
I am using below jars
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXFNonSpringServlet-at-the-end-ask-for-spring-JAR-tp5753510.html
Sent from the cxf-user mailing list archive at Nabble.com.