I have just updated my Ubuntu workstation to 11.10 which has provided
me Eclipse Indigo.  With that I have updated my Google plug-in to the
version for Eclipse Indigo.  I have GWT 2.4.0 and AppEngine 1.5.5.  It
appears things are working better. I am not currently getting the
circular reference exception in the same code.  I am going to test
things a bit more before I consider this issue completed.



On Oct 11, 7:07 am, "J.Ganesan" <[email protected]> wrote:
> Please check up whether equals method returns true for two different
> objects. Often, that is a reason for circularity.
>
> J.Ganesanwww.DataStoreGwt.com
> Persist objects directly in App Engine
>
> On Oct 8, 5:26 pm, ".Mark" <[email protected]> wrote:
>
>
>
>
>
>
>
> > I have a problem that I can not figure out.  I have some classes
> > extending the JavaScriptObject class.  None of these classes reference
> > each other or reference itself.  I only access them in my java code
> > and use the JSON to store these data structures.
>
> > I get an error of "(TypeError): Convertingcircularstructure to
> > JSON".
>
> > Each class's unit test works on the stringify calls.
> > The program works if I put debug lines to stringify each class before
> > the natural flow of the program.
>
> > What happens during run time is I fire events when data is written to
> > the jnsi objects.  A listener to the event is taking these objects and
> > serializing them to save.  It is during that call when triggered by
> > the events that I get thecircularerror.  But it works if I put a
> > debug call to stringify each object before it's chane event is fired.
>
> > I am lost in finding out what is going on or why this happens.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to