I'm using Java6. Could this be a problem? As the reference manual '2.4. Omitting the OpenJPA enhancer' describes about class redefinition in java6. I suppose, this behaviour is not expected, if entities are enhanced at build time (even in Java6). And I'm sure, my entities are already enhanced properly, as it works with the earlier version of OpenJPA. Or am I missing any step here?
Thanks in advance, Prashant On 8/14/07, Prashant Bhat <[EMAIL PROTECTED] > wrote: > > 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 >
