|
A ProxyFactoryBean is generally not intended to be serializable; only a proxy that it builds is serializable. Hence I'll turn this into an enhancement request for making ProxyFactoryBean instances themselves serializable as well. This is unfortunately a non-trivial problem that we can only properly address in Spring 2.1 M4 but not backport to Spring 2.0.7. Juergen ProxyFactoryBean and its superclasses and dependent objects are fully serializable now, as far as possible (i.e. as far as the target and interceptors are serializable as well). This should be available in tomorrow's 2.1 M4 snapshot. Juergen |
||||||||||||||||||||||||||||||||||||||
I've CC'd Juergen on this.