Why is the constructor called twice when using CGLIB proxy beans.
I have a System.out.println in the constructor:
I can see the following output in the console.Code:System.out.println("*** inside constructor : " + this);
*** inside constructor : aop.classproxy.BusinessLogic@1be0f0a
*** inside constructor : aop.classproxy.BusinessLogic@1be0f0a
Thanks,
Ram.


Reply With Quote