Hi,
AutoProxy does not proxy IFactoryObjects in Spring.Net
I mean it does, but instead of proxying IFactoryObect.GetObject() result, it proxies the FactoryObject itself (IFactoryObject interface proxied, same for other infrastructure interfaces like IInitializingObject, etc... ).
Does this works in the Java version ?
Bruno



Reply With Quote
