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 2005/12/21 06:39:11 UTC

svn commit: r358214 - in /webservices/sandesha/trunk/config: axis2.xml sandesha2.properties

Author: chamikara
Date: Tue Dec 20 21:38:49 2005
New Revision: 358214

URL: http://svn.apache.org/viewcvs?rev=358214&view=rev
Log:
Updated config files

Modified:
    webservices/sandesha/trunk/config/axis2.xml
    webservices/sandesha/trunk/config/sandesha2.properties

Modified: webservices/sandesha/trunk/config/axis2.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/axis2.xml?rev=358214&r1=358213&r2=358214&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/axis2.xml (original)
+++ webservices/sandesha/trunk/config/axis2.xml Tue Dec 20 21:38:49 2005
@@ -135,7 +135,6 @@
         <phase name="userphase1"/>
 	  <phase name="RMPhase"/>
     </phaseOrder>
-
     <phaseOrder type="outflow">
         <!--      user can add his own phases to this area  -->
 	  <phase name="RMPhase"/>
@@ -148,11 +147,11 @@
     <phaseOrder type="INfaultflow">
         <!--      user can add his own phases to this area  -->
         <phase name="userphase1"/>
-	  <phase name="RMPhase"/>
+        <phase name="RMPhase"/>
     </phaseOrder>
     <phaseOrder type="Outfaultflow">
         <!--      user can add his own phases to this area  -->
-	  <phase name="RMPhase"/>
+        <phase name="RMPhase"/>
         <phase name="userphase1"/>
         <phase name="PolicyDetermination"/>
         <phase name="MessageOut"/>

Modified: webservices/sandesha/trunk/config/sandesha2.properties
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/sandesha2.properties?rev=358214&r1=358213&r2=358214&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/sandesha2.properties (original)
+++ webservices/sandesha/trunk/config/sandesha2.properties Tue Dec 20 21:38:49 2005
@@ -1,3 +1,6 @@
+#CONFIGURATIONS FOR APACHE SANDESHA2
+#===================================
+
 #RM Policy values for the server
 #-------------------------------
 RetransmissionInterval=20000
@@ -10,6 +13,8 @@
 #Storage Manager Class
 #----------------------
 StorageManager=org.apache.sandesha2.storage.inmemory.InMemoryStorageManager
+#StorageManager=org.apache.sandesha2.storage.persistent.hibernate.PersistentStorageManager
+
 
 #Delivery Assurance
 #-------------------



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