Author: keith
Date: Fri Dec 21 00:40:41 2007
New Revision: 11644
Log:
Using the mashupConstant instead of the Registry constant
Modified:
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
Modified:
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
==============================================================================
---
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
(original)
+++
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
Fri Dec 21 00:40:41 2007
@@ -689,7 +689,7 @@
if (!us.isExistingUser(RegistryConstants.ANONYMOUS_USER)) {
us.addUser(RegistryConstants.ANONYMOUS_USER,
RegistryConstants.ANONYMOUS_PASSWORD);
- us.addUser(RegistryConstants.ADMIN_USER,
RegistryConstants.ADMIN_PASSWORD);
+ us.addUser(RegistryConstants.ADMIN_USER,
MashupConstants.ADMIN_PASSWORD);
us.addUser(RegistryConstants.SYSTEM_USER,
RegistryConstants.SYSTEM_PASSWORD);
us.addUser(MashupConstants.SAMPLES_USER,
MashupConstants.SAMPLES_USER_PASSWORD);
us.addUser(MashupConstants.SHARED_USER,
MashupConstants.SHARED_USER_PASSWORD);
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev