[ https://issues.apache.org/activemq/browse/SM-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gert Vanthienen closed SM-1042. ------------------------------- Resolution: Fixed Fix Version/s: 3.2 Changing Class<?> back into Class fixes this: http://svn.apache.org/viewvc?view=rev&revision=570136 > Build fails in Java 6: Cannot find symbol StandardMBean(Object, Class<?>) > ------------------------------------------------------------------------- > > Key: SM-1042 > URL: https://issues.apache.org/activemq/browse/SM-1042 > Project: ServiceMix > Issue Type: Bug > Components: servicemix-core > Affects Versions: 3.1.1 > Reporter: Gert Vanthienen > Assignee: Gert Vanthienen > Fix For: 3.2 > > > Seems to be a problem that is mentioned in the adoption guide: > http://java.sun.com/javase/6/webnotes/adoption/adoptionguide.html#2.2.1 > {noformat} > [INFO] Compilation failure > C:\projects\servicemix\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\management\BaseStandardMBean.java:[117,8] > cannot > find symbol > symbol : constructor > StandardMBean(java.lang.Object,java.lang.Class<capture#863 of ?>) > location: class javax.management.StandardMBean > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.