diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-16 08:35:01 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-16 08:35:01 +0000 |
commit | d0cf59a5b1cec874879cd06c5a9d5f0c4a2c5875 (patch) | |
tree | fe97ea498fbc2ed12cdca4c9f636df200780cb96 /java/sca/modules/policy-logging/src | |
parent | 7de1169cbd1470ff171d7657b32d23962bf21e34 (diff) |
TUSCANY-2600: Apply patches from Ramkumar Ramalingam to Provide ITEST for the recent Spring Implementation changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/policy-logging/src')
-rw-r--r-- | java/sca/modules/policy-logging/src/main/resources/org/apache/tuscany/sca/policy/logging/definitions.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/sca/modules/policy-logging/src/main/resources/org/apache/tuscany/sca/policy/logging/definitions.xml b/java/sca/modules/policy-logging/src/main/resources/org/apache/tuscany/sca/policy/logging/definitions.xml index 39627ae876..956a8983a2 100644 --- a/java/sca/modules/policy-logging/src/main/resources/org/apache/tuscany/sca/policy/logging/definitions.xml +++ b/java/sca/modules/policy-logging/src/main/resources/org/apache/tuscany/sca/policy/logging/definitions.xml @@ -23,8 +23,7 @@ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0">
<!-- Policy Intents Defined by the SCA Runtime -->
- <intent name="logging"
- constrains="sca:implementation.java">
+ <intent name="logging" constrains="sca:implementation.java sca:implementation.spring">
<description>
All messages to and from this implementation must be logged
</description>
|