2 Replies Latest reply on Sep 23, 2002 10:02 AM by petertje

    Stateful session bean timeout throws TransactionRolledbackEx

      Hi folks,

      When a stateful session bean times out, i get a TransactionRolledbackException. Shouldn't this be a NoSuchObjectException?

      From the spec (ejb 2.0, section 7.6, page 79):
      If a client attempts to invoke the session object, the Container will throw the java.rmi.NoSuchObjectException if the client is a remote client (...).

      Any ideas?

      Regards,
      Peter