[jboss-jira] [JBoss JIRA] Resolved: (JBDEPLOY-176) Skip an deployer if *all* of the required inputs (for the deployer) are not available
Ales Justin (JIRA)
jira-events at lists.jboss.org
Mon Mar 16 07:03:23 EDT 2009
[ https://jira.jboss.org/jira/browse/JBDEPLOY-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ales Justin resolved JBDEPLOY-176.
----------------------------------
Resolution: Done
This is now implemented in AbstractAllInputDeployer.
> Skip an deployer if *all* of the required inputs (for the deployer) are not available
> -------------------------------------------------------------------------------------
>
> Key: JBDEPLOY-176
> URL: https://jira.jboss.org/jira/browse/JBDEPLOY-176
> Project: JBoss Deployers
> Issue Type: Feature Request
> Components: deployer
> Reporter: jaikiran pai
> Assignee: Ales Justin
>
> Consider the following deployer:
> public class MyDeployer extends AbstractDeployer
> {
> public MyDeployer()
> {
> addInput(InputOne.class);
> addInput(InputTwo.class);
> }
> }
> If either of InputOne.class or InputTwo.class is not available in the unit (as an attachment), then skip the deployer from deploying the corresponding unit.
> Please refer to the referenced forum thread for a discussion about this
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list