[jbossws-issues] [JBoss JIRA] Commented: (JBWS-3291) Native & CXF stacks should support endpoints with WSDL overloaded methods

Richard Opalka (JIRA) jira-events at lists.jboss.org
Wed May 11 06:32:18 EDT 2011


    [ https://issues.jboss.org/browse/JBWS-3291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601270#comment-12601270 ] 

Richard Opalka commented on JBWS-3291:
--------------------------------------

The typical CXF exception looks like:
---
Caused by: java.lang.IllegalArgumentException: An operation with name [{http://jbws3291.jaxws.ws.test.jboss.org/}echo] already exists in this service
	at org.apache.cxf.service.model.InterfaceInfo.addOperation(InterfaceInfo.java:71) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.createOperation(ReflectionServiceFactoryBean.java:911) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.createOperation(JaxWsServiceFactoryBean.java:616) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.createInterface(ReflectionServiceFactoryBean.java:903) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromClass(ReflectionServiceFactoryBean.java:429) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.buildServiceFromClass(JaxWsServiceFactoryBean.java:680) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:501) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:241) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:202) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:101) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:157) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:202) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:433) [:2.4.1-SNAPSHOT]
	at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:322) [:2.4.1-SNAPSHOT]
	... 54 more


> Native & CXF stacks should support endpoints with WSDL overloaded methods 
> --------------------------------------------------------------------------
>
>                 Key: JBWS-3291
>                 URL: https://issues.jboss.org/browse/JBWS-3291
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf, jbossws-native
>            Reporter: Richard Opalka
>            Assignee: Richard Opalka
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list