[appengine-java] Re: Datanucleus + Eclipse problems

2009-08-24 Thread linhares
I have the same problem. And in my case it´s related to the use of the @PersistenceAware annotation. If I don´t use it, it works fine, otherwise eclipse starts an infinite loop with the enhancer. On Jul 7, 12:25 pm, Alex Rudnick wrote: > Alright, thanks for the detailed report! > > I'll try to r

[appengine-java] Re: Datanucleus + Eclipse problems

2009-08-25 Thread Jason Parekh
Hi, Would you be able to post a quick sample code snippet that shows your behavior? Thanks, jason On Mon, Aug 24, 2009 at 11:22 PM, linhares wrote: > > I have the same problem. And in my case it´s related to the use of the > @PersistenceAware annotation. If I don´t use it, it works fine, > othe