Return-Path: Delivered-To: apmail-incubator-aries-dev-archive@minotaur.apache.org Received: (qmail 87803 invoked from network); 24 Feb 2010 16:46:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2010 16:46:34 -0000 Received: (qmail 77941 invoked by uid 500); 24 Feb 2010 16:46:33 -0000 Delivered-To: apmail-incubator-aries-dev-archive@incubator.apache.org Received: (qmail 77829 invoked by uid 500); 24 Feb 2010 16:46:33 -0000 Mailing-List: contact aries-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: aries-dev@incubator.apache.org Delivered-To: mailing list aries-dev@incubator.apache.org Received: (qmail 77633 invoked by uid 99); 24 Feb 2010 16:46:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 16:46:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 16:46:32 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C937529A00B2 for ; Wed, 24 Feb 2010 08:44:37 -0800 (PST) Message-ID: <1555109553.497821267029877823.JavaMail.jira@brutus.apache.org> Date: Wed, 24 Feb 2010 16:44:37 +0000 (UTC) From: "Jeremy Hughes (JIRA)" To: aries-dev@incubator.apache.org Subject: [jira] Updated: (ARIES-70) JMX-Core doesn't build In-Reply-To: <1974168250.1260197478198.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ARIES-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hughes updated ARIES-70: ------------------------------- Fix Version/s: 0.1 > JMX-Core doesn't build > ---------------------- > > Key: ARIES-70 > URL: https://issues.apache.org/jira/browse/ARIES-70 > Project: Aries > Issue Type: Bug > Reporter: Alasdair Nottingham > Assignee: Alasdair Nottingham > Fix For: 0.1 > > > The jmx-core code does not compile: > [INFO] Compilation failure > /Users/nottinga/Documents/aries/apache/aries/trunk/jmx/jmx-core/src/main/java/org/apache/aries/jmx/permissionadmin/PermissionAdminMBeanHandler.java:[76,20] > cannot find symbol > symbol : constructor > StandardMBean(org.osgi.jmx.service.permissionadmin.PermissionAdminMBean,java.lang.Class) > location: class javax.management.StandardMBean > Looking at the code it looks like a simple copy and paste error: > mbean = new StandardMBean(paMBean, FrameworkMBean.class); > should be: > mbean = new StandardMBean(paMBean, PermissionAdminMBean.class); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.