You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Leo Li (JIRA)" <ji...@apache.org> on 2007/02/09 06:50:05 UTC

[jira] Updated: (HARMONY-3147) [classlib]javax.management.MBeanServerFactory.newMBeanServer throws RuntimeException on JBOSS test

     [ https://issues.apache.org/jira/browse/HARMONY-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leo Li updated HARMONY-3147:
----------------------------

    Attachment: jars.zip

> [classlib]javax.management.MBeanServerFactory.newMBeanServer throws RuntimeException on JBOSS test
> --------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3147
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3147
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Leo Li
>         Attachments: jars.zip
>
>
> Here is a testcase:
>           public void test()
>           {
>                 System.setProperty("javax.management.builder.initial",
> 				"org.jboss.mx.server.MBeanServerBuilderImpl");		
>                assertNotNull(	MBeanServerFactory.newMBeanServer("jboss"));	
>           }
> Run this testcase with the jars in the jars.zip appended to the classpath.
> RI passes.
> Harmony fails.
>           

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.