Author: jleroux
Date: Mon Nov 16 21:54:10 2015
New Revision: 1714688
URL:
http://svn.apache.org/viewvc?rev=1714688&view=revLog:
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()) {