diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-18 21:14:42 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-18 21:14:42 +0000 |
commit | 8978628160d020c0300dc90f2a282b93311d53b1 (patch) | |
tree | d96598ccb9e23d5483331d041cf73d626f9bc549 /sca-java-2.x/trunk/itest/policies/src | |
parent | 80b3ade6f34fb14be296bf04dcc878a6e435dec7 (diff) |
TUSCANY-3503 - turn off the automatic application of policy sets based on intents. Various changes to tests to take account of this change.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924994 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/policies/src')
-rw-r--r-- | sca-java-2.x/trunk/itest/policies/src/main/resources/Payment.composite | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/itest/policies/src/main/resources/Payment.composite b/sca-java-2.x/trunk/itest/policies/src/main/resources/Payment.composite index d304954f71..20124467b0 100644 --- a/sca-java-2.x/trunk/itest/policies/src/main/resources/Payment.composite +++ b/sca-java-2.x/trunk/itest/policies/src/main/resources/Payment.composite @@ -17,6 +17,12 @@ * specific language governing permissions and limitations * under the License. --> + +<!-- + NOTE - policy sets all defined at top level as external attach functions + not working yet so it's difficult to know precisely where to + attach policy to +--> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:p="http://payment" xmlns:c="http://customer" @@ -24,7 +30,8 @@ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" requires = "sca:authorization" targetNamespace="http://payment" - name="Payment"> + name="Payment" + policySets="tuscany:JDKLoggingPolicy tuscany:JDKLoggingImplPolicy tuscany:SuspendsTransactionPolicy tuscany:AuthorizationFineGrainPolicy tuscany:ConfidentialityTransportPolicy tuscany:ConfidentialityMessagePolicy tuscany:ClientAuthenticationTransportPolicy tuscany:IntegrityTransportPolicy"> <component name="Payment"> <implementation.java class="org.apache.tuscany.sca.itest.policies.impl.PaymentImpl" /> |