maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

Typica failed to compute it"s version in muliti-classloader system #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In AWSQueryConnection.java at line 111 it is written: 
InputStream verStream = 
ClassLoader.getSystemResourceAsStream("version.properties");

Resource should be fetched from a classloader that has loaded the class on the 
way like:
InputStream verStream = 
AWSQueryConnection.class.getSystemResourceAsStream("/version.properties");

Original issue reported on code.google.com by Eugene.P...@gmail.com on 3 Mar 2011 at 11:43

GoogleCodeExporter commented 9 years ago
fixed in https://github.com/jonnyzzz/maragogype

Original comment by Eugene.P...@gmail.com on 8 Mar 2011 at 4:18