[jboss-jira] [JBoss JIRA] (WFCORE-1912) Redeploy deployment if all missing dependencies for deployment are corrected
Miroslav Novak (JIRA)
issues at jboss.org
Tue Nov 1 10:29:00 EDT 2016
[ https://issues.jboss.org/browse/WFCORE-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13314912#comment-13314912 ]
Miroslav Novak edited comment on WFCORE-1912 at 11/1/16 10:28 AM:
------------------------------------------------------------------
Correct, just tried it myself. Is it possible to configure it globally so it's applied on to all deployments or directly in deployment using deployment descriptor.
The idea is that if developer simply copies jar/war/ear to deployments directory and set {{rollback-on-runtime-failure=false}} for this deployment then it's no need call {code}deploy ~/tmp/luckywinner.ear --unmanaged --headers={rollback-on-runtime-failure=false}{code}
was (Author: mnovak):
Correct, just tried it myself. Is it possible to configure it globally so it's applied on to all deployments or directly in deployment using deployment descriptor.
The idea is that if developer simply copies jar/war/ear to deployments directory then he can set {{rollback-on-runtime-failure=false}} for this deployment without need to call {code}deploy ~/tmp/luckywinner.ear --unmanaged --headers={rollback-on-runtime-failure=false}{code}
> Redeploy deployment if all missing dependencies for deployment are corrected
> -----------------------------------------------------------------------------
>
> Key: WFCORE-1912
> URL: https://issues.jboss.org/browse/WFCORE-1912
> Project: WildFly Core
> Issue Type: Enhancement
> Components: Server
> Reporter: Miroslav Novak
> Assignee: Jason Greene
> Labels: user_experience
>
> If deployment failed to deploy and later all missing dependencies for deployment are corrected then deployment would redeploy automatically. This behavior could be configurable.
> For example if you deploy EJB which injects queue like:
> {code}
> @Resource(mappedName = "java:/jms/queue/OutQueue")
> private Queue outQueue;
> {code}
> and administrator deploys queue later then EJB would automatically get redeployed.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
More information about the jboss-jira
mailing list