Anonymous | Login | Signup for a new account | 12-17-2024 08:36 PST |
Main | My View | View Issues | Change Log | Docs |
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 | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |