2 Replies Latest reply on Nov 28, 2002 8:16 AM by veenadhari

    Log4j Version in JBoss 3.0.4

    veenadhari

      Hi Folks,

      How can we find out which version of Log4j is being used by JBoss 3.0.4 ?

      Our application uses an older version of Log4j 1.1.3.

      Will the different versions of Log4j used result in errors during deployment?

      Thanks
      Veena

        • 1. Re: Log4j Version in JBoss 3.0.4
          prabhakar

          Go to the server's lib directory. Unzip the log4j.jar file. Look at the META-INF/MANIFEST.MF file. That will give you the version.

          -prabhakar

          • 2. Re: Log4j Version in JBoss 3.0.4
            veenadhari

            Hi ,

            Thanks ,

            Found that JBoss3.0.4 and JBoss3.0.0 , both use
            Log4j version 1.2.2

            But our application also uses Log4j version 1.1.3

            Since the Category class has been deprecated and some methods like Category.exists have also been deprecated,
            There are some errors thrown while trying to deploy.

            Is there any workaround for this?

            Thanks
            Veena