|
From: Colin S. <col...@ex...> - 2004-02-02 01:59:44
|
Chris Nokleberg wrote: >Colin Sampaleanu wrote: > > >>The class is not final, and there are no final methods. And I was wrong, >>it actually already implemented one interface, InitializingBean. >> >> > >I sent a reply before but it didn't show up. I'm pretty sure this is a bug >that was fixed recently in CGLIB CVS. If you could try with a newer jar >file I would appreciate it, otherwise let me know how to reproduce the >problem. > >Thanks, >Chris > > > Chris/Rod, I found some time just now to temporarilly back out my changes, and try the previous problem code with the cglib from CVS (as of yesterday), and indeed that version appears to resolve the problem discussed in this thread. Rod, I'm not clear on how general a bug/problem this is in cglib (ie will it affect only some uses of targetProxyClass=true, or only some?), but does it warrant shipping a CVS version of cglib with the upcoming 1.0RC1 version? Regards, Colin |