[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2937) Cannot create dispatch object using EPR based javax.xml.ws.Service.createDispatch methods

Richard Opalka (JIRA) jira-events at lists.jboss.org
Fri Feb 19 05:08:17 EST 2010


     [ https://jira.jboss.org/jira/browse/JBWS-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Opalka updated JBWS-2937:
---------------------------------

        Summary: Cannot create dispatch object using EPR based javax.xml.ws.Service.createDispatch methods  (was: TODO - better description)
    Description: 
Cannot create dispatch objects using  javax.xml.ws.Service methods:
    public <T> Dispatch<T> createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode,  WebServiceFeature... features)
    public Dispatch<Object> createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)

Detailed stack trace:
---
javax.xml.ws.WebServiceException: Cannot find port: null
	at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.getEndpointMetaData(ServiceDelegateImpl.java:341)
	at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.createDispatch(ServiceDelegateImpl.java:323)
	at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.createDispatch(ServiceDelegateImpl.java:495)
	at javax.xml.ws.Service.createDispatch(Service.java:444)
	at org.jboss.test.ws.jaxws.jbws2937.JBWS2937TestCase.testCreateDispatchUsingEPRAndSource(JBWS2937TestCase.java:106)



> Cannot create dispatch object using EPR based javax.xml.ws.Service.createDispatch methods
> -----------------------------------------------------------------------------------------
>
>                 Key: JBWS-2937
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2937
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>            Reporter: Richard Opalka
>            Assignee: Richard Opalka
>             Fix For: jbossws-native-3.3.0
>
>
> Cannot create dispatch objects using  javax.xml.ws.Service methods:
>     public <T> Dispatch<T> createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode,  WebServiceFeature... features)
>     public Dispatch<Object> createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)
> Detailed stack trace:
> ---
> javax.xml.ws.WebServiceException: Cannot find port: null
> 	at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.getEndpointMetaData(ServiceDelegateImpl.java:341)
> 	at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.createDispatch(ServiceDelegateImpl.java:323)
> 	at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.createDispatch(ServiceDelegateImpl.java:495)
> 	at javax.xml.ws.Service.createDispatch(Service.java:444)
> 	at org.jboss.test.ws.jaxws.jbws2937.JBWS2937TestCase.testCreateDispatchUsingEPRAndSource(JBWS2937TestCase.java:106)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list