[jbossws-issues] [JBoss JIRA] Created: (JBWS-2589) Some deployment failures prevent re-deployment

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Fri Mar 27 11:09:22 EDT 2009


Some deployment failures prevent re-deployment
----------------------------------------------

                 Key: JBWS-2589
                 URL: https://jira.jboss.org/jira/browse/JBWS-2589
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-jaxrpc, jbossws-metro, jbossws-native
    Affects Versions: jbossws-cxf-3.1.0, jbossws-metro-3.1.0, jbossws-native-3.1.0
            Reporter: Darran Lofthouse
            Assignee: Darran Lofthouse
             Fix For:  jbossws-native-3.1.1,  jbossws-metro-3.1.1,  jbossws-cxf-3.1.1


Deployment failures at the wrong point can leave an endpoint registered, undeployment does not remove the registration so further deployments fail with errors similar to: -

  java.lang.IllegalStateException: Endpoint already registered: jboss.ws:context=x_jboss,endpoint=X_Service


The underlying cause is that the deployment aspects are not used to undeploy the endpoint if the deployment fails part way through, the aspect responsible for registration then rejects the second attempt as it appears it is already deployed.


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