Thanks a lot for your response. It makes a lot of sense. I had to check the enhancer log to find the error, since cleaning and compiling the project did not display it.
Thanks a lot! RSN On Tue, Oct 27, 2009 at 12:44 PM, datanucleus <[email protected]>wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
