Claus Ibsen created CAMEL-6658:
----------------------------------

             Summary: camel-example-loan-broker - is broken on master
                 Key: CAMEL-6658
                 URL: https://issues.apache.org/jira/browse/CAMEL-6658
             Project: Camel
          Issue Type: Bug
          Components: examples
    Affects Versions: 2.12.0
            Reporter: Claus Ibsen
             Fix For: 2.12.0


mvn clean install -rf :camel-example-loan-broker

fails testing this example. 

{code}
Caused by: org.apache.camel.InvalidPayloadException: No body available of type: 
org.apache.camel.Exchange but has value: [[ssn:SSN bank:bank1 
rate:3.9542535426930447]] of type: org.apache.cxf.message.MessageContentsList 
on: Message: [[ssn:SSN bank:bank1 rate:3.9542535426930447]]. Caused by: No type 
converter available to convert from type: 
org.apache.cxf.message.MessageContentsList to the required type: 
org.apache.camel.Exchange with value [[ssn:SSN bank:bank1 
rate:3.9542535426930447]]. Exchange[Message: [[ssn:SSN bank:bank1 
rate:3.9542535426930447]]]. Caused by: 
[org.apache.camel.NoTypeConversionAvailableException - No type converter 
available to convert from type: org.apache.cxf.message.MessageContentsList to 
the required type: org.apache.camel.Exchange with value [[ssn:SSN bank:bank1 
rate:3.9542535426930447]]]
        at 
org.apache.camel.impl.MessageSupport.getMandatoryBody(MessageSupport.java:101)
        at 
org.apache.camel.builder.ExpressionBuilder$38.evaluate(ExpressionBuilder.java:936)
        ... 12 more
Caused by: org.apache.camel.NoTypeConversionAvailableException: No type 
converter available to convert from type: 
org.apache.cxf.message.MessageContentsList to the required type: 
org.apache.camel.Exchange with value [[ssn:SSN bank:bank1 
rate:3.9542535426930447]]
        at 
org.apache.camel.impl.converter.BaseTypeConverterRegistry.mandatoryConvertTo(BaseTypeConverterRegistry.java:181)
        at 
org.apache.camel.impl.MessageSupport.getMandatoryBody(MessageSupport.java:99)
        ... 13 more
...
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to