You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by sa...@apache.org on 2006/09/20 14:04:56 UTC

svn commit: r448183 - /webservices/sandesha/trunk/java/config/module.xml

Author: sanka
Date: Wed Sep 20 05:04:56 2006
New Revision: 448183

URL: http://svn.apache.org/viewvc?view=rev&rev=448183
Log:
updating the policy defined in the module.xml with the new RMAssertion 

Modified:
    webservices/sandesha/trunk/java/config/module.xml

Modified: webservices/sandesha/trunk/java/config/module.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/config/module.xml?view=diff&rev=448183&r1=448182&r2=448183
==============================================================================
--- webservices/sandesha/trunk/java/config/module.xml (original)
+++ webservices/sandesha/trunk/java/config/module.xml Wed Sep 20 05:04:56 2006
@@ -77,44 +77,46 @@
 
    <supported-policy-namespaces namespaces="http://ws.apache.org/sandesha2/policy" />
 
-   <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" 
-	xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
-    xmlns:wsrm="http://ws.apache.org/sandesha2/policy" wsu:Id="RMPolicy">
-         
-      <wsrm:AcknowledgementInterval>3000</wsrm:AcknowledgementInterval>
-       
-      <wsrm:RetransmissionInterval>6000</wsrm:RetransmissionInterval>
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
+		xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
+		xmlns:wsrm="http://ws.apache.org/sandesha2/policy" wsu:Id="RMPolicy">
+	<wsrm:RMAssertion>
+		<wsp:Policy>
+			<wsrm:AcknowledgementInterval>3000</wsrm:AcknowledgementInterval>
+
+			<wsrm:RetransmissionInterval>6000</wsrm:RetransmissionInterval>
       
       <!-- '-1' conveys that there is no limit to the max. number of retransmissions.-->
-      <wsrm:MaximumRetransmissionCount>10</wsrm:MaximumRetransmissionCount>
-      
-      <wsrm:ExponentialBackoff>false</wsrm:ExponentialBackoff>
-      
-      <wsrm:InactivityTimeout>60</wsrm:InactivityTimeout>
-           
-      <wsrm:InactivityTimeoutMeasure>seconds</wsrm:InactivityTimeoutMeasure>
-      
-      <wsrm:InvokeInOrder>true</wsrm:InvokeInOrder>
+			<wsrm:MaximumRetransmissionCount>10</wsrm:MaximumRetransmissionCount>
+
+			<wsrm:ExponentialBackoff>false</wsrm:ExponentialBackoff>
+
+			<wsrm:InactivityTimeout>60</wsrm:InactivityTimeout>
+
+			<wsrm:InactivityTimeoutMeasure>seconds</wsrm:InactivityTimeoutMeasure>
+
+			<wsrm:InvokeInOrder>true</wsrm:InvokeInOrder>
       
       <!-- These will not be overriden by service level policies -->
-      <wsrm:MessageTypesToDrop>none</wsrm:MessageTypesToDrop>  
+			<wsrm:MessageTypesToDrop>none</wsrm:MessageTypesToDrop>  
                               
       <!-- This will not be overriden by service level policies -->
-      <wsrm:StorageManagers>
-                   
-          <wsrm:InMemoryStorageManager>
+			<wsrm:StorageManagers>
+
+				<wsrm:InMemoryStorageManager>
               org.apache.sandesha2.storage.inmemory.InMemoryStorageManager
-          </wsrm:InMemoryStorageManager> 
+          </wsrm:InMemoryStorageManager>
 
-          <wsrm:PermanentStorageManager>
+				<wsrm:PermanentStorageManager>
               org.apache.sandesha2.storage.inmemory.InMemoryStorageManager
-          </wsrm:PermanentStorageManager> 
-      
-      </wsrm:StorageManagers>
+          </wsrm:PermanentStorageManager>
+
+			</wsrm:StorageManagers>
       
       <!-- This will not be overriden by service level policies -->
-      <wsrm:SecurityManager>org.apache.sandesha2.security.dummy.DummySecurityManager</wsrm:SecurityManager>
-   
-</wsp:Policy>
+			<wsrm:SecurityManager>org.apache.sandesha2.security.dummy.DummySecurityManager</wsrm:SecurityManager>
+		</wsp:Policy>
+	</wsrm:RMAssertion>
+</wsp:Policy>>
 
 </module>



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org