1 Reply Latest reply on Sep 21, 2001 5:32 PM by jlobbyreader

    SessionSynchronization in StateLess Session Bean

    marco.amrein

      hi
      i got a stateless session bean in jboss with container managed persistent. now, i want to know when this stateless session bean has written and commited data to the database. the javax.ejb.SessionSynchronization make sense, if it runs. but i haven't any response from the bean with the system.outs in the methods.
      is there a solution for this problem?