1 Reply Latest reply on Oct 25, 2002 12:10 PM by pragneshray

    conflict between Log4j in application and client jar

    pragneshray


      My stand-alone application uses Log4j for logging. I am trying to enable a custom JMS appender in the application and write the logs via a PTP Queue to a Queue on Jboss.

      The application logging functionality works fine till i include Jboss client jars.
      I have a hunch that there is conflict between the application Log4j usage and one in the jboss-common-client.jar.

      There are no error messages! Logging just stops...

      Has anybody been able to use log4j in a standalone mode along with MQ client jars ?

      Thanks