Re: Problem using json-plugin

2010-12-07 Thread developer researcher
Hello Dave, thanks for your answer In effect the problem was that I did not specify the objects to be serialized. I am also using the spring-plugin for IoC and I did not get care when building the getters and setters. I solved the problem using the JSON annotation and the field seriali

Re: Problem using json-plugin

2010-12-07 Thread Dave Newton
My initial guess would be that it's trying to serialize everything in the world. Maybe try serializing something explicitly? Dave On Tue, Dec 7, 2010 at 11:41 AM, developer researcher < java.developer.researc...@gmail.com> wrote: > Hello, > > I am using struts2 2.2.1 and the json-plugin