2 Replies Latest reply on Jan 11, 2010 1:01 AM by michaelschuetz

    Weld archetype and Transactions

    michaelschuetz

      Hi,


      I am using Weld JEE Archetype to get used to all the new stuff. Works fine, in general.


      When I try to persist a new Entity I am wondering how to configure TransactionHandling. So, how do I get my method beeing executed within a TX, which obviously is required by default? Where do I find this in source? EntityTX is configured by default. What do I need to do to use JTA UserTransactions? There is no @Transactional - is this one Seam3 stuff?


      Thanks a lot
      Michael