Thanks this is working! List is working too, i use
Arrays.asList("one,parameter").

In meanwhile i tried to send the real payload object (used the generated
code), this is working on another CxfProducer in our project (no data mode
set!). 
But in this case camel tries to convert the xml-object back to a string and
i get exception. Here i have to explicitly set DataFormat to Cxf_Message?

So why in one case i could send "native payload" objects to cxf producer
without setting data mode (should be pojo by default) and in another case i
have to explicitly set data mode?




--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-cxf-convert-comma-separated-string-to-one-parameter-how-to-escape-comma-tp5759243p5759257.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to