[
http://jira.jboss.com/jira/browse/JBMAN-14?page=all ]
Scott M Stark updated JBMAN-14:
-------------------------------
Fix Version/s: JBossMan.2.0.0.Beta14
Affects Version/s: JBossMan.2.0.0.Beta13
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
Affects Versions: JBossMan.2.0.0.Beta13
Reporter: Scott M Stark
Assigned To: Scott M Stark
Fix For: JBossMan.2.0.0.Beta14
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