我正在向tomcat部署战争。Maven 范围设置为“编译”。War 包含所有必需的 jar,包括“hibernate-jpa-2.0-api-1.0.0.Final”。
当我运行tomcat时,我得到:
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
java.lang.NoClassDefFoundError: javax/persistence/PersistenceException
我正在使用spring4gwt。我不明白 java 如何找不到类,它包含在 WAR 存档中 WEB-INF 的 lib 文件夹中。
谢谢你的时间。