java – Hibernate调用违反协议异常

前端之家收集整理的这篇文章主要介绍了java – Hibernate调用违反协议异常前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

当我尝试将Web应用程序部署到WebSphere 8.5时,我收到违反协议异常的调用. Web应用程序基于Spring(4.1.4.RELEASE)和Hibernate(4.2.7.Final)技术堆栈.

我已将persistance.xml放入Meta-INF目录.

有人解决这个问题吗?

例外:

0000003a visitor W
com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation
[ com.ibm.ws.amm.scan.util.InfoVisitor@511845444 ] for method [
com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@1491394741 (
org.hibernate.annotations.JoinColumnOrFormula.column ) ] Name [ null ]
Description [ Ljavax/persistence/JoinColumn; ] Call in violation of
protocol

0000003a visitor W
com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation
[ com.ibm.ws.amm.scan.util.InfoVisitor@511845444 ] for method [
com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@1586464341 (
org.hibernate.annotations.Table.foreignKey ) ] Name [ null ]
Description [ Lorg/hibernate/annotations/ForeignKey; ] Call in
violation of protocol

最佳答案
请检查您的web.xml架构位置&元数据,创建一个类似的Web应用程序,您面临问题,并从这个新创建的应用程序复制web.xml的基本结构,并从旧应用程序中放置您的实际web.xml内容.然后放置修改后的web.xml
原文链接:https://www.f2er.com/spring/432122.html

猜你在找的Spring相关文章