Re: [appengine-java] DataStore Error 1000000 characters, but I'm not persisting

2010-02-10 Thread Don Schwarz
How much data are you storing in your session? Currently, the serialized representation of a sessions contents must be the 1MB entity limit. On Tue, Feb 9, 2010 at 12:46 PM, Jake jbrooko...@cast.org wrote: Hello, I'm getting the following error: java.lang.IllegalArgumentException: string

[appengine-java] DataStore Error 1000000 characters, but I'm not persisting

2010-02-09 Thread Jake
Hello, I'm getting the following error: java.lang.IllegalArgumentException: string property _values is too long. It cannot exceed 100 characters. The trick is, I'm not persisting any Blobs and certainly none called _values. I do have one object with a Blob field, but I'm not persisting