You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2008/06/24 01:33:00 UTC

[jira] Resolved: (CAMEL-631) Camel won't compile on AIX

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

Willem Jiang resolved CAMEL-631.
--------------------------------

    Resolution: Fixed

Patch applied with thanks to Jonathan.
 http://svn.apache.org/viewvc?rev=670784&view=rev

> Camel won't compile on AIX
> --------------------------
>
>                 Key: CAMEL-631
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-631
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.4.0
>         Environment: AIX 5.3
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pap32dev-20060511 (SR2))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223-20060504 (JIT enabled)
> J9VM - 20060501_06428_bHdSMR
> JIT  - 20060428_1800_r8
> GC   - 20060501_AA)
> JCL  - 20060511a
>            Reporter: Jonathan Anstey
>            Assignee: Willem Jiang
>             Fix For: 1.4.0
>
>         Attachments: camel-aix.patch
>
>
> Failure is:
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /x1/camel/camel-core/src/main/java/org/apache/camel/model/ProcessorType.java:[1587,18] inconvertible types
> found   : org.apache.camel.model.ProcessorType<Type>
> required: org.apache.camel.model.ExceptionType
> /x1/camel/camel-core/src/main/java/org/apache/camel/model/ProcessorType.java:[1587,51] inconvertible types
> found   : org.apache.camel.model.ProcessorType<Type>
> required: org.apache.camel.model.TryType
> /x1/camel/camel-core/src/main/java/org/apache/camel/model/InterceptType.java:[90,16] inconvertible types
> found   : org.apache.camel.model.ProcessorType<capture of ?>
> required: org.apache.camel.model.ChoiceType
> /x1/camel/camel-core/src/main/java/org/apache/camel/model/InterceptType.java:[91,49] inconvertible types
> found   : org.apache.camel.model.ProcessorType<capture of ?>
> required: org.apache.camel.model.ChoiceType
> /x1/camel/camel-core/src/main/java/org/apache/camel/management/InstrumentationLifecycleStrategy.java:[203,20] inconvertible types
> found   : org.apache.camel.model.ProcessorType<capture of ?>
> required: org.apache.camel.model.ExceptionType

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