简体   繁体   English

mule中的DOM到XML转换器抛出异常

[英]DOM to XML transformer in mule is throwing exception

org.mule.api.transformer.TransformerMessagingException:
 javax.xml.stream.XMLStreamException: Maximum Number of Child Elements
 limit (50000) Exceeded (javax.xml.transform.TransformerException). 
Message payload is of type: 
 DepthXMLStreamReader (org.mule.api.transformer.TransformerMessagingException). 
Message payload is of type: DepthXMLStreamReader

I am getting above exception while converting the payload from DOM to XML. 我将有效负载从DOM转换为XML时遇到异常。

The payload I got from SAP, returns around 56 records. 我从SAP获得的有效负载返回了大约56条记录。 How do I solve this exception? 我该如何解决这个例外?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM