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