[jboss-jira] [JBoss JIRA] Commented: (JBAS-5355) @JMX lifecycle should be tied to POJO lifecycle
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Tue May 20 17:11:59 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-5355?page=comments#action_12413429 ]
Shelly McGowan commented on JBAS-5355:
--------------------------------------
With the addition of the new class, ServiceControllerRegistrationLifecycleCallback.java, JBoss AS 5 fails to compile with JDK 6. See:
http://java.sun.com/javase/6/webnotes/adoption/adoptionguide.html#2.2.1
> @JMX lifecycle should be tied to POJO lifecycle
> -----------------------------------------------
>
> Key: JBAS-5355
> URL: http://jira.jboss.com/jira/browse/JBAS-5355
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: MicroContainer bus
> Reporter: Adrian Brock
> Assigned To: Adrian Brock
> Fix For: JBossAS-5.0.0.CR1
>
>
> The @JMX annotation should create a registration with the ServiceController that is driven by the POJO lifecycle.
> i.e. when create() is invoked on the POJO lifecycle it should move the state to CREATED in the legacy ServiceController
> but not re-invoke the create() method on the MBean.
> Similarly when create() is invoked from the JMX console, this should reallly re-target to the POJO lifecycle.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list