[jboss-jira] [JBoss JIRA] (AS7-6772) deployments initialize-in-order to deploy deployments in the order listed
Brad Maxwell (JIRA)
jira-events at lists.jboss.org
Thu Mar 21 19:38:42 EDT 2013
Brad Maxwell created AS7-6772:
---------------------------------
Summary: deployments initialize-in-order to deploy deployments in the order listed
Key: AS7-6772
URL: https://issues.jboss.org/browse/AS7-6772
Project: Application Server 7
Issue Type: Feature Request
Components: Server
Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
Reporter: Brad Maxwell
Assignee: Jason Greene
A feature such as being able to specify initialize-in-order=true on the deployments in the JBoss profile xml that would deploy the deployments in the order they are listed in the profile xml would resolve dependency issues with older applications which have service dependencies that JBoss cannot detect such as programatic initial context lookups.
This is also useful for use cases where a framework needs to be deployed first before other customer applications and the customer apps would not need to be modified.
For ear sub deployments EE6 initialize-in-order in the application.xml allows the sub deployments to be ordered, so this new feature would allow the ordering or all deployments and sub deployments.
<deployments initialize-in-order="true">
<deployment name="test-deployment.sar" runtime-name="test-deployment.sar" sha1="af4edddaa426ccc367fed33cb67553ba21e0bc3d"/>
<deployment name="test-deployment.war" runtime-name="test-deployment.war" sha1="af4edddaa426ccc367fed33cb67553ba21e0bc3d"/>
<deployment name="test-deployment.ear" runtime-name="test-deployment.ear" sha1="af4edddaa426ccc367fed33cb67553ba21e0bc3d"/>
</deployments>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list