-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0
-
Component/s: core-svc
-
b46
-
generic
-
generic
MLet.getMBeansFromURL treats all failures in the same way: it throws a ServerNotFoundException with detail message "Problems while parsing URL <whatever>". Since the nature of the problems could be anything, from a bad URL to bad syntax to a connection failure, this is less than helpful. There should at least be a more informative detail message. Ideally there would be a chained exception indicating the root cause.