Issue 365: Patch for /branches/gsp/jmesa/src/org/jmesa/core/preference/PropertiesPreferences.java
Status:  New
Owner: ----
Reported by amol.sur...@gmail.com, Aug 6, 2015
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);    
PropertiesPreferences.java.patch
484 bytes   Download