summaryrefslogtreecommitdiffstats
path: root/sandbox/dougsleite/guardian-model/src/main/resources/resolutionTree.xml
diff options
context:
space:
mode:
authordougsleite <dougsleite@13f79535-47bb-0310-9956-ffa450edef68>2009-08-06 14:24:58 +0000
committerdougsleite <dougsleite@13f79535-47bb-0310-9956-ffa450edef68>2009-08-06 14:24:58 +0000
commitc179c8909e852ecb68bc37b59374931eab333cdf (patch)
treeb69fdc1e72ea9dfa56d06c4d772886295cdf4ad1 /sandbox/dougsleite/guardian-model/src/main/resources/resolutionTree.xml
parent6fab0ae9e1d940fbe610db8ca20c3b4b5ca4fe28 (diff)
- Modifying the guardian-model to deal with concurrent exceptions;
- The policy-resolutiontrees module is used to process the resolution tree - the lowest common ancestor is the resolved exception for a set of concurrent exceptions; git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/dougsleite/guardian-model/src/main/resources/resolutionTree.xml')
-rw-r--r--sandbox/dougsleite/guardian-model/src/main/resources/resolutionTree.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sandbox/dougsleite/guardian-model/src/main/resources/resolutionTree.xml b/sandbox/dougsleite/guardian-model/src/main/resources/resolutionTree.xml
new file mode 100644
index 0000000000..34c2fec0bf
--- /dev/null
+++ b/sandbox/dougsleite/guardian-model/src/main/resources/resolutionTree.xml
@@ -0,0 +1,8 @@
+<resolution_trees>
+ <resolution_tree exception_level="1">
+ <exception class="org.apache.tuscany.sca.guardian.itests.primaryBackup.common.PrimaryBackupFailedTogetherException">
+ <exception class="org.apache.tuscany.sca.guardian.itests.primaryBackup.common.PrimaryFailedException"/>
+ <exception class="org.apache.tuscany.sca.guardian.itests.primaryBackup.common.BackupFailedException"/>
+ </exception>
+ </resolution_tree>
+</resolution_trees>