I don't believe you :-) Post a full stacktrace and it should indicate where you are trying to serialize something you shouldn't.
Jeff On Thu, Nov 10, 2011 at 3:34 PM, Deepak Singh <[email protected]> wrote: > Hi Jeff, > I am not doing anything. > just Objectify obj = ObjectifyService.beginTransactioon(); > obje.put(registered class); > Thats all i am doing. > but it works fine production mode. > Thanks > Deepak > > On Fri, Nov 11, 2011 at 12:30 AM, Jeff Schnitzer <[email protected]> > wrote: >> >> It looks like you're trying to serialize an ObjectifyImpl. Don't do >> that. It's not serializable. >> >> Jeff >> >> On Thu, Nov 10, 2011 at 2:46 PM, Deepak Singh <[email protected]> >> wrote: >> > Hi, >> > Objectify 3.0.1 with GWT 2.4 and GAE 1.5.5 >> > In development mode i get this exception >> > java.io.NotSerializableException: >> > com.googlecode.objectify.impl.ObjectifyImpl >> > while the same code works fine in production mode. >> > pls let me know whats the problem. >> > >> > Thanks >> > Deepak Singh >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Google App Engine" 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-appengine?hl=en. >> > >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" 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-appengine?hl=en. >> > > > > -- > Deepak Singh > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
