]
Alessio Soldano commented on JBWS-3659:
---------------------------------------
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: