brick
brick

Reputation: 27

AbstractMethodError after hibernate update

After update hibernate (in JBoss 7.2.0) from 4.2.14 to 5.3.7 I have AbstractMethodError exception. It could be some dependency issue but I don't know where should I look for. Anyone could give me some advice on how to solve this problem?

Error log:

[org.springframework.batch.core.step.AbstractStep] (task-scheduler-1) Encountered an error executing step stepOne in job MyJob: java.lang.AbstractMethodError
    at org.hibernate.type.CustomType.nullSafeSet(CustomType.java:160) [hibernate-core-5.3.7.Final.jar:5.3.7.Final]

Upvotes: 1

Views: 312

Answers (1)

Related Questions