[jboss-jira] [JBoss JIRA] (WFLY-1548) Add fallback querry to jconsole plugin
Bartosz Baranowski (JIRA)
jira-events at lists.jboss.org
Tue Jun 18 10:17:24 EDT 2013
Bartosz Baranowski created WFLY-1548:
----------------------------------------
Summary: Add fallback querry to jconsole plugin
Key: WFLY-1548
URL: https://issues.jboss.org/browse/WFLY-1548
Project: WildFly
Issue Type: Enhancement
Affects Versions: 8.0.0.Alpha1
Reporter: Bartosz Baranowski
Fix For: 8.0.0.Alpha2
JConsolePlugin connecects to default port, despite chance to use proper info.
Problem:
Unless I miss somethingm JConsole has a bit tight isolation between components. There is no way for AS7 JConsolePlugin to access "connect dialog" info. Hence it has no idea what is the content of URL being passed as remote.
AS7 JConsolePlugin checks if MBeanServerConnection is instance of RemotinConnection. If its not, it fallbacks to default: localhost:9990.
However we can check for socket bindings and try to connect to proper socket.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list