|
From: Chris N. <ch...@si...> - 2005-01-18 22:30:02
|
Rob Harrop wrote: > There are a couple of issues outstanding > related to the CGLIB proxying, one which requires an update from CGLIB > (which I think they are working on) Rob, I added this method to Enhancer a couple weeks ago: e.setInterceptDuringConstruction(false); I think it is what you need. Only in CGLIB CVS for now, but I imagine we'll do a 2.1 release before too long (some feedback would be nice first). Chris |