Just add addition comments. 1. You don't need a tm to set the isolation level. With tx, the underlying lock behaving like an "auto-commit" with isolation level.
2. One advantage of using tm is you get batch replication update during prepare/commit phase. So that has performance implication. 3. DummyTransaction manager is only single-threaded now (e.g., support one tx at one time). We may extend it to handle multiple threads in the future. I will put these into FAQ. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853530#3853530 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853530 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
