[jboss-jira] [JBoss JIRA] (WFLY-1137) deployments initialize-in-order to deploy deployments in the order listed

Stuart Douglas (JIRA) issues at jboss.org
Mon Apr 14 16:24:34 EDT 2014


     [ https://issues.jboss.org/browse/WFLY-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart Douglas resolved WFLY-1137.
----------------------------------

    Resolution: Out of Date


We now have inter deployment dependencies to handle this use case.
                
> deployments initialize-in-order to deploy deployments in the order listed
> -------------------------------------------------------------------------
>
>                 Key: WFLY-1137
>                 URL: https://issues.jboss.org/browse/WFLY-1137
>             Project: WildFly
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Server
>            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