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
             Fix For: 1.4.0


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.

Reply via email to