Jeff Genender created AMQ-6175:
----------------------------------
Summary: ActiveMQ webconsole breaks when supressMBean is used
Key: AMQ-6175
URL: https://issues.apache.org/jira/browse/AMQ-6175
Project: ActiveMQ
Issue Type: Bug
Components: webconsole
Affects Versions: 5.13.1, 5.13.0, 5.12.1
Reporter: Jeff Genender
Priority: Blocker
Fix For: 5.14.0, 5.13.2
AMQ-5656 which included the suppressMBean function broke the web console that
comes with ActiveMQ. The proxied calls to ManagedRegionBroker will obtain
objects that are not registered with the MBean server and thus the web console
breaks with invalid JSP when executed, which ultimately is caused by
javax.management.InstanceNotFoundException. The fix for this is to have the
web calls filter out lists that contain any non-MBeans.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)