2 Replies Latest reply on Sep 21, 2007 7:55 PM by pramod_ppp

    logger problem with jboss 4.2

    sashaxiv

      i have an EJB3 aplication working fine with jboss 4.0.5. I installed jboss 4.2.0
      to develop webservices easier and jboss publish it as i want, but my aplications crashes when i log in. The error is :

      java.lang.NoSuchFieldError: TRACE
      at org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85)
      at org.jboss.logging.Logger.isTraceEnabled(Logger.java:122)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:620)

      i have JDK 1.5. Any ideas? i read log4j have changed in this version and someone told me to delete it.

      Thanks