Hi,
You were right as I did mvn clean install the error disappeared. Also can
you guide me to spring reference where I can learn this new usage where in
instead of bean and property injections/setter we see jsp tags sort of
nesting.
<jaxws:endpoint
id="myProductRest"
implementor="#myRestService"
address="/rest"
bindingUri="http://apache.org/cxf/binding/http">
<jaxws:serviceFactory >
<bean class="org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean">
<property name="wrapped" value="false" />
</bean>
</jaxws:serviceFactory >
</jaxws:endpoint >
--
View this message in context:
http://cxf.547215.n5.nabble.com/cxf-2-5-2-to-cxf-2-6-0-java-lang-NoSuchMethodError-org-apache-cxf-jaxws-support-JaxWsServiceFactoryBV-tp5665143p5667473.html
Sent from the cxf-user mailing list archive at Nabble.com.