[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-8754) JMX provider not found; regression due to separation of JMX integration

Rob Stryker (JIRA) jira-events at lists.jboss.org
Tue Apr 19 15:29:33 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-8754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list