在 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
我真的不知道该怎么做。