From: Simone B. <bio...@us...> - 2001-11-20 15:36:08
Update of /cvsroot/openjmx/openjmx/src/core/openjmx
In directory usw-pr-cvs1:/tmp/cvs-serv22292
Modified Files:
MBeanServerImpl.java
Log Message:
Added non-spec method to remove notification listeners, to fix the mess of the spec WRT this issue
From: Simone B. <bio...@us...> - 2001-12-06 10:24:59
Update of /cvsroot/openjmx/openjmx/src/core/openjmx
In directory usw-pr-cvs1:/tmp/cvs-serv15744/openjmx
Modified Files:
MBeanServerImpl.java
Log Message:
Using the thread context classloader instead of the system classloader
From: Simone B. <bio...@us...> - 2002-01-01 17:11:59
Update of /cvsroot/openjmx/openjmx/src/core/openjmx
In directory usw-pr-cvs1:/tmp/cvs-serv15260
Modified Files:
MBeanServerImpl.java
Log Message:
Fixed bug 497064: it is now possible create object names with JMImplementation as domain
From: Simone B. <bio...@us...> - 2002-01-17 19:14:23
Update of /cvsroot/openjmx/openjmx/src/core/openjmx
In directory usw-pr-cvs1:/tmp/cvs-serv26567/core/openjmx
Modified Files:
MBeanServerImpl.java
Log Message:
Fixed bug on the scope of the queryNames and queryMBeans methods of MBeanServer.
Added a test to check that this bug won't happen again