1 Reply Latest reply on Dec 8, 2003 11:56 AM by juha

    Running an EJB Client

    adnanhb

      Hello all,

      I am using Eclipse with Lomboz and JBoss 4.0. I wrote a simple stateless session bean and a yet simpler test client to test the session bean. The deployment goes fine. However, when i run the test client, I get the following exception:
      java.lang.NoClassDefFoundError: org/jboss/tm/JBossTransactionRolledbackLocalException

      I have tried looking for this class name but couldn't find it. Can somebody direct me in the right direction.

      Thanks in advance.