Testing Gen 8.6 Java Proxy sample deployed to Open Liberty which has a very large import repeating group view and see error on browser:
*****
Exception: java.lang.
Description: null
Stack Trace:
java.lang. |
*****
The Liberty Console and messages.log shows:SRVE0325E: Exceeding maximum parameters allowed per request 10,000 ,current 10,000 , cannot add more.
Gen 8.6 Java Proxy
Open Liberty 24.0.0.8
WebSphere Liberty 24.0.0.8
Add this line to the Liberty server.xml file to allow unlimited parameters:<webContainer com.ibm.ws.webcontainer.maxparamperrequest="-1"/>