-
Feb 22nd, 2005, 03:43 AM
#1
TransactionProxyFactoryBean and non singleton target
Is it possible to let the TransactionProxyFactoryBean create a new bean-targetinstance everytime it is called? I have statefull services that require transaction support, but I need new instances of those services everytime a service is needed.
-
Feb 22nd, 2005, 04:39 PM
#2
I think the following is what you're looking for:
http://www.springframework.org/docs/...p-ts-prototype
Regards,
Erik
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules