App Engine アプリケーションの実行中に、次の例外を受け取ります。
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
私は自分の開発サーバーでこのエラーを見て、pom.xml に juel-impl を含めることで修正しました。
appcfg.sh を使用してアプリケーションをサーバーからプルすると、WEB-INF/lib に juel-impl-2.2.7-20130801.163115-1.jar が含まれていることがわかります。
これをどうすればいいのか本当にわかりません。