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 da...@apache.org on 2007/11/15 01:08:54 UTC

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

Author: damitha
Date: Wed Nov 14 16:08:54 2007
New Revision: 595148

URL: http://svn.apache.org/viewvc?rev=595148&view=rev
Log:
Now by default there is no db path parameter specified in module.xml. server and client databases will be created in the default folder.

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

Modified: webservices/sandesha/trunk/c/config/module.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/config/module.xml?rev=595148&r1=595147&r2=595148&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/config/module.xml (original)
+++ webservices/sandesha/trunk/c/config/module.xml Wed Nov 14 16:08:54 2007
@@ -68,7 +68,7 @@
     </operation>
 
    <!-- Database connection parameters -->
-   <parameter name="sandesha2_db" locked="false">/axis2c/deploy</parameter>
+   <!--parameter name="sandesha2_db" locked="false">/axis2c/deploy</parameter-->
    <parameter name="db_server" locked="false">localhost</parameter>
    <parameter name="db_user" locked="false">g</parameter>
    <parameter name="db_password" locked="false">g</parameter>



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