You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/11/18 11:34:52 UTC

[jira] Created: (CAMEL-2196) camel-cxf - CxfProducer in POJO mode should be able to use POJO object directly without wrapped as List

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.


[jira] Resolved: (CAMEL-2196) camel-cxf - CxfProducer in POJO mode should be able to use POJO object directly without wrapped as List

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2196.
--------------------------------

    Resolution: Fixed

trunk: 881719.

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