Chris, Just so that I am clear -
There should be no dependency injection happening between these two beans. The datasource bean and the transfer bean come from, and are managed by the TransferFactory - the setters are private, so they shouldn't be autowired. That being said, when I get into work tomorrow (8 hours or so), I'll write up a small test bed, and see if I can reproduce the issue. Thanks for looking into it. Regards, Mark P.S. - Finally got into looking at ColdSpring, and I think I've managed to hook everyone at my new job into it. On 4/6/06, Chris Scott <[EMAIL PROTECTED]> wrote: > Mey Mark, I've been working on some fixes related to factory-bean / > factory-method, but the code is not yet on cvs. You may be running > into a seperate issue, because currently beans that use factory-beans > can in a way short circuit the system into a recursive loop. It does > look by your setup that you are making a kind of odd circular > dependency, no? Can you do some different tests to see if autowire=no > is working properly for you? Ones without transfer perhaps? > > Chris Scott > [EMAIL PROTECTED] > http://cdscott.blogspot.com/ > http://www.coldspringframework.org/ > > > -- E: [EMAIL PROTECTED] W: www.compoundtheory.com ICQ: 3094740
