1 Reply Latest reply on Jan 18, 2006 4:23 PM by dimitris

    .jar into .sar

    rshun

      I try to depoly my MBean to Jboss 4.0.x server.

      I got the following error:

      --- MBeans waiting for other MBeans ---
      ObjectName: adzilla.com:service=Graph
      State: FAILED
      Reason: java.lang.NoClassDefFoundError: org/jrobin/core/RrdDb

      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: adzilla.com:service=Graph
      State: FAILED
      Reason: java.lang.NoClassDefFoundError: org/jrobin/core/RrdDb

      It seems JBoss cannot find my 3rd party jar. How can I pack 3rd party jar into my sar. Please help. Thank you!!