Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch Available
Description
`setProperty` currently ends with `… catch (Throwable ignore) { return false; }`. This can make troubleshooting invalid configuration much harder since the exception (that contains detailed information) is hidden from the user.
Attachments
Issue Links
- is related to
-
AMQ-7121 IntrospectionSupport.setProperty should call method.setAccessible(true)
- Resolved