[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1812) @Service beans with a @Management interface leave orphan MC beans after undeploy
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Mon Apr 27 08:54:46 EDT 2009
@Service beans with a @Management interface leave orphan MC beans after undeploy
--------------------------------------------------------------------------------
Key: EJBTHREE-1812
URL: https://jira.jboss.org/jira/browse/EJBTHREE-1812
Project: EJB 3.0
Issue Type: Bug
Components: core
Affects Versions: 1.1.4
Reporter: jaikiran pai
Assignee: jaikiran pai
If a @Service bean is marked to have a @Management interface, during deployment a MBean is created as well as a MC bean is deployed. However on undeployment, only the MBean is unregistered, leaving back the MC bean. This leads to MC complaining about incomplete deployments due to missing dependencies. Please see the refered forum thread for details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list