You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <de...@tuscany.apache.org> on 2009/05/01 10:45:31 UTC

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

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