You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Chris Custine (JIRA)" <ji...@apache.org> on 2009/01/11 20:48:59 UTC

[jira] Created: (SMX4-189) Activation spec fails compile with JDK 1.6

Activation spec fails compile with JDK 1.6
------------------------------------------

                 Key: SMX4-189
                 URL: https://issues.apache.org/activemq/browse/SMX4-189
             Project: ServiceMix 4
          Issue Type: Bug
    Affects Versions: 4.0-m2
            Reporter: Chris Custine


JDK 1.6 JAF masks the geronimo spec version and does not include the MimeType.isSpecial() static method so compile fails.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4-189) Activation spec fails compile with JDK 1.6

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Custine resolved SMX4-189.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0-m2

> Activation spec fails compile with JDK 1.6
> ------------------------------------------
>
>                 Key: SMX4-189
>                 URL: https://issues.apache.org/activemq/browse/SMX4-189
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m2
>            Reporter: Chris Custine
>            Assignee: Chris Custine
>             Fix For: 4.0-m2
>
>
> JDK 1.6 JAF masks the geronimo spec version and does not include the MimeType.isSpecial() static method so compile fails.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-189) Activation spec fails compile with JDK 1.6

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48607#action_48607 ] 

Chris Custine commented on SMX4-189:
------------------------------------

I have used this hack before with JAXP spec.  This hack prepends the geronimo spec jar file before the JDK so that compilation succeeds on both JDK 1.5 and 1.6.

> Activation spec fails compile with JDK 1.6
> ------------------------------------------
>
>                 Key: SMX4-189
>                 URL: https://issues.apache.org/activemq/browse/SMX4-189
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m2
>            Reporter: Chris Custine
>            Assignee: Chris Custine
>             Fix For: 4.0-m2
>
>
> JDK 1.6 JAF masks the geronimo spec version and does not include the MimeType.isSpecial() static method so compile fails.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMX4-189) Activation spec fails compile with JDK 1.6

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Custine updated SMX4-189:
-------------------------------

    Assignee: Chris Custine

> Activation spec fails compile with JDK 1.6
> ------------------------------------------
>
>                 Key: SMX4-189
>                 URL: https://issues.apache.org/activemq/browse/SMX4-189
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m2
>            Reporter: Chris Custine
>            Assignee: Chris Custine
>
> JDK 1.6 JAF masks the geronimo spec version and does not include the MimeType.isSpecial() static method so compile fails.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.