You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Steve Chernyak (JIRA)" <ji...@apache.org> on 2008/10/24 06:44:52 UTC

[jira] Created: (SM-1661) Provider fails to set proper ws-addressing To header on outbound messages

Provider fails to set proper ws-addressing To header on outbound messages
-------------------------------------------------------------------------

                 Key: SM-1661
                 URL: https://issues.apache.org/activemq/browse/SM-1661
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-cxf-bc
    Affects Versions: 3.2.2
            Reporter: Steve Chernyak
         Attachments: fix.txt, test-case.txt

Cxf bc provider always sets the To addressing header to http://www.w3.org/2005/08/addressing/none. Should use the locationURI (at least for http conduits).  Setting the conduit into exchange in CxfProvider.process(MessageExchange exchange) fixes the problem (fix.txt patch).

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


[jira] Updated: (SM-1661) Provider fails to set proper ws-addressing To header on outbound messages

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

Freeman Fang updated SM-1661:
-----------------------------

             Assignee: Freeman Fang
        Fix Version/s: servicemix-cxf-bc-2008.02
                       3.3.1
                       3.4
    Affects Version/s: servicemix-cxf-bc-2008.01
                           (was: 3.2.2)

> Provider fails to set proper ws-addressing To header on outbound messages
> -------------------------------------------------------------------------
>
>                 Key: SM-1661
>                 URL: https://issues.apache.org/activemq/browse/SM-1661
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: servicemix-cxf-bc-2008.01
>            Reporter: Steve Chernyak
>            Assignee: Freeman Fang
>             Fix For: servicemix-cxf-bc-2008.02, 3.3.1, 3.4
>
>         Attachments: fix.txt, test-case.txt
>
>
> Cxf bc provider always sets the To addressing header to http://www.w3.org/2005/08/addressing/none. Should use the locationURI (at least for http conduits).  Setting the conduit into exchange in CxfProvider.process(MessageExchange exchange) fixes the problem (fix.txt patch).

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


[jira] Updated: (SM-1661) Provider fails to set proper ws-addressing To header on outbound messages

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

Steve Chernyak updated SM-1661:
-------------------------------

    Attachment:     (was: fix.txt)

> Provider fails to set proper ws-addressing To header on outbound messages
> -------------------------------------------------------------------------
>
>                 Key: SM-1661
>                 URL: https://issues.apache.org/activemq/browse/SM-1661
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: servicemix-cxf-bc-2008.01
>            Reporter: Steve Chernyak
>            Assignee: Freeman Fang
>             Fix For: servicemix-cxf-bc-2008.02, 3.3.1, 3.4
>
>         Attachments: fix.txt, test-case.txt
>
>
> Cxf bc provider always sets the To addressing header to http://www.w3.org/2005/08/addressing/none. Should use the locationURI (at least for http conduits).  Setting the conduit into exchange in CxfProvider.process(MessageExchange exchange) fixes the problem (fix.txt patch).

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


[jira] Work started: (SM-1661) Provider fails to set proper ws-addressing To header on outbound messages

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

Work on SM-1661 started by Freeman Fang.

> Provider fails to set proper ws-addressing To header on outbound messages
> -------------------------------------------------------------------------
>
>                 Key: SM-1661
>                 URL: https://issues.apache.org/activemq/browse/SM-1661
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: servicemix-cxf-bc-2008.01
>            Reporter: Steve Chernyak
>            Assignee: Freeman Fang
>             Fix For: servicemix-cxf-bc-2008.02, 3.3.1, 3.4
>
>         Attachments: fix.txt, test-case.txt
>
>
> Cxf bc provider always sets the To addressing header to http://www.w3.org/2005/08/addressing/none. Should use the locationURI (at least for http conduits).  Setting the conduit into exchange in CxfProvider.process(MessageExchange exchange) fixes the problem (fix.txt patch).

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


[jira] Resolved: (SM-1661) Provider fails to set proper ws-addressing To header on outbound messages

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

Freeman Fang resolved SM-1661.
------------------------------

    Resolution: Fixed

apply patch on behalf of Steve with thanks
http://svn.apache.org/viewvc?rev=709338&view=rev for 3.2 branch
http://svn.apache.org/viewvc?rev=709351&view=rev for servicemix-cxf-bc componet project

> Provider fails to set proper ws-addressing To header on outbound messages
> -------------------------------------------------------------------------
>
>                 Key: SM-1661
>                 URL: https://issues.apache.org/activemq/browse/SM-1661
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: servicemix-cxf-bc-2008.01
>            Reporter: Steve Chernyak
>            Assignee: Freeman Fang
>             Fix For: servicemix-cxf-bc-2008.02, 3.3.1, 3.4
>
>         Attachments: fix.txt, test-case.txt
>
>
> Cxf bc provider always sets the To addressing header to http://www.w3.org/2005/08/addressing/none. Should use the locationURI (at least for http conduits).  Setting the conduit into exchange in CxfProvider.process(MessageExchange exchange) fixes the problem (fix.txt patch).

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


[jira] Updated: (SM-1661) Provider fails to set proper ws-addressing To header on outbound messages

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

Steve Chernyak updated SM-1661:
-------------------------------

    Attachment: test-case.txt

> Provider fails to set proper ws-addressing To header on outbound messages
> -------------------------------------------------------------------------
>
>                 Key: SM-1661
>                 URL: https://issues.apache.org/activemq/browse/SM-1661
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: servicemix-cxf-bc-2008.01
>            Reporter: Steve Chernyak
>            Assignee: Freeman Fang
>             Fix For: servicemix-cxf-bc-2008.02, 3.3.1, 3.4
>
>         Attachments: fix.txt, test-case.txt
>
>
> Cxf bc provider always sets the To addressing header to http://www.w3.org/2005/08/addressing/none. Should use the locationURI (at least for http conduits).  Setting the conduit into exchange in CxfProvider.process(MessageExchange exchange) fixes the problem (fix.txt patch).

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


[jira] Updated: (SM-1661) Provider fails to set proper ws-addressing To header on outbound messages

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

Steve Chernyak updated SM-1661:
-------------------------------

    Attachment: fix.txt

> Provider fails to set proper ws-addressing To header on outbound messages
> -------------------------------------------------------------------------
>
>                 Key: SM-1661
>                 URL: https://issues.apache.org/activemq/browse/SM-1661
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: servicemix-cxf-bc-2008.01
>            Reporter: Steve Chernyak
>            Assignee: Freeman Fang
>             Fix For: servicemix-cxf-bc-2008.02, 3.3.1, 3.4
>
>         Attachments: fix.txt, test-case.txt
>
>
> Cxf bc provider always sets the To addressing header to http://www.w3.org/2005/08/addressing/none. Should use the locationURI (at least for http conduits).  Setting the conduit into exchange in CxfProvider.process(MessageExchange exchange) fixes the problem (fix.txt patch).

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


[jira] Updated: (SM-1661) Provider fails to set proper ws-addressing To header on outbound messages

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

Steve Chernyak updated SM-1661:
-------------------------------

    Attachment:     (was: test-case.txt)

> Provider fails to set proper ws-addressing To header on outbound messages
> -------------------------------------------------------------------------
>
>                 Key: SM-1661
>                 URL: https://issues.apache.org/activemq/browse/SM-1661
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: servicemix-cxf-bc-2008.01
>            Reporter: Steve Chernyak
>            Assignee: Freeman Fang
>             Fix For: servicemix-cxf-bc-2008.02, 3.3.1, 3.4
>
>         Attachments: fix.txt, test-case.txt
>
>
> Cxf bc provider always sets the To addressing header to http://www.w3.org/2005/08/addressing/none. Should use the locationURI (at least for http conduits).  Setting the conduit into exchange in CxfProvider.process(MessageExchange exchange) fixes the problem (fix.txt patch).

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