You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/08/14 10:54:02 UTC

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

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");