You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2009/08/10 14:27:01 UTC

svn commit: r802760 - in /tuscany/java/sca/modules: binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/definitions.xml

Author: slaws
Date: Mon Aug 10 12:27:00 2009
New Revision: 802760

URL: http://svn.apache.org/viewvc?rev=802760&view=rev
Log:
Remove intents that are provided by the specification in the assembly-xsd module

Modified:
    tuscany/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml
    tuscany/java/sca/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/definitions.xml

Modified: tuscany/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml?rev=802760&r1=802759&r2=802760&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml (original)
+++ tuscany/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml Mon Aug 10 12:27:00 2009
@@ -28,23 +28,9 @@
     <sca:bindingType type="sca:binding.ws"  mayProvide="SOAP SOAP.1_1 SOAP.1_2 MTOM" alwaysProvides=""/>
 
     <!-- PolicyIntents defined by the SCA Runtime Extension for WS Binding Axis 2 -->
-    <sca:intent name="SOAP" constrains="sca:binding.ws">
-        <sca:description>
-            Communication through this binding requires SOAP
-        </sca:description>
-    </sca:intent>
-    
-    <sca:intent name="SOAP.1_1">
-        <sca:description>
-            Communication through this binding requires SOAP 1.1
-        </sca:description>
-    </sca:intent>
-    
-    <sca:intent name="SOAP.1_2">
-        <sca:description>
-            Communication through this binding requires SOAP 1.2
-        </sca:description>
-    </sca:intent>
+
+    <!-- see the file sca-policy-1.1-intents-definitions.xml in the -->
+    <!-- assembly-xsd module for spec defined intents               -->
     
     <sca:intent name="MTOM" constrains="sca:binding.ws">
         <sca:description>

Modified: tuscany/java/sca/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/definitions.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/definitions.xml?rev=802760&r1=802759&r2=802760&view=diff
==============================================================================
--- tuscany/java/sca/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/definitions.xml (original)
+++ tuscany/java/sca/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/definitions.xml Mon Aug 10 12:27:00 2009
@@ -28,28 +28,8 @@
     <policySet name="rolesAllowed" appliesTo="sca:implementation.java"/>
     <policySet name="permitAll" appliesTo="sca:implementation.java"/>
     <policySet name="denyAll" appliesTo="sca:implementation.java"/>
+
+    <!-- see the file sca-policy-1.1-intents-definitions.xml in the -->
+    <!-- assembly-xsd module for spec defined intents               -->
     
-	<!-- Policy Intents Defined by the SCA Runtime -->
-	<intent name="authentication" 
-	 		constrains="sca:binding">
-		<description>
-			Specifying this intent on references requires necessary authentication information
-			to be sent along with outgoing messages. Specifying this intent on service requires
-			incoming messages to be authenticated
-		</description>
-	</intent>
-	
-	<intent name="confidentiality" 
-	 		constrains="sca:binding">
-		<description>
-			Specifying this intent requires message exchanged to be encrypted
-		</description>
-	</intent>
-	
-	<intent name="integrity" 
-	 		constrains="sca:binding">
-		<description>
-			Specifying this intent requires message exchanged to be signed
-		</description>
-	</intent>
 </definitions>