Where do you see the StackOverflowError? If it's in the tomcat logs,
try launching tomcat with JAVA_OPTS set to -Xmx1024M. That will give
java lots more memory to play with.
-ben
On Aug 8, 2007, at 11:31 AM, Jeremy Rempel wrote:
I am having an issue using OpenLaszlo java-rpc. The backend is
getting the data via hibernate and returning to front end via the
LZServlet. OpenLaszlo front end just gives a StackOverflowError. It
doesn’t happen everytime and I’ve been able to resolve it
temporarily by simplifying the object its trying to return but it
keeps popping back up. I’m returning a single object with about 10
fields (longs, Boolean, String). I can display the data via XML
reliably in a servlet.
Any help appreciated