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

[jira] Created: (SM-1556) CXF BC Provider strips namespace definitions from jbi wrapper element

CXF BC Provider strips namespace definitions from jbi wrapper element
---------------------------------------------------------------------

                 Key: SM-1556
                 URL: https://issues.apache.org/activemq/browse/SM-1556
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-cxf-bc
    Affects Versions: 3.2.2
            Reporter: Ron Gavlin


We have an xslt stylesheet that transforms xml payload before it is sent to the CXF-BC Provider. When the CXF-BC Provider strips the jbi wrapper off the payload, it strips accompanying custom namespace declarations we have added to the jbi wrapper. The stripping process must be careful to push namespace declarations down to the child element of the jbi wrapper.

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


[jira] Resolved: (SM-1556) CXF BC Provider strips namespace declarations from jbi wrapper element

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

Freeman Fang resolved SM-1556.
------------------------------

    Fix Version/s: 3.2.3
                   3.3
       Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=692773&view=rev for 3.2 branch
http://svn.apache.org/viewvc?rev=692774&view=rev for servicemix-cxf-bc component project

> CXF BC Provider strips namespace declarations from jbi wrapper element
> ----------------------------------------------------------------------
>
>                 Key: SM-1556
>                 URL: https://issues.apache.org/activemq/browse/SM-1556
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.2
>            Reporter: Ron Gavlin
>            Assignee: Freeman Fang
>             Fix For: 3.2.3, 3.3
>
>
> We have an xslt stylesheet that transforms xml payload before it is sent to the CXF-BC Provider. When the CXF-BC Provider strips the jbi wrapper off the payload, it strips accompanying custom namespace declarations we have added to the jbi wrapper. The stripping process must be careful to push namespace declarations down to the child element of the jbi wrapper.

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


[jira] Updated: (SM-1556) CXF BC Provider strips namespace declarations from jbi wrapper element

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

Guillaume Nodet updated SM-1556:
--------------------------------

    Fix Version/s: servicemix-cxf-bc-2008.01

> CXF BC Provider strips namespace declarations from jbi wrapper element
> ----------------------------------------------------------------------
>
>                 Key: SM-1556
>                 URL: https://issues.apache.org/activemq/browse/SM-1556
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.2
>            Reporter: Ron Gavlin
>            Assignee: Freeman Fang
>             Fix For: 3.2.3, 3.3, servicemix-cxf-bc-2008.01
>
>
> We have an xslt stylesheet that transforms xml payload before it is sent to the CXF-BC Provider. When the CXF-BC Provider strips the jbi wrapper off the payload, it strips accompanying custom namespace declarations we have added to the jbi wrapper. The stripping process must be careful to push namespace declarations down to the child element of the jbi wrapper.

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


[jira] Commented: (SM-1556) CXF BC Provider strips namespace declarations from jbi wrapper element

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45493#action_45493 ] 

Freeman Fang commented on SM-1556:
----------------------------------

we should save the costom namespaces and add it to the soap body when cxfbc provider strips the jbi wrapper

> CXF BC Provider strips namespace declarations from jbi wrapper element
> ----------------------------------------------------------------------
>
>                 Key: SM-1556
>                 URL: https://issues.apache.org/activemq/browse/SM-1556
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.2
>            Reporter: Ron Gavlin
>            Assignee: Freeman Fang
>
> We have an xslt stylesheet that transforms xml payload before it is sent to the CXF-BC Provider. When the CXF-BC Provider strips the jbi wrapper off the payload, it strips accompanying custom namespace declarations we have added to the jbi wrapper. The stripping process must be careful to push namespace declarations down to the child element of the jbi wrapper.

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


[jira] Assigned: (SM-1556) CXF BC Provider strips namespace declarations from jbi wrapper element

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

Freeman Fang reassigned SM-1556:
--------------------------------

    Assignee: Freeman Fang

> CXF BC Provider strips namespace declarations from jbi wrapper element
> ----------------------------------------------------------------------
>
>                 Key: SM-1556
>                 URL: https://issues.apache.org/activemq/browse/SM-1556
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.2
>            Reporter: Ron Gavlin
>            Assignee: Freeman Fang
>
> We have an xslt stylesheet that transforms xml payload before it is sent to the CXF-BC Provider. When the CXF-BC Provider strips the jbi wrapper off the payload, it strips accompanying custom namespace declarations we have added to the jbi wrapper. The stripping process must be careful to push namespace declarations down to the child element of the jbi wrapper.

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


[jira] Issue Comment Edited: (SM-1556) CXF BC Provider strips namespace declarations from jbi wrapper element

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45493#action_45493 ] 

ffang edited comment on SM-1556 at 9/6/08 9:34 PM:
----------------------------------------------------------

the more suitable way to solve this issue is that we should save the costom namespaces and add it to the soap body when cxfbc provider strips the jbi wrapper, since we have no idea about which message part should get the custom namespace added on

      was (Author: ffang):
    we should save the costom namespaces and add it to the soap body when cxfbc provider strips the jbi wrapper
  
> CXF BC Provider strips namespace declarations from jbi wrapper element
> ----------------------------------------------------------------------
>
>                 Key: SM-1556
>                 URL: https://issues.apache.org/activemq/browse/SM-1556
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.2
>            Reporter: Ron Gavlin
>            Assignee: Freeman Fang
>
> We have an xslt stylesheet that transforms xml payload before it is sent to the CXF-BC Provider. When the CXF-BC Provider strips the jbi wrapper off the payload, it strips accompanying custom namespace declarations we have added to the jbi wrapper. The stripping process must be careful to push namespace declarations down to the child element of the jbi wrapper.

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


[jira] Updated: (SM-1556) CXF BC Provider strips namespace declarations from jbi wrapper element

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

Ron Gavlin updated SM-1556:
---------------------------

    Summary: CXF BC Provider strips namespace declarations from jbi wrapper element  (was: CXF BC Provider strips namespace definitions from jbi wrapper element)

> CXF BC Provider strips namespace declarations from jbi wrapper element
> ----------------------------------------------------------------------
>
>                 Key: SM-1556
>                 URL: https://issues.apache.org/activemq/browse/SM-1556
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.2
>            Reporter: Ron Gavlin
>
> We have an xslt stylesheet that transforms xml payload before it is sent to the CXF-BC Provider. When the CXF-BC Provider strips the jbi wrapper off the payload, it strips accompanying custom namespace declarations we have added to the jbi wrapper. The stripping process must be careful to push namespace declarations down to the child element of the jbi wrapper.

-- 
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-1556) CXF BC Provider strips namespace declarations from jbi wrapper element

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

Work on SM-1556 started by Freeman Fang.

> CXF BC Provider strips namespace declarations from jbi wrapper element
> ----------------------------------------------------------------------
>
>                 Key: SM-1556
>                 URL: https://issues.apache.org/activemq/browse/SM-1556
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.2
>            Reporter: Ron Gavlin
>            Assignee: Freeman Fang
>
> We have an xslt stylesheet that transforms xml payload before it is sent to the CXF-BC Provider. When the CXF-BC Provider strips the jbi wrapper off the payload, it strips accompanying custom namespace declarations we have added to the jbi wrapper. The stripping process must be careful to push namespace declarations down to the child element of the jbi wrapper.

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