[jboss-jira] [JBoss JIRA] Created: (JBDEPLOY-214) Add listener hooks for deployment processing

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Sep 16 09:54:23 EDT 2009


Add listener hooks for deployment processing
--------------------------------------------

                 Key: JBDEPLOY-214
                 URL: https://jira.jboss.org/jira/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.
-
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