-
Bug
-
Resolution: Done
-
Major
-
jbossws-native-3.4.1
-
None
Send the DOMRequest with text/xml mime type content,
public class MTOMRequest
{
private String id;
@XmlMimeType("text/xml")
protected Source content;
public Source getContent()
{ return content; }Server throws TransformerException :
1:32:46,033 ERROR [STDERR] javax.xml.transform.TransformerException:
org.xml.sax.SAXParseException: Content is not allowed in trailing section.
21:32:46,033 ERROR [STDERR] at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:502)
- is incorporated by
-
JBPAPP-6355 jbossws client side adding \0 null chars to end of mtom attachment
- Closed
- relates to
-
JBPAPP-7279 JBWS3277TestCase.testMtomSawpFile fails on Windows, message is larger than expected
- Closed