-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 2.0
-
Labels:None
-
Environment:
Operating System: other
Platform: Other
-
Bugzilla Id:34064
deprecated method 'public void static setServer(MBeanServer mbeanServer)' simply
doesn't work. It recursively calls itself, until a stack overflow occurs. This
method is already deprecated (presumably because it's static), but it probably
should be removed. No need to hold backwards compatibility to a method that
doesn't work. Alternatively change the body to
Registry.getRegistry().setMBeanServer(mbeanServer), however, for some reason
that method has been deprecated in the HEAD. I figured that was deprecated
since it may have been considered redundant - but it's the one that works.
Thanks
- mstan