1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Keep getting 'java.lang.NoSuchMethodError:...

Discussão em 'StackOverflow' iniciado por Stack, Maio 19, 2021.

  1. Stack

    Stack Membro Participativo

    I keep getting

    'java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object'


    when trying to instantiate Hibernate StandardServiceRegistryBuilder. I read through several other articles related to this issue, but none of those helped.

    Most answers refer to using multiple JBoss JARs, but my project is only using the ones required by Hibernate 4.3 -> [My Project's .jar references].

    [​IMG]

    I don't see any conflicting JAR references, and I tried removing all JBoss JARs individually, but it throws the same exact error every time. I am not using any other JBoss-related code in my project. Also, I am not using Maven for this project, so please do not provide answers related to Maven (most of the answers I've found are Maven specific).

    Thank you!

    Continue reading...

Compartilhe esta Página