You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Jeremy Hughes (JIRA)" <ji...@apache.org> on 2010/02/24 17:44:37 UTC

[jira] Updated: (ARIES-70) JMX-Core doesn't build

     [ 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<org.osgi.jmx.framework.FrameworkMBean>)
> 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.