1 Reply Latest reply on Mar 25, 2002 11:03 PM by yellek

    SessionSynchronization Interface

    schmitther

      Hello,
      J work with JBoss 2.4.4
      In my EJB I implement the SessionSynchronization interface. But the methods of the SessionSynchronization Interface, which I defined, are not entered.
      Can someone help me?
      Hermann Schmitt

        • 1. Re: SessionSynchronization Interface
          yellek

          Is your session bean stateful or stateless ? Stateless beans appear not to have the SessionSynchronization methods called which is perfectly consistent with the EJB spec.

          If anyone knows of a way to integrate other transaction contexts into a stateless session bean I would be interested in knowing how it is done.

          Peter Kelley