How can I avoid org.apache.cxf.staxutils.DepthExceededStaxException in JBoss EAP 6?
Issue
While calling a SOAP Webservice from within an EJB, the WS response contains a list with more than 50,000 elements, causing a DepthExceededStaxException as follows:
Caused by: org.apache.cxf.staxutils.DepthExceededStaxException:
reach the innerElementCountThreshold:50000
How can I configure CXF to allow for parsing such a huge XML response?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.