diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-23 07:03:30 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-23 07:03:30 +0000 |
commit | 9b279515346f34e24f59a617a25a608334c69701 (patch) | |
tree | 3e401c42d5077ca2221dc3ea0396c8b427cd71c4 /sca-java-2.x/trunk/modules/policy-transaction/src | |
parent | 6d40f098848fd64dcc3a61c125b4595480245f06 (diff) |
Updating policy transaction definitions.xml to comply with OASIS schema, which does not have a default attribute
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915212 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/policy-transaction/src')
-rw-r--r-- | sca-java-2.x/trunk/modules/policy-transaction/src/main/resources/org/apache/tuscany/sca/policy/transaction/definitions.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/policy-transaction/src/main/resources/org/apache/tuscany/sca/policy/transaction/definitions.xml b/sca-java-2.x/trunk/modules/policy-transaction/src/main/resources/org/apache/tuscany/sca/policy/transaction/definitions.xml index f49322e1e8..98a909e3dd 100644 --- a/sca-java-2.x/trunk/modules/policy-transaction/src/main/resources/org/apache/tuscany/sca/policy/transaction/definitions.xml +++ b/sca-java-2.x/trunk/modules/policy-transaction/src/main/resources/org/apache/tuscany/sca/policy/transaction/definitions.xml @@ -23,7 +23,7 @@ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"> <policySet name="ManagedTransactionPolicySet" provides="managedTransaction" appliesTo="implementation"> - <intentMap provides="managedTransaction" default="global"> + <intentMap provides="managedTransaction"> <!-- default="global" --> <qualifier name="global"> <tuscany:transactionPolicy transactionTimeout="1200" action="REQUIRE_GLOBAL" /> </qualifier> |