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

Libor Zoubek (JIRA) jira-events at lists.jboss.org
Mon Jun 13 09:48:23 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-8754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608214#comment-12608214 ] 

Libor Zoubek commented on JBIDE-8754:
-------------------------------------

verified (MBean explorer is working in 3.3.0.M1)

> 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