You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/11/16 22:54:10 UTC

svn commit: r1714688 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/location/FlexibleLocation.java

Author: jleroux
Date: Mon Nov 16 21:54:10 2015
New Revision: 1714688

URL: http://svn.apache.org/viewvc?rev=1714688&view=rev
Log:
Fixed a bug introduced w/ r1714652 

Modified:
    ofbiz/trunk/framework/base/src/org/ofbiz/base/location/FlexibleLocation.java

Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/location/FlexibleLocation.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/location/FlexibleLocation.java?rev=1714688&r1=1714687&r2=1714688&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/location/FlexibleLocation.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/location/FlexibleLocation.java Mon Nov 16 21:54:10 2015
@@ -53,7 +53,7 @@ public final class FlexibleLocation {
              * because this class may be initialized before all components
              * are loaded.
              */
-            Properties properties = UtilProperties.createProperties("locationresolvers");
+            Properties properties = UtilProperties.createProperties("locationresolvers.properties");
             if (properties != null) {
                 ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
                 for (Entry<Object, Object> entry : properties.entrySet()) {