[jboss-jira] [JBoss JIRA] Updated: (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:48:22 EDT 2009


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

Ales Justin updated JBDEPLOY-176:
---------------------------------

        Fix Version/s: JBDEPLOY-2.2.0.Alpha
    Affects Version/s: JBDEPLOY-2.0.5.GA


> 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
>    Affects Versions: JBDEPLOY-2.0.5.GA
>            Reporter: jaikiran pai
>            Assignee: Ales Justin
>             Fix For: JBDEPLOY-2.2.0.Alpha
>
>
> 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