> datanucleus says it can't find the Cow class. The class is in WEB-INF/ > classes. But it looks like datanucleus' classloader is trying to load > it, not sure why
Since your persistence.xml doesn't tell it to restrict to specific classes, so it searches through all packages from the root of the persistence-unit, and finds it ? Put the Cow in a field on its own ? :-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
