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

后端 未结 4 777
一个人的身影
一个人的身影 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:11

    Is it an incorrect version of JBoss Logging jar on your client classpath? If you have JBoss 7.1.0 Final version then remove all the JAR filesfrom your classpath and add only one client JAR file (jboss-client-7.1.0.Final.jar) which is located in AS7_HOME/bin/client.

    For further reference, you can see this.

提交回复
热议问题