> How do we guarantee that all the required classes have been enhanced? I am > running the latest Plugin for Eclipse, and it supposes to do it > automatically. I see an error from the enhancer log:
The Google provided Eclipse plugin is nothing to do with the DataNucleus project. We provide our own plugin and have for the last 4 years. It allows enhancement to be performed when the user requires it. That works. > Caused by: java.lang.NoClassDefFoundError: > com/google/appengine/repackaged/org/joda/time/Duration So Google have repackaged JodaTime for some reason and those classes aren't found, so put them in the CLASSPATH. GAE/J doesn't support persistence of JodaTime anyway; you'd need DataNucleus 2.0 for that and GAE/J doesn't support it yet. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
