My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 365: Patch for /branches/gsp/jmesa/src/org/jmesa/core/preference/PropertiesPreferences.java
1 person starred this issue and may be notified of changes. Back to list
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

Powered by Google Project Hosting