And 1 more thing , the error got fixed by itself, after several hours,
the "previously-existing ToBuyBean persistent entities" were somehow
deleted (not by me)...

so how can i do it by myself if i want to?

Thanks ahead

On Oct 29, 10:20 pm, Daniel <[email protected]> wrote:
> The ToBuyBean class indeed implements Serializable  , (but its not
> stored or persisted in the DB)
>
> How can I get rid of "previously-existing ToBuyBean persistent
> entities?"
>
> On Oct 28, 10:14 am, Ian Marshall <[email protected]> wrote:
>
> > If you are getting this exception when running on the GAE/J cloud,
> > have you deleted all your previously-existing ToBuyBean persistent
> > entities? (This would ensure that no ToBuyBean persistent entity
> > exists that has a quantityToAdd already persisted as a string.)
>
> > On Oct 27, 10:14 pm, Daniel <[email protected]> wrote:
>
> > > HI
>
> > > I'm getting
>
> > > Nested in javax.servlet.ServletException:
> > > java.lang.ClassCastException: cannot assign instance of
> > > java.lang.String to field dr.todo.beans.ToBuyBean.quantityToAdd of
> > > type java.lang.Integer in instance of dr.todo.beans.ToBuyBean:
>
> > > cause I had a String and now i changed it to Integer and updated my
> > > application, and i deleted all _ah_SESSION entrys, but it still does
> > > not work...
>
> > > how can i properly get rid of all the Zombie data upon updating my
> > > application from eclipse?
>
> > > I don't want to wait for couple of hours , I want to get rid of all
> > > the Zombies right after the upgrade...
>
> > > What is the best practice for it?
>
> > > Thanks ahead,
>
> > > Daniel.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to