|
From: James C. <jim...@do...> - 2004-03-03 19:09:18
|
Thanks, but in relation to my original request, how can I invoke a method on my singleton bean only after all other beans have been created by the factory? Does this capability exist? How are others handling a cyclic redundancy between two beans? > -----Original Message----- > [mailto:spr...@li...] On Behalf > Of Kopylenko, Dmitry > Yes, this is the correct behavior of the BeanFactoryPostProcessor. > postProcessBeanFactory() gets called when all bean definitions will have > been loaded, but no beans will have been instantiated yet. |