]
Scott M Stark updated JBMAN-13:
-------------------------------
Fix Version/s: JBossMan.2.0.0.Beta13
Add APPLICATION_CLUSTERED DeploymentPhase enum type
---------------------------------------------------
Key: JBMAN-13
URL:
http://jira.jboss.com/jira/browse/JBMAN-13
Project: JBoss Managed
Issue Type: Feature Request
Affects Versions: JBossMan.2.0.0.Beta12
Reporter: Scott M Stark
Assigned To: Scott M Stark
Fix For: JBossMan.2.0.0.Beta13
For completeness, support of previous jbossas farming type deployments we need a
clustered application phase:
/** The class 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 deployment content to be loaded across a 'cluster' after the
APPLICATION phase */
APPLICATION_CLUSTERED,
};
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: