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

Amos Feng (JIRA) jira-events at lists.jboss.org
Wed Jul 10 03:28:20 EDT 2013


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

Amos Feng updated JBWS-3659:
----------------------------

    Description: 
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}

    
> 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
>
> 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