[jboss-jira] [JBoss JIRA] Created: (JBMAN-14) Change APPLICATION_CLUSTERED to APPLICATION_TRANSIENT

Scott M Stark (JIRA) jira-events at lists.jboss.org
Thu Jun 5 14:40:21 EDT 2008


Change APPLICATION_CLUSTERED to APPLICATION_TRANSIENT
-----------------------------------------------------

                 Key: JBMAN-14
                 URL: http://jira.jboss.com/jira/browse/JBMAN-14
             Project: JBoss Managed
          Issue Type: Feature Request
            Reporter: Scott M Stark
         Assigned To: Scott M Stark


The clustering notion turned out to be confused. Instead we'll add a transient application notion that can be used by services that want to dynamically add unversioned deployments to a profile.

   /** The phase of deployment */
   public enum DeploymentPhase {
      /** A deployment loaded during the server bootstrap phase */
      BOOTSTRAP,
      /** An mc/service deployment for a Deployer to be loaded after the BOOTSTRAP phase */
      DEPLOYER,
      /** Any deployment content to be loaded after the DEPLOYER phase */
      APPLICATION,
      /** Any unversioned deployment content to be loaded after the APPLICATION phase */
      APPLICATION_TRANSIENT
   };

This rollsback the JBMAN-13 feature request.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list