[ 
https://issues.apache.org/activemq/browse/CAMEL-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55261#action_55261
 ] 

Claus Ibsen commented on CAMEL-2144:
------------------------------------

The idea is to return Void when you *cannot* convert such as in a situation 
where there MessageContextList is invalid. Then it wont be regarded as a *miss* 
and Camel will try this converter combination later on.

> A null-Message to a cxf-endpoint (e.g. HTTP-GET) can disable accepting 
> regular requests
> ---------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2144
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2144
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core, camel-cxf
>    Affects Versions: 2.0.0
>            Reporter: Jonny Newald
>            Assignee: Willem Jiang
>             Fix For: 2.1.0
>
>         Attachments: camel-2144.patch
>
>
> Start a fine configured system with came-cxf consumer endpoint using http. 
> Make some tests with valid SOAP-Messages. Then just send a HTTP-Get-Request 
> to the endpoint (e.g. with Browser). You'll get some kind of Exception saying
> java.lang.ClassCastException: org.apache.cxf.message.MessageContentsList 
> cannot be cast to org.w3c.dom.Node
> Ok, this could be interpreted as "There is no content to convert into 
> Node..." as, if you debug, you'll see, that an empty MessageContentsList is 
> provided by camel-cxf as the body of the camel message. Of course, if the 
> Request would contain a body, the camel body would be a non empty 
> MessageContentsList and the type converter mechanism would find a way to 
> convert the list into a w3c Document, but that's not the point. The Bug is, 
> that this null-body-request puts the DefaultTypeConverter into a state, that 
> let always return null for bodies of type MessageContentsList, even if it's 
> not empty (which is normal). I think that there is certain 'misses'-map 
> responsible for that kind of 'miss'-state...

-- 
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