Feature #73
Provide access to Mulgara's transaction api via a JTA XAResource Adaptor
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
Provide a JTA XAResource that provides access to Mulgara transactions - this will permit Mulgara to participate in externally mediated distributed transactions. So this would permit mulgara transactions to be synchronised with mysql/postgres/J2EE transactions.
Updated by Andrae Muys - almost 16 years ago
See <a href="http://www.netymon.com/papers/JTA-Integration-Proposal.pdf">http://www.netymon.com/papers/JTA-Integration-Proposal.pdf</a>
Updated by Andrae Muys - over 15 years ago
(In r622) refs #73
sync's branch with trunk
merge -r 479:619 trunk/ .
Also improves the use of generics in Session which caused a problem with the
merge. insert/delete now take extends Triple> instead of <Triple>, and the
Query constructor now takes List extends SelectElement> instead of
List<Object>.
Note: This commit is untested, will test shortly.
Updated by Andrae Muys - over 15 years ago
Updated by Andrae Muys - over 15 years ago
Updated by Andrae Muys - over 15 years ago
Updated by Andrae Muys - over 15 years ago
- Status changed from In Progress to Closed
- Resolution set to fixed