Author: keith
Date: Wed Mar 26 05:49:12 2008
New Revision: 15130
Log:
removing the dataservices folder from the axis2.xml
Modified:
trunk/mashup/java/modules/core/conf/axis2.xml
Modified: trunk/mashup/java/modules/core/conf/axis2.xml
==============================================================================
--- trunk/mashup/java/modules/core/conf/axis2.xml (original)
+++ trunk/mashup/java/modules/core/conf/axis2.xml Wed Mar 26 05:49:12 2008
@@ -116,11 +116,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"/>
-
<!-- Deployer for the JavaScript services -->
<deployer extension=".js" directory="scripts/system"
class="org.wso2.mashup.deployer.JSDeployer" />
+ <!-- Deployer for the dataservice. -->
<deployer extension=".dbs" directory="scripts/system"
class="org.wso2.mashup.deployers.DBDeployer" />
<!-- ================================================= -->
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev