Re: TRANSACTIONS-16

2007-06-14 Thread Dennis Thrysøe
Joerg Heinicke wrote: Just answering that one at the moment: http://jroller.com/page/pyrasun?entry=xa_exposed That's a great article! I look forward to read part II and III. I don't see anything about how the TransactionManager gets knowledge of participating XAResource instances though. Th

Re: TRANSACTIONS-16

2007-06-13 Thread Joerg Heinicke
Dennis Thrysøe conscius.com> writes: > I am unsure how resource enlistment to the TransactionManager should > work, as mentioned in a comment in jira. For now the collections enlist > themselves, when created. What's the best way to go about this? I guess > there must be some j2ee-mandated way

TRANSACTIONS-16

2007-06-12 Thread Dennis Thrysøe
Hi, A bit more details below. I haven't had time to look in detail at the existing implementation. Some points on the inner workings: *** Collections *** - Typically working with a shared resource is done by creating a map with the resource values, and then instantiating an XAMap, passing t