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
