Hi,
I have a structure similar to this this:
class Zoo
{
Animal animal;
}
class Zebra implements Animal
{
}
class Donkey implements Animal
{
}
All classes are annotated as PersistenceCapable etc and enhanced. I
get this error:
javax.jdo.JDOUserException: Field "animal" is declared as a reference
type (interface/Object) but no implementation classes of "Animal" have
been found!
Any suggestions? BTW, the cos are very sparse when it comes to
persisting class hierarchies.
Thanks,
John
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---