[ 
https://issues.apache.org/jira/browse/AXIS2-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299599#comment-15299599
 ] 

Hudson commented on AXIS2-4791:
-------------------------------

SUCCESS: Integrated in axiom-trunk #2744 (See 
[https://builds.apache.org/job/axiom-trunk/2744/])
Remove the XMLStreamWriterFilter API introduced by AXIS2-4791; see the release 
notes for details. (veithen: rev 1745441)
* 
axiom/aspects/om-aspects/src/main/java/org/apache/axiom/om/impl/stream/stax/MTOMXMLStreamWriterImpl.java
* axiom/axiom-api/pom.xml
* axiom/axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java
* 
axiom/axiom-api/src/main/java/org/apache/axiom/om/impl/MTOMXMLStreamWriter.java
* 
axiom/axiom-api/src/main/java/org/apache/axiom/om/util/XMLStreamWriterFilter.java
* 
axiom/axiom-api/src/main/java/org/apache/axiom/om/util/XMLStreamWriterFilterBase.java
* 
axiom/axiom-api/src/main/java/org/apache/axiom/om/util/XMLStreamWriterRemoveIllegalChars.java
* axiom/src/site/markdown/release-notes/1.3.0.md
* 
axiom/testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/OMTestSuiteBuilder.java
* 
axiom/testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestSerializeWithXmlStreamWriterFilter.java


> JAX-WS: Support an option to allow invalid xml characters to be removed from 
> an outbound JAXB serialization
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4791
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4791
>             Project: Axis2
>          Issue Type: Improvement
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Background:
> The JAX-WS engine uses JAXB data objects.
> The JAXB data objects are marshaled to xml using a JAXB provided Marshaler.  
> The Marshaler writes information to an XMLStreamWriter (which will be the 
> axiom provided MTOMXMLStreamWriter).
> Problem:
> If a customer populates the JAXB bean with non-xml characters (0x15), the 
> JAXB Marshaler will write the illegal characters without errors.
> However the SOAP node receiving the message will fail.
> Solution:
> Provide a JAX-WS property that a customer can set (using the 
> @WebServiceContext) to recognize and remove illegal characters.
> This solution will have an axiom and axis2 contribution.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to