Is this field in your fetch group when you retrieve data. I use the
following way to ensure that a field is in my default fetch group:

  @Persistent(defaultFetchGroup="true")
  private Text content;


On Jul 24, 10:34 pm, poe <stefan.poe...@googlemail.com> wrote:
> Hi everyone,
>
> i've implemented a small application with
>
> ...
>
> @Persistent
> private Text content;
>
> ...
>
> When I test it locally and store this into the datastore everything
> works fine, when i deploy the app nothing get stored in that field
> "content". What am I doing wrong? I see no errors or exceptions in the
> admin menu.
>
> Greets
> Poe

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to