OverlayW3CDOMStreamWriter is not allowing multiple elements of the same name to 
be written out
----------------------------------------------------------------------------------------------

                 Key: CXF-2535
                 URL: https://issues.apache.org/jira/browse/CXF-2535
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.2.4
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.2.5


When using a Provider<SOAPMessage>, and schema validation is turned on, the 
body contents are written to the OverlayW3CDOMStreamWriter.  If the contents 
have two elements at the same level (maxOccurs != 1 type thing), they end up 
merged together.   

There is a "side" optimization in that with Provider<SOAPMessage>, we shouldn't 
need to buffer the out since it's a DOM already.

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