Results 1 to 2 of 2

Thread: TransactionProxyFactoryBean and non singleton target

  1. #1
    Join Date
    Nov 2004
    Location
    Hilversum - The Netherlands
    Posts
    1,054

    Default 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.

  2. #2
    Join Date
    Dec 2004
    Location
    Amsterdam
    Posts
    15

    Default

    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
  •