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