| Issue 365: | Patch for /branches/gsp/jmesa/src/org/jmesa/core/preference/PropertiesPreferences.java |
1 of 67
Next ›
|
| 1 person starred this issue and may be notified of changes. | Back to list |
line 63 does not load your overridden jemsa.propeties file. It won't find file path as the code checks the file inside current folder. its should get the classloader path first and then check the file inside that path. this change will fix the issue return this.getClass().getClassLoader().getResourceAsStream(preferencesLocation); |