You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/08/23 08:39:51 UTC

[jira] [Resolved] (CAMEL-6658) camel-example-loan-broker - is broken on master

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

Claus Ibsen resolved CAMEL-6658.
--------------------------------

    Resolution: Fixed

It was due a mistake in CAMEL-6650 in multicast EIP.
                
> 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
>            Assignee: 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