"adrian(a)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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...