0 Replies Latest reply on Aug 11, 2004 11:28 PM by oscar110

    Problems with log4j

    oscar110

      Hi everybody,

      i have a problem with log4j. i want to use my
      own Appenders and i would like to add them
      to the root logger in a mbean, that is initializing
      all my classes.
      everytime the mbean is executed on startup, i get an
      java.lang.NoClassDefFoundError each time, i want
      to use a class from the log4j package.
      it seems, as if the log4j package is not in my classpath,
      but why does logging work in all the other jboss-mbeans?

      can anybody help me?