0 Replies Latest reply on May 5, 2003 3:24 AM by rick

    Using Jakarta Commons Logging with jboss

    rick

      Hi,
      I'm trying to use Commons Logging to wrap log4j logging system. When I execute my application jboss (I'm using jboss-3.0.3_tomcat-4.0.5) return me this exception:

      org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: java.lang.ClassNotFoundException: org/apache/commons/logging/impl/Log4JLogger
      at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532)
      at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
      at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:414)
      ...

      Do you know why jboss cannot find this class and why instead it finds org.apache.commons.logging.LogConfigurationException ?

      Thanks in advance

      Paola