2 Replies Latest reply on Apr 28, 2005 3:57 PM by memoores

    Session bean timeout

      How can one specify the timeout for a session bean in EJB3? I assume there's an annotation, but I cannot find it in the specification document.

        • 1. Re: Session bean timeout
          bill.burke

          Configuration is going to change a bit with the next release of JBoss EJB3. Right now you have to extend StatefulSessionConfiguration and plug it in via the ContainerConfiguration annotation. This was too clunky, so it will be more easily configurable in the next release sometime next month.

          Bill

          • 2. Re: Session bean timeout
            memoores

            Is there an update on this issue?
            I can't find any class that provides an annotation for a session bean timeout.
            I am using EJB3 preview5.

            The specification on the web site is a broken link:
            http://docs.jboss.org/ejb3/

            Not Found
            The requested URL /ejb3/EJB3-edr2.pdf was not found on this server.

            Thanks,
            --Michael