[jboss-jira] [JBoss JIRA] (AS7-4346) Undeploying clustered web/ejb3 applications out of sequence causes missing dependencies on active deployments

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Fri Mar 30 15:13:47 EDT 2012


Paul Ferraro created AS7-4346:
---------------------------------

             Summary: Undeploying clustered web/ejb3 applications out of sequence causes missing dependencies on active deployments
                 Key: AS7-4346
                 URL: https://issues.jboss.org/browse/AS7-4346
             Project: Application Server 7
          Issue Type: Bug
          Components: Clustering
    Affects Versions: 7.1.1.Final
            Reporter: Paul Ferraro
            Assignee: Paul Ferraro
            Priority: Critical
             Fix For: 7.1.2.Final


Deploy distributable webapp A.
Deploy distributable webapp B.
Undeploy distributable webapp A.
Causes:
JBAS014775:    New missing/unsatisfied dependencies:
      service jboss.cluster.web.lock (missing) dependents: [service jboss.web.deployment.default-host./2.session] 
      service jboss.infinispan.web.___defaultcache.registry (missing) dependents: [service jboss.web.deployment.default-host./2.session] 

The same issue applies to clustered EJBs.

When I wrote this, I didn't realize that services installed within the service target of a deployment are auto-removed on undeploy.  This is problematic for services that are intended to be shared across deployments.

This is related to AS7-4315 (the same issue affecting JPA 2LC).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list