camel-cxf - CxfProducer in POJO mode should be able to use POJO object directly 
without wrapped as List
-------------------------------------------------------------------------------------------------------

                 Key: CAMEL-2196
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2196
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 2.0.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.1.0


See camel-example-cxf-async

In the client code that sends to the server using CxfProducer. I have to wrap 
my POJO in a List object.
CxfProducer should be smarter and be able to do this itself.

It can do this by converting the payload to an iterator and use that to 
construct the list.
Then it works for POJO objects directly.

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