I would advice you to group the transactional beans in one Service, define that service in Spring and make it transactional. By using the proper Transaction Propagation levels the "wrapped" beans can use existing transactions if there is one.
See http://static.springframework.org/spring/docs/2.5.x/reference/transaction.htmlfor more info on Spring and Transactions. Lars On Thu, Apr 24, 2008 at 10:01 AM, Stefan Selariu <[EMAIL PROTECTED]> wrote: > Hi! > > I need to call inside a request cycle an unknown number of transactional > spring beans. How can I call those beans within the same transaction? > > Thanks. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
