作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 lib 目录中有persistence-api-1.0.2,hibernate-jpa-2.0-api-1.0.1.Final 和其他相关的jar。但是,当我部署war文件时,出现以下错误
nested exception is java.lang.NoSuchMethodError:
javax.persistence.spi.PersistenceUnitInfo.getSharedCacheMode()
Ljavax/persistence/SharedCacheMode;
最佳答案
为什么你会在 CLASSPATH 中同时拥有 JPA API 1.0(这是persistence-api-1.0.2)和JPA API 2.0(hibernate-jpa-2.0-api)?
在执行任何其他操作之前确定您使用的 JPA 版本
关于spring - javax.persistence.spi.PersistenceUnitInfo.getSharedCacheMode() Ljavax/persistence/SharedCacheMode;,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27333383/
在 Weblogic 10.3.6 中部署我的应用程序时,我在服务器上遇到以下异常。有什么想法吗? weblogic.management.DeploymentException: at we
我在 lib 目录中有persistence-api-1.0.2,hibernate-jpa-2.0-api-1.0.1.Final 和其他相关的jar。但是,当我部署war文件时,出现以下错误 ne
大家好,长话短说,我在我的项目中使用 hibernate,我尝试在 WebSphere 上部署我的项目,但它给了我您在问题标题中看到的错误,正如您在我的 jar 中看到的那样,没有任何较低版本的 jp
我是一名优秀的程序员,十分优秀!