PerShing2014 / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

Patch for /branches/gsp/jmesa/src/org/jmesa/core/preference/PropertiesPreferences.java #365

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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);    

Original issue reported on code.google.com by amol.sur...@gmail.com on 6 Aug 2015 at 10:14

Attachments: