[jboss-jira] [JBoss JIRA] Created: (JBAS-9276) Make the annotation @Management works in association with @Singleton

Laurent Vandwalle (JIRA) jira-events at lists.jboss.org
Fri Apr 8 11:42:33 EDT 2011


Make the annotation @Management works in association with @Singleton
--------------------------------------------------------------------

                 Key: JBAS-9276
                 URL: https://issues.jboss.org/browse/JBAS-9276
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: JMX
    Affects Versions: 6.0.0.Final
            Reporter: Laurent Vandwalle
             Fix For: 6.1.0


In JBoss 5.1, the use of @Management in association with @Service allowed to manage (JMX Management) the singleton EJB.

In JBoss 6.0 Final, @Service annotations can be replace by the JEE6 standard annotation @Singleton.

The problem is that the @Management annoation does not work if used in association with the @Singleton annotation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list