On 8/23/07, Sean Corfield <[EMAIL PROTECTED]> wrote: > That happens around line 745 in the version of ColdSpring I have but > it only attempts bean factory injection if you have no init() method!
It's line 794 in the latest CVS and the condition is the same. I should have been clearer and said that setBeanFactory() is only called if you have no init() method *or* the bean is a factory-bean. Which leaves this option: > Another possible approach is to declare your bean as > factory-post-processor="true" and add a method called > postProcessBeanFactory() which takes a bean factory argument. -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood
