Error “java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger”

后端 未结 4 778
一个人的身影
一个人的身影 2020-11-30 12:38

I am trying to build 1 hybrid test project using spring + hibernate. After deploying... I am getting frustrated with this error.. and searched in google but still not gettin

4条回答
  •  天涯浪人
    2020-11-30 13:05

    Got the same problem with org.jboss.logging-3.1.0.GA needed by Springframework 4.1.3 Final.

    The solution for me was to exclude org.jboss.logging coming from Hibernate and add org.jboss.logging-3.2.0.Final to my project in the pom.xml. As specify here org.jboss.logging-3.1.0.GA (and CR2) has a failure in LoggerProviders detection and it is fixed in 3.2.0 Final Voir le Github de Jboss Logging

提交回复
热议问题