1 Reply Latest reply on Aug 21, 2002 1:12 PM by adrian.brock

    stateless session bean.

    tdang

      I have the following question:

      Will I get errors (at compile-time and/or run-time) when I deploy a stateless session bean as stateful session bean and vice versa?

      Regards.

        • 1. Re: stateless session bean.

          You would get a warning if you
          tried to implement SessionSynchronization
          or a create on a bean deployed as stateless.

          If the container could tell the difference,
          you wouldn't need to declare it?

          Regards,
          Adrian