0 Replies Latest reply on Nov 3, 2005 5:32 PM by sh_sadrai

    I need jta flush the session in the middle of transaction!!!

    sh_sadrai

      I use hibernate3 and jta.
      In my session bean in first method which is requires_new I save an object in db. in second method which is required I want to retrive sth from saved object with "." but it is null. how can I make my transaction flush the session or close the session and create a new one, before my second method?????