I receive Call in violation of the protocol exception when I try to deploy a web application in WebSphere 8.5. The web application is based on the Spring technology stack (4.1.4.RELEASE) and Hibernate (4.2.7.Final).
I placed persistance.xml in the META-INF directory.
Anyone have a solution to this problem?
An exception:
0000003a visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefault Visit visit Abstract [ com.ibm.ws.amm.scan.util.InfoVisitor@511845444 ] for the method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@1491394741 (org.hibernate.annotations.JoinColumnOrFormula.column) Name [null] Description [Ljavax / persistence / JoinColumn; ] Call for violation of the Protocol
0000003a visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefault Visit visit Abstract [ com.ibm.ws.amm.scan.util.InfoVisitor@511845444 ] for the method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@1586464341 (org.hibernate.annotations.Table.foreignKey)] Name [null] Description [Lorg / hibernate / annotations / ForeignKey; ] Cause protocol violation
source share