[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: JBDEPLOY-3 issues

scott.stark@jboss.org do-not-reply at jboss.com
Thu Mar 13 06:08:44 EDT 2008


No, the org.jboss.deployers.spi.deployer.managed.ManagedDeploymentCreator relies on DeploymentUnit or the unit ManagedObject set:


  | public interface ManagedDeploymentCreator
  | {
  |    /**
  |     * Build up the deployment management view.
  |     * @param unit - the deployment unit to process
  |     * @param md - the unit ManagedDeployment
  |     */
  |    public ManagedDeployment build(DeploymentUnit unit, Map<String, ManagedObject> unitMOs,
  |          ManagedDeployment parent);
  | }
  | 

If type is not part of DeploymentUnit, then a ManagementDeployment annotation would have to be added to use with the ManagedObjects.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136237#4136237

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136237



More information about the jboss-dev-forums mailing list