[jboss-jira] [JBoss JIRA] (AS7-5410) Support inter deployment dependencies
Brad Maxwell (JIRA)
jira-events at lists.jboss.org
Wed Jan 23 01:42:21 EST 2013
[ https://issues.jboss.org/browse/AS7-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749621#comment-12749621 ]
Brad Maxwell commented on AS7-5410:
-----------------------------------
Example of feature:
app.ear depends on framework.ear to be started before app.ear should be started:
create a app.ear/META-INF/jboss-all.xml
<jboss umlns="urn:jboss:1.0">
<jboss-deployment-dependencies xmlns="urn:jboss:deployment-dependencies:1.0">
<dependency name="framework.ear" />
</jboss-deployment-dependencies>
</jboss>
This will make sure everything in framework.ear is started before app.ear will be started. It also makes sure that app.ear is stopped at shutdown before framework.ear
> Support inter deployment dependencies
> -------------------------------------
>
> Key: AS7-5410
> URL: https://issues.jboss.org/browse/AS7-5410
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Server
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
> Fix For: 7.2.0.Alpha1
>
>
--
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