[jboss-jira] [JBoss JIRA] Created: (JBDEPLOY-176) Skip an deployer if *all* of the required inputs (for the deployer) are not available

jaikiran pai (JIRA) jira-events at lists.jboss.org
Mon Mar 16 06:09:27 EDT 2009


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