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/17 09:16:58 UTC

svn commit: r407186 - in /webservices/sandesha/trunk/config: client_axis2.xml module.xml server_axis2.xml

Author: chamikara
Date: Wed May 17 00:16:58 2006
New Revision: 407186

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

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

Modified: webservices/sandesha/trunk/config/client_axis2.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/client_axis2.xml?rev=407186&r1=407185&r2=407186&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/client_axis2.xml (original)
+++ webservices/sandesha/trunk/config/client_axis2.xml Wed May 17 00:16:58 2006
@@ -22,6 +22,11 @@
     <!--This is the user name and password of admin console-->
     <parameter name="userName" locked="false">admin</parameter>
     <parameter name="password" locked="false">axis2</parameter>
+    
+    
+    <parameter name="Sandesha2StorageManager" locked="false">inmemory</parameter>
+    
+    
 
     <!-- ================================================= -->
     <!-- Message Receivers -->

Modified: webservices/sandesha/trunk/config/module.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/module.xml?rev=407186&r1=407185&r2=407186&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/module.xml (original)
+++ webservices/sandesha/trunk/config/module.xml Wed May 17 00:16:58 2006
@@ -67,6 +67,13 @@
 
     </operation>
 
+   <!-- Database connection parameters -->
+   <parameter name="sandesha2.db.conn.id" locked="false">jdbc:derby:SANDESHA2DB;create=true</parameter>
+   <parameter name="sandesha2.db.driver" locked="false">org.apache.derby.jdbc.EmbeddedDriver</parameter>
+   <parameter name="sandesha2.db.sql.dialect" locked="false">org.hibernate.dialect.DerbyDialect</parameter>
+   <parameter name="sandesha2.db.username" locked="false"></parameter>
+   <parameter name="sandesha2.db.password" locked="false"></parameter>  
+   <parameter name="sandesha2.db.create.mode" locked="false">update</parameter> 
 
    <supported-policy-namespaces namespaces="http://ws.apache.org/sandesha2/policy" />
 
@@ -74,12 +81,12 @@
 	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>4000</wsrm:AcknowledgementInterval>
+      <wsrm:AcknowledgementInterval>3000</wsrm:AcknowledgementInterval>
        
-      <wsrm:RetransmissionInterval>8000</wsrm:RetransmissionInterval>
+      <wsrm:RetransmissionInterval>6000</wsrm:RetransmissionInterval>
       
       <!-- '-1' conveys that there is no limit to the max. number of retransmissions.-->
-      <wsrm:MaximumRetransmissionCount>10</wsrm:MaximumRetransmissionCount>
+      <wsrm:MaximumRetransmissionCount>-1</wsrm:MaximumRetransmissionCount>
       
       <wsrm:ExponentialBackoff>false</wsrm:ExponentialBackoff>
       
@@ -96,14 +103,13 @@
       <wsrm:StorageManagers>
                    
           <wsrm:InMemoryStorageManager>
-              org.apache.sandesha2.storage.inmemory.InMemoryStorageManager 
+              org.apache.sandesha2.storage.inmemory.InMemoryStorageManager
           </wsrm:InMemoryStorageManager> 
 
           <wsrm:PermanentStorageManager>
-              org.apache.sandesha2.storage.inmemory.InMemoryStorageManager 
+              org.apache.sandesha2.storage.inmemory.InMemoryStorageManager
           </wsrm:PermanentStorageManager> 
       
-        
       </wsrm:StorageManagers>
    
 </wsp:Policy>

Modified: webservices/sandesha/trunk/config/server_axis2.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/server_axis2.xml?rev=407186&r1=407185&r2=407186&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/server_axis2.xml (original)
+++ webservices/sandesha/trunk/config/server_axis2.xml Wed May 17 00:16:58 2006
@@ -22,6 +22,10 @@
     <!--This is the user name and password of admin console-->
     <parameter name="userName" locked="false">admin</parameter>
     <parameter name="password" locked="false">axis2</parameter>
+    
+    
+    <parameter name="Sandesha2StorageManager" locked="false">inmemory</parameter>
+    
 
     <!-- ================================================= -->
     <!-- Message Receivers -->



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