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.

Reply via email to