0 Replies Latest reply on Nov 11, 2008 5:33 PM by jonathandfields

    Basic Seam txn mgt and CMT question

    jonathandfields

      Hi,


      After reading through a few books and the Seam docs, it's not completely clear to me how Seams transaction management and CMT work together.


      If I am using SSB components, how do the Seam global transactions created in the JSF lifecycle related to the CMT transactions on the individual SSB invocations? I'm assuming that Seam still creates the global transactions, otherwise there would be lazy inits for bijected entities that are accessed outside of the SSB. Does this still mean that each SSB invocation has it's own transaction in addition to this, or does the existence of the global transaction replace those transactions?



      Thanks,
      Jon