]
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: