3 Replies Latest reply on Aug 13, 2002 5:12 PM by chadlavy

    $Proxy0.create(Unknown Source)

    tobis

      Hello,

      I have build a simple Session Bean which returns a String. I have deployed it under JBoss 3.0, no problem.
      But, when I try to test the Bean by Testclient, then I get the message:
      java.lang.NoClassDefFoundError: org/jboss/logging/Logger

      The client receives an Object of my EJBHome Object. But after this, he tries to call the create() function with
      $Proxy0.create(UnknownSource).
      Could anybody help me?
      Thanks