|
From: Cameron B. <ca...@da...> - 2003-11-12 16:05:31
|
I need to somehow get TransactionProxyFactoryBean to allow proxying of the target class. revently a method proxyFactory.setProxyTargetClass(true) was introduced, though there is no way to get the TransactionProxyFactoryBean to make this call. maybe something like a new boolean parameter called proxyTargetClass to pass on the hint ? Thanks. Cameron -- Any damn fool can write code that a computer can understand... The trick is to write code that humans can understand. [Martin Fowler http://www.martinfowler.com/distributedComputing/refactoring.pdf] |