On Wed, Jan 19, 2011 at 12:17 AM, Urso Wieske <[email protected]> wrote: > Does Tuscany already support Global Transactions and Tx propagations? > > Is there any support for this by using annotation constructs and/or SCA > policy constructs? > > Kind regards > Urso > > Sent from my iPhone
Hi Urso The short answer is not at the moment. We have the model for the transaction intents as specified by the OASIS policy specs but we don't have a working runtime. It would be most obvious to make this work as part of integration with an app container such as Geronimo but we haven't got to that done yet. IIRC someone did make a start on looking at the problem. If you're interested in having a go and developing the code further: The model is here: http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/modules/policy-transaction/ The generic runtime is here: http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/modules/policy-transaction-runtime/ The start of the Geronimo specific bits are here: http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/modules/policy-transaction-runtime-geronimo/ Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com
