During my App Engine application's runtime, I receive the following exception:
java.lang.ExceptionInInitializerError
at
org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.interpolateExpression(ResourceBundleMessageInterpolator.java:227)
... (removed for brevity)
Caused by: java.lang.ClassNotFoundException: de.odysseus.el.ExpressionFactoryImpl
I had seen this error on my dev server and fixed it by including juel-impl in my pom.xml
When I use appcfg.sh to pull my application from the server, I see that it has juel-impl-2.2.7-20130801.163115-1.jar included in the WEB-INF/lib
I'm really not sure what to make of this.