Author: keith
Date: Thu Jan 17 00:43:37 2008
New Revision: 12390
Log:
Fixing Mashup-485. Removed the deployer entries from axis2.xml left only the
one of system. All others are added dynamically.
Modified:
trunk/mashup/java/modules/core/conf/axis2.xml
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
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 Thu Jan 17 00:43:37 2008
@@ -101,9 +101,6 @@
<!-- Deployer for the JavaScript services -->
<deployer extension=".js" directory="scripts/system"
class="org.wso2.mashup.deployer.JSDeployer" />
- <deployer extension=".js" directory="scripts/samples"
class="org.wso2.mashup.deployer.JSDeployer" />
- <deployer extension=".js" directory="scripts/admin"
class="org.wso2.mashup.deployer.JSDeployer" />
- <deployer extension=".js" directory="scripts/shared"
class="org.wso2.mashup.deployer.JSDeployer" />
<!-- ================================================= -->
<!-- Message Receivers -->
Modified:
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
==============================================================================
---
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
(original)
+++
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
Thu Jan 17 00:43:37 2008
@@ -64,8 +64,7 @@
for (int i = 0; i < userNames.length; i++) {
String username = userNames[i];
if (RegistryConstants.ANONYMOUS_USER.equals(username) ||
- MashupConstants.SYSTEM_USER.equals(username) ||
- MashupConstants.SAMPLES_USER.equals(username)) {
+ MashupConstants.SYSTEM_USER.equals(username)) {
continue;
}
DeploymentEngine deploymentEngine =
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev