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
Original issue reported on code.google.com by
Eugene.P...@gmail.com
on 3 Mar 2011 at 11:43