I added this to
Module.removeIDependOn
| // Remove the DependsOnMe part of this item
| Object iDependOn = item.getIDependOn();
| if (iDependOn != null)
| {
| Module otherModule = domain.getModule(iDependOn.toString());
| DependencyInfo otherDependencyInfo =
otherModule.getControllerContext().getDependencyInfo();
| otherDependencyInfo.removeDependsOnMe(item);
| }
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255868#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...