]
Thomas Diesler resolved JBDEPLOY-214.
-------------------------------------
Resolution: Out of Date
Out of Date
Add listener hooks for deployment processing
--------------------------------------------
Key: JBDEPLOY-214
URL:
https://issues.jboss.org/browse/JBDEPLOY-214
Project: JBoss Deployers
Issue Type: Feature Request
Reporter: Thomas Diesler
Currently JBossOSGi wraps the Deployers to do some post processing
public void process(List<DeploymentContext> deploy,
List<DeploymentContext> undeploy)
{
// Delegate to the original deployers
deployers.process(deploy, undeploy);
// OSGi bundles resolve phase
afterDeployersProcess(deploy, undeploy);
}
Perhaps this should be supported by the Deployers natively
--
This message is automatically generated by JIRA.
For more information on JIRA, see: