[jboss-jira] [JBoss JIRA] Created: (JBAS-5360) MBeanServerLocator.locate always returns the first item in the map instead of a lookup

Narayanan Raghavan (JIRA) jira-events at lists.jboss.org
Tue Apr 1 10:13:58 EDT 2008


MBeanServerLocator.locate always returns the first item in the map instead of a lookup
--------------------------------------------------------------------------------------

                 Key: JBAS-5360
                 URL: http://jira.jboss.com/jira/browse/JBAS-5360
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: JBossAS-4.2.1.GA
            Reporter: Narayanan Raghavan
             Fix For: JBossAS-4.2.1.GA



The MBeanServerLocator.locate() method always returns the first item in the map and does not look-up the MBean by name.  This always fails while looking up any MBean unless it happens to be the first one in the map.

Affected archive/ file: 
soap.esb
services/soap/src/main/java/org/jboss/soa/esb/actions/soap/SoapUIInvoker.java

The constructor in SoapUIInvoker.java looks up the MBeanSever via the locate method which does not return the jboss.esb:service=SoapUIClientService MBean
mbeanServer = MBeanServerLocator.locate();

The locateJboss function iterates through the map to find the relevant MBean.  The above code should be changed to use 
MBeanServerLocator.locateJboss();

Thanks! 


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