0 Replies Latest reply on Mar 26, 2009 8:06 PM by elhanan

    opening transaction inside hibernate interceptor?

    elhanan

      hi..
      using jboss 3.2.5 with hibernate 2.1.7 and oracle 10g, as well as spring 2


      we are trying to use jta transaction invoked with spring transaction template called from an ejb statless bean. problem is, we keep getting all ready timed out and marked for rollback.

      i suspect it may be becouse i'm also trying to use begin transaction from hibernate interceptor. is that possible? is that allowed?