[jboss-dev-forums] [Design of POJO Server] - Re: MainDeployerImpl process managed deployment

alesj do-not-reply at jboss.com
Fri Oct 5 11:42:08 EDT 2007


"adrian at jboss.org" wrote : Looks like a bug to me.
  | 
I guess this is what we want:

  |    protected void processManagedDeployment(DeploymentContext context, ManagedDeployment parent)
  |       throws DeploymentException
  |    {
  |       DeploymentUnit unit = context.getDeploymentUnit();
  |       Map<String, ManagedObject> MOs = getManagedObjects(context);
  |       ManagedDeployment md = mgtDeploymentCreator.build(unit, MOs, parent);
  |       for (DeploymentContext childContext : context.getChildren())
  |       {
  |          processManagedDeployment(childContext, md);
  |       }
  |    }
  | 

I'll add some tests for deeper-than-root ManagedObjects.



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

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



More information about the jboss-dev-forums mailing list