|
From: Rob H. <ro...@ca...> - 2005-02-03 20:30:01
|
All, I'm going to raise this issue again in the hope that we can reach a consensus before 1.1.5. I have modified Cglib2AopProxy to support classes without a default constructor, we just need to make this functionality available in a configurable manner. Ideally this would be done with setConstructorArgs(Object[]) and setConstructorArgTypes(Class[]) methods on ProxyFactoryBean. Rob |