]
Rob Stryker resolved JBIDE-8754.
--------------------------------
Release Notes Text: fixed
Resolution: Done
JMX provider not found; regression due to separation of JMX
integration
-----------------------------------------------------------------------
Key: JBIDE-8754
URL:
https://issues.jboss.org/browse/JBIDE-8754
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M1
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.3.0.M1
During the separation of JMX integration into its own plugin, a typo led to the jmx
provider not being found. Patch is as follows in class
org.jboss.ide.eclipse.as.core.ExtensionManager:
- IConfigurationElement[] cf =
registry.getConfigurationElementsFor(JBossServerCorePlugin.PLUGIN_ID,
"pollers"); //$NON-NLS-1$
+ IConfigurationElement[] cf =
registry.getConfigurationElementsFor(JBossServerCorePlugin.PLUGIN_ID,
"jmxRunner"); //$NON-NLS-1$
--
This message is automatically generated by JIRA.
For more information on JIRA, see: