Uploaded image for project: 'MyFaces CODI'
  1. MyFaces CODI
  2. EXTCDI-224

Support REQUIRES_NEW and other javax.ejb.TransactionAttributeTypes in our @Transactional

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 1.0.1
    • None
    • JEE-JPA1-Module
    • None

    Description

      We currently have the REQUIRED behaviour as default for our @Transactional interceptor.

      Imo we should not import the javax.ejb.TransactionAttributeType to not add any additional dependency, but we should stay very close to it.

      I intend to implement the following TransactionAttributeTypes:

      • REQUIRED (as default)
      • REQUIRES_NEW
      • NEVER
      • SUPPORTS
      • MANDATORY
        not sure about the other ones

      A good overview can be found in OpenEJB:
      http://openejb.apache.org/3.0/transaction-annotations.html

      Attachments

        Activity

          People

            struberg Mark Struberg
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: