Class.getClassLoader() can return null in certain cases, which causes a
NPE during lookup:
java.lang.NullPointerException
at
org.xnap.commons.i18n.I18nFactory.readFromPropertiesFile(I18nFactory.java:251)
at
org.xnap.commons.i18n.I18nFactory.getI18n(I18nFactory.java:208)
at
org.xnap.commons.i18n.I18nFactory.getI18n(I18nFactory.java:161)
at
org.xnap.commons.i18n.I18nFactory.getI18n(I18nFactory.java:138)
at
org.xnap.commons.i18n.I18nFactory.getI18n(I18nFactory.java:146)
[...]
Original issue reported on code.google.com by steffen....@googlemail.com on 6 Aug 2007 at 6:49
Original issue reported on code.google.com by
steffen....@googlemail.com
on 6 Aug 2007 at 6:49