Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 63759 invoked from network); 9 Feb 2007 14:54:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2007 14:54:05 -0000 Received: (qmail 84119 invoked by uid 500); 9 Feb 2007 14:53:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 84087 invoked by uid 500); 9 Feb 2007 14:53:34 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 84069 invoked by uid 99); 9 Feb 2007 14:53:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 06:53:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 06:53:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BE8DC7142B5 for ; Fri, 9 Feb 2007 06:53:05 -0800 (PST) Message-ID: <24059283.1171032785777.JavaMail.jira@brutus> Date: Fri, 9 Feb 2007 06:53:05 -0800 (PST) From: "Leo Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3147) [classlib]javax.management.MBeanServerFactory.newMBeanServer throws RuntimeException on JBOSS test In-Reply-To: <28264825.1171000085719.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leo Li updated HARMONY-3147: ---------------------------- Attachment: patch-3147.zip In the patch, I made a little modification to download mx4j-3.0.2 directly from source forge since it is not available right now on ibiblio. Pls unzip the attachment and then apply patch-make.diff and patch-depends.diff on trunk/make and trunk/depends. Thanks. Leo. > [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, patch-3147.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.