DataNucleus Enhancer flakey?

Posted by KevMo on Stack Overflow See other posts from Stack Overflow or by KevMo
Published on 2009-07-09T21:52:07Z Indexed on 2010/03/14 19:55 UTC
Read the original article Hit count: 332

I'm creating a GWT app in Google App Engine, and using Google data store. Does anybody else have the problem of the DataNucleus being flakey as all get out?

I can save a class, and DataNucleus will do it's thing just fine. If I change ANYTHING in the class (even adding whitespace) and then save, I get the following error:

DataNucleus Enhancer completed with success for 0 classes. Timings : input=37 ms, enhance=0 ms, total=37 ms. Consult the log for full details DataNucleus Enhancer completed and no classes were enhanced. Consult the log for full details

Once I clean my project, DataNucleus is happy again.

Is this common when using eclipse? Is there a workaround?

© Stack Overflow or respective owner

Related posts about datanucleus

Related posts about google-app-engine