[jboss-jira] [JBoss JIRA] Created: (JBAS-6091) Allow JRMPInvoker to work as an MC bean

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Oct 14 10:26:20 EDT 2008


Allow JRMPInvoker to work as an MC bean
---------------------------------------

                 Key: JBAS-6091
                 URL: https://jira.jboss.org/jira/browse/JBAS-6091
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: EJB2
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: JBossAS-5.0.0.GA


Needed for JBAS-6090.

Adrian's work on ServiceMBeanSupport allows subclasses to function properly if deployed as MC beans and not mbeans.  But JRMPInvoker doesn't work because it doesn't subclass ServiceMBeanSupport but rather implements the same interfaces and delegates to an internal instance.

Solution is to duplicate the callback methods Adrian added to ServiceMBeanSupport and have the calls delegate as well.

-- 
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