2 Replies Latest reply on May 6, 2003 4:59 AM by pranas

    Help Help Help - ClassNotFoundException

    only1geordie

      I am trying to create/register a MBean with the MBean server.
      "ClassNotFoundException : No ClassLoaders for"
      is thrown when I run JBoss.

      It is a simple MBean and is created via another MBean which implements the JBoss Lifecycle interface(Which works fine).

      When the Service MBean is started and try's creating the simple MBean it throws the error...

      Why carn't the MBean server find the class thats loaded on the UnifiedClassLoader???
      Am I missing something fundemental here????