We need to handle the config initialization differently. See the static init 
block in this class...

https://github.com/apache/directory-fortress-core/blob/master/src/main/java/org/apache/directory/fortress/core/util/Config.java

If this fails when the application starts, it throws an exception and is never 
reinitialized. This results in all further requests throwing 
NoClassDefFoundError 
(http://stackoverflow.com/questions/6352215/java-why-java-lang-noclassdeffounderror-caused-by-static-field-initializ-failur)

Reply via email to