1 Reply Latest reply on Feb 21, 2006 10:41 PM by michael_f_kahn

    java.lang.NoClassDefFoundError: org/jboss/aspects/asynch/Asy

    rossiutilia

      Hi,
      I have JBoss 4.01.3 with EJB 3.0 and
      I execute the instruction from a java class:
      myBean = (MyClass) context.lookup(MyClass.class.getName());

      from a thread that is not the main thread of the application, but is a Thread which I create, it gives me this error:

      java.lang.NoClassDefFoundError: org/jboss/aspects/asynch/AsynchProvider

      Where can I find this class?

      Thank you
      Alessandro.