From: Arjen J.W. P. <po...@us...> - 2008-10-14 14:27:15
|
Update of /cvsroot/springframework/spring/docs/reference/src In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8957/docs/reference/src Modified Files: beans.xml Log Message: SPR-5060 Index: beans.xml =================================================================== RCS file: /cvsroot/springframework/spring/docs/reference/src/beans.xml,v retrieving revision 1.238 retrieving revision 1.239 diff -C2 -d -r1.238 -r1.239 *** beans.xml 14 Oct 2008 10:59:43 -0000 1.238 --- beans.xml 14 Oct 2008 14:27:05 -0000 1.239 *************** *** 3342,3345 **** --- 3342,3351 ---- </section> + <note> + <para>Note that, when placing a <aop:scoped-proxy/> in a <interfacename>FactoyBean</interfacename> + implementation, it is the factory bean itself that is scoped, not the object returned from + <methodname>getObject()</methodname>.</para> + </note> + <section id="beans-factory-nature"> <title>Customizing the nature of a bean</title> |