[jboss-dev-forums] [JBoss Microcontainer Development] - Re: DependencyInfo.removeDependsOnMe never called
thomas.diesler@jboss.com
do-not-reply at jboss.com
Fri Sep 18 04:45:23 EDT 2009
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#4255868
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255868
More information about the jboss-dev-forums
mailing list