0 Replies Latest reply on Apr 2, 2009 11:58 PM by gonorrhea

    seam-gen and transaction:ejb-transaction tag

    gonorrhea

      I just read the following excerpt from Seam 2.1.1.GA ref doc:


      In an EJB3 environment, we recommend the use of a special
      built-in component for transaction management, that is fully aware of container transactions,
      and can correctly process transaction success events registered with the Events component. If
      you don't add this line to your components.xml file, Seam won't know when container-managed
      transactions end:
      
      <transaction:ejb-transaction/>



      I don't have that tag in my seam-gen'd project based on Seam 2.0.2-FP.


      Is there a reason it's not automatically included when the components.xml is generated by seam-gen?


      Is there any major concern to not have it in that components descriptor other than processing tx success events?