[jboss-jira] [JBoss JIRA] Resolved: (JBDEPLOY-214) Add listener hooks for deployment processing
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Wed Jul 27 07:47:26 EDT 2011
[ https://issues.jboss.org/browse/JBDEPLOY-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list