You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2007/08/27 16:09:23 UTC

[jira] Created: (SM-1042) Build fails in Java 6: Cannot find symbol StandardMBean(Object, Class)

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


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.


[jira] Closed: (SM-1042) Build fails in Java 6: Cannot find symbol StandardMBean(Object, Class)

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ 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.