-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: core-svc
The `javax.management.MBeanServer` method [registerMBean][MBeanServer.registerMBean] now throws a `RuntimeOperationsException` instead of `NullPointerException` when invoked with a null "object" parameter. This correction aligns the implementation with the specification, and becomes the same as other methods in the class. This is not expected to affect most applications, and could only be noticed after other application errors have occurred.