summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/policy-transaction-runtime/src/main
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-09-26 08:59:10 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-09-26 08:59:10 +0000
commit4e582f32e41de5c0557d81a39eab14d8f1dc12ab (patch)
tree1ae901180cbb135c90c81f2719d5b26dafec2691 /sca-java-2.x/trunk/modules/policy-transaction-runtime/src/main
parentf4aa4cbc66d9a7b0fe9f8580a990c8c714cd4f30 (diff)
TUSCANY-3952 - store the phase that's passed into the TransactionInterceptor
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175722 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/policy-transaction-runtime/src/main')
-rw-r--r--sca-java-2.x/trunk/modules/policy-transaction-runtime/src/main/java/org/apache/tuscany/sca/policy/transaction/runtime/TransactionInterceptor.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/policy-transaction-runtime/src/main/java/org/apache/tuscany/sca/policy/transaction/runtime/TransactionInterceptor.java b/sca-java-2.x/trunk/modules/policy-transaction-runtime/src/main/java/org/apache/tuscany/sca/policy/transaction/runtime/TransactionInterceptor.java
index f6e0e87ece..3c0001570c 100644
--- a/sca-java-2.x/trunk/modules/policy-transaction-runtime/src/main/java/org/apache/tuscany/sca/policy/transaction/runtime/TransactionInterceptor.java
+++ b/sca-java-2.x/trunk/modules/policy-transaction-runtime/src/main/java/org/apache/tuscany/sca/policy/transaction/runtime/TransactionInterceptor.java
@@ -49,6 +49,7 @@ public class TransactionInterceptor implements PhasedInterceptor {
this.outbound = outbound;
this.interactionPolicy = interactionPolicy;
this.implementationPolicy = implementationPolicy;
+ this.phase = phase;
}
/**