The code addition looks ok:
| boolean isRunning = DeploymentState.STARTED == info.state; | TargetModuleID tmid = new TargetModuleIDImpl(this, module, null, isRunning); | I would guess that the reason STOPPED and DESTOYED is not set, is because this is almost always performed when the ejb gets undeployed, so the module is gone anyway :) Also a jsr88.stop currently doesn't have an implementation (LocalHostTarget, JMXTarget), so even if you update the deployer code, nothing will happen :) If you want to contribute missing pieces of jsf88, that would be great. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880687#3880687 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880687 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
