0 Replies Latest reply on Sep 7, 2007 8:35 AM by koenhandekyn

    user managed transaction with injected session?

    koenhandekyn

      i need to have user managed transactins ( i want to start and commit transacstions inside a method myself )

      how can i do this inside seam ?

      i'm using an inject session and get the " A JTA EntityManager cannot use getTransaction()" error

      [ i'm processing a file inside the method with a bunch of records to be commited to the database, currently if i have a key conflict for one of those records the whole fails ]

      thanx

      koen