简体   繁体   English

休眠更新后的 AbstractMethodError

[英]AbstractMethodError after hibernate update

After update hibernate (in JBoss 7.2.0) from 4.2.14 to 5.3.7 I have AbstractMethodError exception.将休眠(在 JBoss 7.2.0 中)从 4.2.14 更新到 5.3.7 后,出现 AbstractMethodError 异常。 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]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM