These are the legacy properties affecting the actual StaxUtils as far as
I recall, have a look please at StaxUtils.setRestrictionProperties
Sergey
On 09/04/13 09:40, Vassilis Virvilis wrote:
Any idea on this one?
On 04/05/2013 03:28 PM, Vassilis Virvilis wrote:
Daniel thanks for the quick reply. Still I cannot solve it server side.
...
But how? ... I tried
<simple:server id="my_service_id" address="/MyService" ...>
<simple:dataBinding>
<bean class="org.apache.cxf.aegis.databinding.AegisDatabinding" />
</simple:dataBinding>
<simple:properties>
<entry key="org.apache.cxf.stax.maxChildElements" value="1000000" />
</simple:properties>
...
but it doesn't work. Where should I put it and where is the spring magic
property I should set? Any snippet would be of great help. Thanks...