java.lang.ExceptionInInitializerError Exception when creating Application Context in Spring
- by cyotee
I am practicing with Spring, and am getting a java.lang.ExceptionInInitializerError exception when I try to instantiate the context. The Exception appears below, with my code following it. I have simplified my experiment from before.
The Exception
Oct 17, 2012 5:54:22 PM org.springframework.context.support.AbstractApplicationContext…