Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002380 [Resin] minor always 01-29-08 11:37 02-11-08 12:06
Reporter sam View Status public  
Assigned To ferg
Priority urgent Resolution fixed  
Status closed   Product Version 3.1.4
Summary 0002380: Thrid-party MBeans missing when using 3.1.4
Description (rep by J Smyth)

JBoss cache mbeans are missing when we deploy to 3.1.4, but it worked in 3.1.2.

A list generated with the following does not show them:

ArrayList serverList = MBeanServerFactory.findMBeanServer( null );
java.util.Iterator iterator = serverList.iterator();
for (int i=0; iterator.hasNext(); i++) {
        MBeanServer mbeanServer = (MBeanServer)iterator.next();
        System.out.println(mbeanServer+" # MBeans: "+mbeanServer.getMBeanCount());
        java.util.Set queryNames = mbeanServer.queryNames(null,null);
        System.out.println(" # Query Names SET: "+queryNames.size());
        java.util.Iterator queryNamesIterator = queryNames.iterator();
        for (int j=0; queryNamesIterator.hasNext(); j++) {
                System.out.println(mbeanServer+"
"+queryNamesIterator.next());
        }
}
Additional Information
Attached Files

- Relationships

- Notes
(0002747)
ferg
02-11-08 12:06

server/21ic
 

- Issue History
Date Modified Username Field Change
01-29-08 11:37 sam New Issue
01-29-08 12:41 ferg Project Quercus => Resin
02-11-08 12:06 ferg Note Added: 0002747
02-11-08 12:06 ferg Assigned To  => ferg
02-11-08 12:06 ferg Status new => closed
02-11-08 12:06 ferg Resolution open => fixed
02-11-08 12:06 ferg Fixed in Version  => 3.1.5


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker