You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "William Tam (JIRA)" <ji...@apache.org> on 2010/01/20 21:50:43 UTC

[jira] Created: (CAMEL-2385) BindingOperationInfos that are stored in exchange are inconsistent between CxfProducer and CxfConsumer

BindingOperationInfos that are stored in exchange are inconsistent between CxfProducer and CxfConsumer
------------------------------------------------------------------------------------------------------

                 Key: CAMEL-2385
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2385
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 2.1.0
            Reporter: William Tam
            Assignee: William Tam
             Fix For: 2.2.0


CxfProducer could store a unwrapped version of the BindingOperationInfo in the exchange which is inconsistent with CxfConsumer and it puts burden on the application to revert back to the wrapped version.  CxfProducer should store the original version before calling.

{code}
                boi = boi.getUnwrappedOperation();
{code}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (CAMEL-2385) BindingOperationInfos that are stored in exchange are inconsistent between CxfProducer and CxfConsumer

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

Work on CAMEL-2385 started by William Tam.

> BindingOperationInfos that are stored in exchange are inconsistent between CxfProducer and CxfConsumer
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2385
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2385
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: William Tam
>            Assignee: William Tam
>             Fix For: 2.2.0
>
>
> CxfProducer could store a unwrapped version of the BindingOperationInfo in the exchange which is inconsistent with CxfConsumer and it puts burden on the application to revert back to the wrapped version.  CxfProducer should store the original version before calling.
> {code}
>                 boi = boi.getUnwrappedOperation();
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2385) BindingOperationInfos that are stored in exchange are inconsistent between CxfProducer and CxfConsumer

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

William Tam resolved CAMEL-2385.
--------------------------------

    Resolution: Fixed

Committed revision 901388.


> BindingOperationInfos that are stored in exchange are inconsistent between CxfProducer and CxfConsumer
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2385
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2385
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: William Tam
>            Assignee: William Tam
>             Fix For: 2.2.0
>
>
> CxfProducer could store a unwrapped version of the BindingOperationInfo in the exchange which is inconsistent with CxfConsumer and it puts burden on the application to revert back to the wrapped version.  CxfProducer should store the original version before calling.
> {code}
>                 boi = boi.getUnwrappedOperation();
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.