|
From: Rob H. <ro...@ca...> - 2004-11-23 10:19:22
|
All, We really need to come to a desicion of how this should be implemented if I am to get a fix done in time for 1.1.3. Currently I see two ways to solve the problem: 1. Add setConstructorArgs(Object[], Class[]) to ProxyFactoryBean 2. Attempt to locate the <constructor-arg> definitions of the target bean, although I think this involves iterating over the bean definitions attempting to match to the target. Also when using anything but a SingletonTargetSource the match might not succeed. I am taking a break this week but I will be around for discussion on this - just won't be starting it until Monday. Rob |