Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2380 | minor | always | 01-29-08 11:37 | 02-11-08 12:06 | |
|
|||||
Reporter: | sam | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 3.1.4 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.5 | ||
|
|||||
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()); } } |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|