[appfuse-user] memcached with appfuse app?

2007-04-20 Thread dayspringjohn
Has anyone set up memcached for an appfuse app? I don't quite understand how it fits in with Hibernate level 2 caching. It seems like one or the other, but then I need to write the code to check memcached instead of Hibernate doing it all for me? -- View this message in context: http://www.nab

Re: [appfuse-user] How to create separate transaction from Spring's

2007-03-26 Thread dayspringjohn
with no transaction started? If you can point me to a code sample that would be fabulous. Thanks, -john mraible wrote: > > You could change your transaction definition in your bean for this > manager by overriding the "transactionAttributes" property. > > Matt >

[appfuse-user] How to create separate transaction from Spring's

2007-03-26 Thread dayspringjohn
Hi, Using appfuse 1.9 and struts/hibernate, Spring sets up my transaction, my action calls the manager which calls the DAO, everything's great. In one case, however, I have a long update process where I need to manage the transaction so I can commit periodically and avoid db deadlocks. How can