Does Spring ensure that all prototyped instances will come from the same
proxy class, if proxied? I'm trying to integrate Webwork and Spring,
but when I want to proxy all actions from WebWork (for transaction)
but every now and then, Spring will create a new instance with a different proxy class. Can this be fixed in Spring?


Reply With Quote