Well, I implemented it and another feature. Tapernate now includes support for transaction-per-request (turned on by default) and session-per-conversation (turned off by default). You can turn on/off these features by doing:
<contribution configuration-id="hivemind.ApplicationDefaults"> <default symbol="tapernate.transaction-per-request" value="false" /> <default symbol="tapernate.session-per-conversation" value="true" /> </contribution> This would turn off transaction-per-request and turn on session-per-conversation. Just download (svn update) the example application and it has the jars in it that you need. Enjoy! Let me know if you find any bugs, please. -----Original Message----- From: Andreas Bulling [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Bulling Sent: Friday, April 28, 2006 6:15 PM To: Tapestry users Subject: Re: One question concerning Tapernate On 28. Apr 2006 - 17:47:09, James Carman wrote: | Well, it'd be quite easy. I'll write it tonight over a couple of beers. :-) *lol You're a bit crazy if I may say that ;-) Not that I want to complain about it because I'd really appreciate it if this fixes the problem I have. You're really doing a great job James - thanks a lot for your great help (and Tapernate for sure). Kind regards, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]