Re: [Stripes-users] Stripersist and cglib proxified class

2008-09-17 Thread Lionel
Lionel wrote: Hi Aaron I add logs to EntityUtil.java: I can see that the deproxifyCglibClass() works fine: the Field accessor containing the Id is found. But ((Field) accessor).get(entity) always return null. I've logged the value of entity.toString (which return the Id value): the right

Re: [Stripes-users] Stripersist and cglib proxified class

2008-09-17 Thread Newman, John W
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lionel Sent: Wednesday, September 17, 2008 9:36 AM To: stripes-users@lists.sourceforge.net Subject: Re: [Stripes-users] Stripersist and cglib proxified class Lionel wrote: Hi Aaron I add logs to EntityUtil.java: I can see