Re: How to get rid of proxy ?

2009-08-02 Thread Jean-Baptiste BRIAUD -- Novlog
up : so it is possible not to have proxy for not retreived values when using fetch plan ? Thanks for your ideas ! On Jul 30, 2009, at 12:02 , Jean-Baptiste BRIAUD -- Novlog wrote: Hi the list ! After long investigation, my previous problem come from a proxy. I have a collection of B in A. U

Re: overriding accesors in entity needs tranisent declaration

2009-08-02 Thread pdd
Digging further into this, there is a major difference in the way the entity class is instantiated by EciplseLink versus OpenJPA. When using eclipselink w/o the transient declaration, the entity class's overridden setters are called (which in turn call super). While using OpenJPA with transient d