[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
Tue Jul 16 08:42:26 EDT 2013


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

Alessio Soldano commented on JBWS-3659:
---------------------------------------

https://github.com/wildfly/wildfly/commit/2880766a4ec9f88a0b7d698645ee6bd6735f6cc5
                
> 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
>            Assignee: Jim Ma
>             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