Hibernate 5 java.lang.NoSuchMethodError org.jboss.logging.Logger.debugf

后端 未结 15 1930
天涯浪人
天涯浪人 2020-12-01 09:21

I have a problem when I deploy a webapp with hibernate 5

Caused by: java.lang.NoSuchMethodError: org.jboss.logging.Logger.debugf(Ljava/lang/String;I)V
at org         


        
15条回答
  •  佛祖请我去吃肉
    2020-12-01 09:28

    JBoss 6.1+??

    I set org.jboss.logging for jboss-logging-3.3.0.Final-redhat-1.jar in modules of jboss.

    Its works for me.

    Att.,

提交回复
热议问题