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

后端 未结 15 1935
天涯浪人
天涯浪人 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:47

    This can be caused if a dependency includes

    
        org.eclipse.persistence
        eclipselink
        2.6.2
    
    

    Exclude it using an exclusions element in dependency.

提交回复
热议问题