You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by da...@apache.org on 2007/09/11 14:41:07 UTC

svn commit: r574574 - in /webservices/savan/trunk/c/src: data/module.xml util/db_mgr.c

Author: damitha
Date: Tue Sep 11 05:41:07 2007
New Revision: 574574

URL: http://svn.apache.org/viewvc?rev=574574&view=rev
Log: (empty)

Modified:
    webservices/savan/trunk/c/src/data/module.xml
    webservices/savan/trunk/c/src/util/db_mgr.c

Modified: webservices/savan/trunk/c/src/data/module.xml
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/data/module.xml?rev=574574&r1=574573&r2=574574&view=diff
==============================================================================
--- webservices/savan/trunk/c/src/data/module.xml (original)
+++ webservices/savan/trunk/c/src/data/module.xml Tue Sep 11 05:41:07 2007
@@ -1,6 +1,8 @@
 <module name="savan" class="mod_savan">
     <!--parameter name="SubscriptionMgrName" >subscription</parameter>
     <parameter name="SubscriptionMgrURL" locked="xsd:false">http://localhost:9090/axis2/services/subscription</parameter-->
+   <!-- Database connection parameters -->
+   <parameter name="savan_db" locked="false">/axis2c/deploy/savan_db</parameter>
     <inflow>
         <handler name="SavanInHandler" class="mod_savan">
             <order phase="SavanPhase"/>

Modified: webservices/savan/trunk/c/src/util/db_mgr.c
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/util/db_mgr.c?rev=574574&r1=574573&r2=574574&view=diff
==============================================================================
--- webservices/savan/trunk/c/src/util/db_mgr.c (original)
+++ webservices/savan/trunk/c/src/util/db_mgr.c Tue Sep 11 05:41:07 2007
@@ -39,7 +39,7 @@
  *
  * topic table has following schema
  * name varchar(100) primary key,
-   url vahrchar(200)
+   url varchar(200)
  *
  */