Author: rfeng
Date: Fri Mar 14 08:21:26 2008
New Revision: 637132

URL: http://svn.apache.org/viewvc?rev=637132&view=rev
Log:
Fix the xpath error

Modified:
    
incubator/tuscany/java/sca/modules/assembly-xml/src/test/resources/org/apache/tuscany/sca/assembly/xml/test_definitions.xml

Modified: 
incubator/tuscany/java/sca/modules/assembly-xml/src/test/resources/org/apache/tuscany/sca/assembly/xml/test_definitions.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/assembly-xml/src/test/resources/org/apache/tuscany/sca/assembly/xml/test_definitions.xml?rev=637132&r1=637131&r2=637132&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/assembly-xml/src/test/resources/org/apache/tuscany/sca/assembly/xml/test_definitions.xml
 (original)
+++ 
incubator/tuscany/java/sca/modules/assembly-xml/src/test/resources/org/apache/tuscany/sca/assembly/xml/test_definitions.xml
 Fri Mar 14 08:21:26 2008
@@ -30,7 +30,7 @@
  <!-- POLICY SETS -->
   <sca:policySet name="SecureReliablePolicy"
        provides="confidentiality.transport integrity"
-       appliesTo="sca:binding.ws"
+       appliesTo="//sca:binding.ws | //sca:binding.sca"
        xmlns="http://test";
        xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy";>
                <wsp:PolicyAttachment>
@@ -45,7 +45,7 @@
  
  <sca:policySet name="SecureMessagingPolicies"
         provides="confidentiality"
-        appliesTo="binding.ws"
+        appliesTo="//sca:binding.ws"
         xmlns="http://test";
         xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy";>
      <sca:intentMap provides="confidentiality" default="transport">
@@ -64,7 +64,6 @@
 </sca:policySet>
 
 <sca:policySet name="SecurityPolicy" provides="confidentiality"
-       appliesTo="sca:binding.ws"
        xmlns="http://test";
        xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"; >
     <sca:intentMap provides="confidentiality" default="message">
@@ -92,7 +91,7 @@
 
 <sca:policySet name="BasicAuthMsgProtSecurity"
      provides="authentication confidentiality"
-     appliesTo="binding.ws"
+     appliesTo="//sca:binding.ws"
                xmlns="http://test";>
     <sca:policySetReference name="AuthenticationPolicies"/>
     <sca:policySetReference name="ConfidentialityPolicies"/>
@@ -100,7 +99,7 @@
 
 <sca:policySet name="AuthenticationPolicies"
        provides="authentication"
-       appliesTo="binding.ws"
+       appliesTo="//sca:binding.ws"
        xmlns="http://test";
        xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy";>
     <wsp:PolicyAttachment>
@@ -111,7 +110,7 @@
 
 <sca:policySet name="ConfidentialityPolicies"
  provides="confidentiality"
- appliesTo="sca:binding.ws"
+ bindings="binding.ws"
  xmlns="http://test";
     xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy";>
     <sca:intentMap provides="confidentiality"  default="transport">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to