3 Replies Latest reply on Oct 10, 2008 3:02 AM by wfzelle

    Running without TransactionManager

    wfzelle

      Hi,

      I'm wondering if I can run without transactions in production? I should be able to do so by creating my own TransactionManagerLookup class that returns null. Is this a supported use case or should we always use a TransactionManager? Is there an important advantage to using one?