You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ch...@apache.org on 2006/05/14 20:36:57 UTC

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

Author: chamikara
Date: Sun May 14 11:36:57 2006
New Revision: 406398

URL: http://svn.apache.org/viewcvs?rev=406398&view=rev
Log:
Updated module.xml

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

Modified: webservices/sandesha/trunk/config/module.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/module.xml?rev=406398&r1=406397&r2=406398&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/module.xml (original)
+++ webservices/sandesha/trunk/config/module.xml Sun May 14 11:36:57 2006
@@ -67,6 +67,7 @@
 
     </operation>
 
+
    <supported-policy-namespaces namespaces="http://ws.apache.org/sandesha2/policy" />
 
    <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" 
@@ -84,7 +85,7 @@
       
       <wsrm:InactivityTimeout>60</wsrm:InactivityTimeout>
            
-      <wsrm:InactivityTimeoutMeasure>seconds</wsrm:InactivityTimeoutMeasure>
+      <wsrm:InactivityTimeoutMeasure>minutes</wsrm:InactivityTimeoutMeasure>
       
       <wsrm:InvokeInOrder>true</wsrm:InvokeInOrder>
       
@@ -93,11 +94,16 @@
                               
       <!-- This will not be overriden by service level policies -->
       <wsrm:StorageManagers>
+                   
+          <wsrm:InMemoryStorageManager>
+              org.apache.sandesha2.storage.inmemory.InMemoryStorageManager 
+          </wsrm:InMemoryStorageManager> 
+
+          <wsrm:PermanentStorageManager>
+              org.apache.sandesha2.storage.inmemory.InMemoryStorageManager 
+          </wsrm:PermanentStorageManager> 
       
-       <wsrm:StorageManager>
-            org.apache.sandesha2.storage.inmemory.InMemoryStorageManager 
-        </wsrm:StorageManager> 
-       
+        
       </wsrm:StorageManagers>
    
 </wsp:Policy>



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