svn commit: r804131 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/DelegatorInfo.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r804131 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/DelegatorInfo.java

jacopoc
Author: jacopoc
Date: Fri Aug 14 08:54:01 2009
New Revision: 804131

URL: http://svn.apache.org/viewvc?rev=804131&view=rev
Log:
"admin" user is only in demo data.

Modified:
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/DelegatorInfo.java

Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/DelegatorInfo.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/DelegatorInfo.java?rev=804131&r1=804130&r2=804131&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/DelegatorInfo.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/DelegatorInfo.java Fri Aug 14 08:54:01 2009
@@ -59,7 +59,7 @@
         if (UtilValidate.isEmpty(this.distributedCacheClearClassName)) this.distributedCacheClearClassName = "org.ofbiz.entityext.cache.EntityCacheServices";
 
         this.distributedCacheClearUserLoginId = element.getAttribute("distributed-cache-clear-user-login-id");
-        if (UtilValidate.isEmpty(this.distributedCacheClearUserLoginId)) this.distributedCacheClearUserLoginId = "admin";
+        if (UtilValidate.isEmpty(this.distributedCacheClearUserLoginId)) this.distributedCacheClearUserLoginId = "system";
 
         this.sequencedIdPrefix = element.getAttribute("sequenced-id-prefix");