java.lang.ExceptionInInitializerError
while calling a static method of another class i am stuck with this error. "java.lang.ExceptionInInitializerError"... When accessing the code through the application it works fine, but when i try to run my junit code for the application i am stuck with this.
What could be the possible reasons?