Hi, I have an entity which has property Person person(user defined
object) so I wanted to setProperty("person", new Person()) however got
an IllegalArgumentException "....Person is not a supported property
type". It is a simple class with field String name and String country
which implements Serializable.
class People{ Person person; }
I am trying to:
entityOfTypePeople.setProperty("person", new Person());
this is where I get "IllegalArgumentException ....Person is not a
supported property type".
Thanks
--
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.