Hello Craig, Thanks for the immediate reply. I changed all entities to have field level annotations and now the first warning message is not shown. But I'm still getting the same error (2) (P.S. my previous post for full stack trace). As I've already enhanced the entities after compilation, I want disable the runtime enhancement to achieve faster boot up. Is there a configuration to disable this runtime enhancement?
Thanks, Prashant On 8/14/07, Craig L Russell <[EMAIL PROTECTED]> wrote: > > > My recommendation is to use field persistence for persistent classes, > and only use property persistence for persistent interfaces and > persistent abstract classes (if your provider supports them). > > Using field persistence allows you to define your user contract the > way you want to, and not subject the user contract to arbitrary rules > of property persistence. > > Regards, > > Craig > > Craig Russell > Architect, Sun Java Enterprise System http://java.sun.com/products/jdo > 408 276-5638 mailto:[EMAIL PROTECTED] > P.S. A good JDO? O, Gasp! > > >
