You could check out AppWrench to look at the datastore directly.  That way
you would at least know it's not there for sure.    I'm also working with
GWT/GAE.  What did you add with GWT?

Jean

On Wed, Apr 28, 2010 at 6:19 PM, zackmac <zack.macom...@gmail.com> wrote:

> My issue kind of crosses GWT and GAE/J, but I'm thinking it's more of
> an issue in GWT (most likely an issue with my understanding/missing
> something important).
>
> I developed a GAE/J application that was inserting successfully into
> my local google datastore.  Was also retrieving records fine.  When I
> included GWT functionality in the application, my transactions don't
> seem to be persisting.  A sample of a servlet that's being called by a
> push button event:
>
> Categories cat = new Categories(user.getNickname(), account,
> categoryName);
> System.out.println("user=" + cat.getUserName());
> System.out.println("account=" + cat.getAccount());
> System.out.println("categoryName=" + cat.getCategoryName());
> pm.makePersistent(cat);
> System.out.println("record got inserted");
>
> I've run this several times, yet data isn't persisting.  I know this
> cause I query later in the program and no records are returned.
>
> Any advice on things I could check out?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

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

Reply via email to