You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Alasdair Nottingham (JIRA)" <ji...@apache.org> on 2009/12/07 15:51:18 UTC

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

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

Work on ARIES-70 started by Alasdair Nottingham.

> 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
>
> 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.


Re: [jira] Work started: (ARIES-70) JMX-Core doesn't build

Posted by Alasdair Nottingham <no...@apache.org>.
I think I raised the work item as you committed the update.

I have resolved the work item.

Alasdair

2009/12/7 adam wojtuniak <ad...@gmail.com>:
> I've fixed that already
> Cheers,
> Adam
>
> On Mon, Dec 7, 2009 at 2:51 PM, Alasdair Nottingham (JIRA)
> <ji...@apache.org>wrote:
>
>>
>>     [
>> https://issues.apache.org/jira/browse/ARIES-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>>
>> Work on ARIES-70 started by Alasdair Nottingham.
>>
>> > 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
>> >
>> > 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.
>>
>>
>



-- 
Alasdair Nottingham
not@apache.org

Re: [jira] Work started: (ARIES-70) JMX-Core doesn't build

Posted by adam wojtuniak <ad...@gmail.com>.
I've fixed that already
Cheers,
Adam

On Mon, Dec 7, 2009 at 2:51 PM, Alasdair Nottingham (JIRA)
<ji...@apache.org>wrote:

>
>     [
> https://issues.apache.org/jira/browse/ARIES-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Work on ARIES-70 started by Alasdair Nottingham.
>
> > 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
> >
> > 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.
>
>