I am trying to run a basic Hibernate program. When I run it, I am getting the below error
java.lang.NoClassDefFoundError: org/jboss/logging/BasicLogge
Yes jboss-logging.jar org/jboss/logging/BasicLogger is inside jboss-logging.jar
jboss-logging.jar
org/jboss/logging/BasicLogger
You can find list of dependent jar for this jar in used by section in this link.
This version should contain the method.