There's an Interface TransactionManagerLookup that you may implement. Your 
TransactionManagerLookup-class simply returns the TransactionManager of your 
choice.

Than you let TreeCache use this transactionmanagerlookup-class to make use of 
the assigned transactionmanager by either passing an instance to TreeCache via 
setTransactionManagerLookup(TransactionManagerLookup 
transactionmanagerlookupinstance), or you specify the className via 
setTransactionManagerLookupClass(String classname)

You may want to look into the sources of 
org.jboss.cache.DummyTransactionManagerLookup to have a working example.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856053#3856053

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856053


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to