You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Greg Dritschler (JIRA)" <de...@tuscany.apache.org> on 2009/04/30 15:33:30 UTC

[jira] Created: (TUSCANY-3002) writeStartElement calls in JMSBindingProcessor do not pass namespace URI

writeStartElement calls in JMSBindingProcessor do not pass namespace URI
------------------------------------------------------------------------

                 Key: TUSCANY-3002
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3002
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA JMS Binding Extension
            Reporter: Greg Dritschler


JMSBindingProcessor contains calls to XMLStreamWriter.writeStartElement where it passes only the local name of the element.  For example

   writer.writeStartElement("response");

This can result in the wrong xmlns prefix in the written XML.

All other calls to XMLStreamWriter.writeStartElement in Tuscany pass both the namespace URI and the local name of the element being written.

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


[jira] Assigned: (TUSCANY-3002) writeStartElement calls in JMSBindingProcessor do not pass namespace URI

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder reassigned TUSCANY-3002:
----------------------------------

    Assignee: ant elder

> writeStartElement calls in JMSBindingProcessor do not pass namespace URI
> ------------------------------------------------------------------------
>
>                 Key: TUSCANY-3002
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3002
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JMS Binding Extension
>            Reporter: Greg Dritschler
>            Assignee: ant elder
>
> JMSBindingProcessor contains calls to XMLStreamWriter.writeStartElement where it passes only the local name of the element.  For example
>    writer.writeStartElement("response");
> This can result in the wrong xmlns prefix in the written XML.
> All other calls to XMLStreamWriter.writeStartElement in Tuscany pass both the namespace URI and the local name of the element being written.

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


[jira] Closed: (TUSCANY-3002) writeStartElement calls in JMSBindingProcessor do not pass namespace URI

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder closed TUSCANY-3002.
------------------------------

    Resolution: Fixed

Fixed in 1.x r770621

> writeStartElement calls in JMSBindingProcessor do not pass namespace URI
> ------------------------------------------------------------------------
>
>                 Key: TUSCANY-3002
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3002
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JMS Binding Extension
>            Reporter: Greg Dritschler
>            Assignee: ant elder
>
> JMSBindingProcessor contains calls to XMLStreamWriter.writeStartElement where it passes only the local name of the element.  For example
>    writer.writeStartElement("response");
> This can result in the wrong xmlns prefix in the written XML.
> All other calls to XMLStreamWriter.writeStartElement in Tuscany pass both the namespace URI and the local name of the element being written.

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