|
From: James C. <jim...@do...> - 2004-03-03 23:10:53
|
FWIW, I added the depends-on to my bean along with the init-method. The init-method still fires prior to the "depends-on" bean getting all of its properties set. > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On Behalf > Of Dmitriy Kopylenko > > Yes, I know what you mean, but I'm not sure how to deal with this > situation. Will <bean id="BEAN_NOT_DAO" class="whatever" depends- > on="BEAN_DAO"> work in this kind of a situation? Anyone? |