Investigate JBossWS-CXF samples soapbinding
-------------------------------------------
Key: CXF-835
URL: https://issues.apache.org/jira/browse/CXF-835
Project: CXF
Issue Type: Task
Affects Versions: 2.0
Environment: http://jira.jboss.org/jira/browse/JBWS-1757
Reporter: Thomas Diesler
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'DocBareService': Invocation of init method failed; nested exception
is javax.xml.ws.WebServiceException: Attributes portName, serviceName and
endpointInterface are not allowed in the @WebService annotation of an SEI.
Caused by:
javax.xml.ws.WebServiceException: Attributes portName, serviceName and
endpointInterface are not allowed in the @WebService annotation of an SEI.
at
org.apache.cxf.jaxws.support.JaxWsImplementorInfo.initialise(JaxWsImplementorInfo.java:279)
at
org.apache.cxf.jaxws.support.JaxWsImplementorInfo.<init>(JaxWsImplementorInfo.java:57)
at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:239)
at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:223)
at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:175)
at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:329)
at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.