1 2 Previous Next 17 Replies Latest reply on Feb 5, 2014 9:48 AM by jbertram Go to original post
      • 15. Re: Jboss 7.1 final and JMS
        mnovak

        Is your project in maven? If you run "mvn dependency:tree" then you should see which dependency gets  bad version of jboss-logging to classpath.

        • 16. Re: Jboss 7.1 final and JMS
          sankalpmadaan

          Hi Victor and thinksteep, I am also facing the same problem. Please let me know how you were able to resolve this problem. I copied the jboss-client.jar from AS7 but I am still getting the error. Please help.

          • 17. Re: Jboss 7.1 final and JMS
            jbertram

            The only reason I know of that you could get "java.lang.NoSuchMethodError: org.jboss.logging.Logger.tracef(Ljava/lang/String;Ljava/lang/Object;)V" is if you had an old version of JBoss Logging somewhere on your classpath (perhaps buried in another jar).  Removing everything from your classpath except jboss-client.jar from AS7 and see if you still have the problem.

            1 2 Previous Next