|
From: roger h. <apo...@sn...> - 2003-12-06 21:22:44
|
Rod
After the recent changes is the following needed for a ProxyFactoryBean
maybe ?
public Class getObjectType() {
- return getTargetSource().getClass();
+ return getTargetSource().getTargetClass();
}
Roger
|