[appengine-java] Re: java.lang.NoSuchMethodError: javax.persistence.EntityManager.createNamedQuery

2011-04-25 Thread datanucleus
Something you have there is using JPA2, yet the GAE/J code is only for JPA1. Identify what is causing that error, and fix it to use JPA1. -- 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

[appengine-java] Re: java.lang.NoSuchMethodError: javax.persistence.EntityManager.createNamedQuery

2011-04-25 Thread datanucleus
This shit happens to me all the time. You JUST need to edit your persisting class, add a space somewhere, and have datanucleus rebuild your class persistence stuff. Which is nothing to do with his problem. The problem in your case is Google's Eclipse plugin seems to have problems detecting

[appengine-java] Re: java.lang.NoSuchMethodError: javax.persistence.EntityManager.createNamedQuery

2011-04-23 Thread Cyrille Vincey
I guess you are using [eclipse + sts + google plugins]. This shit happens to me all the time. You JUST need to edit your persisting class, add a space somewhere, and have datanucleus rebuild your class persistence stuff. I have 20+ persisting classes, and I sometimes need to edit those 20+ files