I've fixed that already Cheers, Adam On Mon, Dec 7, 2009 at 2:51 PM, Alasdair Nottingham (JIRA) <[email protected]>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. > >
