[jboss-jira] [JBoss JIRA] Updated: (JBAS-6328) jmx-console: Back to MBean button causes error
Farah Juma (JIRA)
jira-events at lists.jboss.org
Fri Jan 23 11:11:44 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-6328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Farah Juma updated JBAS-6328:
-----------------------------
Attachment: ApplyChangesButton.patch
Attached a patch:
In this case, it seems that "objectNameString" (which is the result of mbeanData.getName()) is already in the correct format but "quotedNameString" (which is the result of URLEncoder.encode(mbeanData.getName())) is currently being used in inspectMBean.jsp and this is causing the MBean name to be incorrect.
> jmx-console: Back to MBean button causes error
> ----------------------------------------------
>
> Key: JBAS-6328
> URL: https://jira.jboss.org/jira/browse/JBAS-6328
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JMX/Web Console
> Affects Versions: JBossAS-5.0.0.GA
> Reporter: Martin Vecera
> Assignee: Farah Juma
> Priority: Critical
> Fix For: JBossAS-5.0.1.GA, JBossAS-5.1.0.Beta1, JBossAS-6.0.0.Alpha1
>
> Attachments: ApplyChangesButton.patch, JBAS-6328.patch
>
>
> After invoking an operation in JMX Console (e.g. startDatabaseManager under http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss%3Aservice%3DHypersonic%2Cdatabase%3DlocalDB), the button "Back to MBean" on result page causes Error 500.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list