[jbossws-issues] [JBoss JIRA] (JBWS-3659) XTS services start endpoint with error JBWS022103: Cannot start endpoint in state STARTED

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Wed Jul 10 04:19:21 EDT 2013


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

Alessio Soldano updated JBWS-3659:
----------------------------------

    Fix Version/s: jbossws-cxf-4.2

    
> XTS services start endpoint with error JBWS022103: Cannot start endpoint in state STARTED
> -----------------------------------------------------------------------------------------
>
>                 Key: JBWS-3659
>                 URL: https://issues.jboss.org/browse/JBWS-3659
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-integration
>            Reporter: Amos Feng
>             Fix For: jbossws-cxf-4.2
>
>
> It looks like an issue in EndpointPublisherImpl.java
> {code}
> public List<Endpoint> publish(ServiceTarget target, WSEndpointDeploymentUnit unit) throws Exception {
> ...
> // [JBWS-3441] hack - fallback JAXWS invocation handler for dynamically generated deployments
>             for (Endpoint ep : dep.getService().getEndpoints()) {
>                 synchronized(ep) {
>                      ep.setState(EndpointState.STOPPED);
>                      ep.setInvocationHandler(new InvocationHandlerJAXWS());
>                      ep.setState(EndpointState.STARTED);
>                }
>            }
> ...
> }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list