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

Ming ZI updated CAMEL-6602:
---------------------------

          Component/s: camel-cxf
          Description: 
with PAYLOAD data format used, the argument is changed into a List<DOMSource> 
instance by the method "setParameters" in class 
org.apache.camel.component.cxf.CxfEndpoint.
Then FailoverFeature call retry, the class cast action throws a 
ClassCastException.
btw: "message.remove(DataFormat.class)" at the end of the method 
"setParameters" don't work. a new message whit data format PAYLOAD is created 
when retry.

    Affects Version/s: 2.9.7
              Summary: camel-cxf ClassCastException when use cxf 
FailoverFeature  (was: cxfClassCastException when)
    
> camel-cxf ClassCastException when use cxf FailoverFeature
> ---------------------------------------------------------
>
>                 Key: CAMEL-6602
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6602
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 2.9.7
>            Reporter: Ming ZI
>
> with PAYLOAD data format used, the argument is changed into a List<DOMSource> 
> instance by the method "setParameters" in class 
> org.apache.camel.component.cxf.CxfEndpoint.
> Then FailoverFeature call retry, the class cast action throws a 
> ClassCastException.
> btw: "message.remove(DataFormat.class)" at the end of the method 
> "setParameters" don't work. a new message whit data format PAYLOAD is created 
> when retry.

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