[jira] [Commented] (AMQ-6175) ActiveMQ webconsole breaks when supressMBean is used

2016-04-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15260004#comment-15260004
 ] 

ASF subversion and git services commented on AMQ-6175:
--

Commit e633e49aff5754b9ed0efa4d84b3e9084078490c in activemq's branch 
refs/heads/activemq-5.13.x from [~gtully]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=e633e49 ]

https://issues.apache.org/jira/browse/AMQ-6175 - fix unit test regression 
SelectiveMBeanRegistrationTest

(cherry picked from commit e313f4098900b717614cc109a1ab028e7bb5fd67)


> 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.12.1, 5.13.0, 5.13.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)


[jira] [Commented] (AMQ-6175) ActiveMQ webconsole breaks when supressMBean is used

2016-03-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184826#comment-15184826
 ] 

ASF subversion and git services commented on AMQ-6175:
--

Commit e313f4098900b717614cc109a1ab028e7bb5fd67 in activemq's branch 
refs/heads/master from [~gtully]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=e313f40 ]

https://issues.apache.org/jira/browse/AMQ-6175 - fix unit test regression 
SelectiveMBeanRegistrationTest


> 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.12.1, 5.13.0, 5.13.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)


[jira] [Commented] (AMQ-6175) ActiveMQ webconsole breaks when supressMBean is used

2016-02-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15153151#comment-15153151
 ] 

ASF subversion and git services commented on AMQ-6175:
--

Commit 9224f27ba3bdf8001dae5930e994f42125d70a1c in activemq's branch 
refs/heads/activemq-5.13.x from [~jgenender]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=9224f27 ]

AMQ-6175 - Web console needs to only obtain lists of MBeans that are not 
suppressed.


> 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.12.1, 5.13.0, 5.13.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)


[jira] [Commented] (AMQ-6175) ActiveMQ webconsole breaks when supressMBean is used

2016-02-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15153121#comment-15153121
 ] 

ASF subversion and git services commented on AMQ-6175:
--

Commit 49974279a745604d1028a78426985d438fc3762c in activemq's branch 
refs/heads/master from [~jgenender]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=4997427 ]

AMQ-6175 - Web console needs to only obtain lists of MBeans that are not
suppressed.


> 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.12.1, 5.13.0, 5.13.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)