-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Alpha16
-
None
If the jmx subsystem <expose-resolved-model/> and/or <expose-expression-model/> settings are not configured, but <remoting-connector/> is BlockingNotificationMBeanServer will throw NPEs in isInExposedModelControllerDomains due to passing null into java.util.regex.Pattern.matcher(...).
Simply null checks will fix the problem.