[wsas-java-dev] svn commit r2779 - in trunk/wsas/java/modules:
servlet-edition/conf standalone-edition/conf
svn at wso2.org
svn at wso2.org
Wed May 16 23:35:30 PDT 2007
Author: chamil
Date: Wed May 16 23:35:21 2007
New Revision: 2779
Modified:
trunk/wsas/java/modules/servlet-edition/conf/axis2.xml
trunk/wsas/java/modules/standalone-edition/conf/axis2.xml
Log:
Adding the database deployer parts to the axis2.xml files in wsas.
Modified: trunk/wsas/java/modules/servlet-edition/conf/axis2.xml
==============================================================================
--- trunk/wsas/java/modules/servlet-edition/conf/axis2.xml (original)
+++ trunk/wsas/java/modules/servlet-edition/conf/axis2.xml Wed May 16 23:35:21 2007
@@ -55,6 +55,9 @@
<!--Set the flag to true if you want to enable transport level session mangment-->
<parameter name="manageTransportSession">true</parameter>
+ <!-- Deployer for the dataservice. -->
+ <deployer extension="dbs" directory="dataservices" class="org.wso2.ws.dataservice.DBDeployer"/>
+
<!-- ================================================= -->
<!-- Message Formatter -->
<!-- ================================================= -->
@@ -305,4 +308,4 @@
</contextManager>
</cluster>
-->
-</axisconfig>
\ No newline at end of file
+</axisconfig>
Modified: trunk/wsas/java/modules/standalone-edition/conf/axis2.xml
==============================================================================
--- trunk/wsas/java/modules/standalone-edition/conf/axis2.xml (original)
+++ trunk/wsas/java/modules/standalone-edition/conf/axis2.xml Wed May 16 23:35:21 2007
@@ -57,6 +57,8 @@
<!--Set the flag to true if you want to enable transport level session mangment-->
<parameter name="manageTransportSession">true</parameter>
+ <!-- Deployer for the dataservice. -->
+ <deployer extension="dbs" directory="dataservices" class="org.wso2.ws.dataservice.DBDeployer"/>
<!-- ================================================= -->
<!-- Message Receivers -->
<!-- ================================================= -->
@@ -327,4 +329,4 @@
</contextManager>
</cluster>
-->
-</axisconfig>
\ No newline at end of file
+</axisconfig>
More information about the Wsas-java-dev
mailing list