JAX-WS Marshaling is not optimized if xsi:type is requested
-----------------------------------------------------------

                 Key: AXIS2-4481
                 URL: https://issues.apache.org/jira/browse/AXIS2-4481
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Rich Scheuerle
            Assignee: Rich Scheuerle
            Priority: Minor


The JAX-WS engine uses the marshal methods provided by JAX-B.

The JAX-B supports marshaling to an XMLStreamWriter or an OutputStream.
In most cases, the JAX-WS runtime uses the latter (marshaling to OutputStream). 
 This is accomplished by getting the target OutputStream from the 
XMLStreamWriter.

However, there is one path where this optimization is not being used.  This 
JIRA corrects this path

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