On 28. Apr 2006 - 22:10:57, James Carman wrote:
| 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.  

That's awesome! :-) 
I will download in a minute and give it a try...

Cheers,
  Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to