Hi, a have a question about jmx. When I use the LoggerDynamicMBean with a Logger as parameter and the Logger is terminated (or something like logger = null; ) the MBean still exists. That is not really correct. I'm writing my thesis about jmx and I have the same problem. Do you have allready found a solution for this problem? The second aspect is that you have one reference to the managed object in the application and a second in the mbean. So the garbage collector will never throw the object away. Perhaps the weak reference is the solution for this problem..... I don?t know.
Thx.. and sorry for my bad english..... i?m still learning..... Jerome -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>