Can you share your JDO classes and the code you're using to persist entities and retrieve them? App Engine's datastore does support multi-valued properties and the JDO/JPA plugin should enable this via Vector, ArrayList, and other Collection classes.
- Jason On Thu, Oct 29, 2009 at 8:20 AM, Jos Snellings <[email protected]> wrote: > > Hi, > > I have the impression that AppEngine GDO is having trouble with > persisting Vector and > ArrayList members, although according to the documentation > these classes enjoy persistence capability. > > When they are resurrected from the repository ... > they seem to have become onedimensional: only the first value is ever > persisted. > > Do I share this with other GAE developers? > > Best, > JOs > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
