Uploaded image for project: 'TomEE'
  1. TomEE
  2. TOMEE-2063

Wrong @Priority for @Transactional-Interceptors (doesn't meet JSR-907)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 7.0.2, 7.0.3
    • 7.0.4
    • TomEE Core Server
    • None
    • Code

    Description

      JTA1.2 Specification in JSR907, chapter 3.7 says: "The Transactional interceptors must have a priority of Interceptor.Priority.PLATFORM_BEFORE+200."

      Implementation of interceptor classes in org.apache.openejb.cdi.transactional uses 200 instead of PLATFORM_BEFORE+200:

      @Priority(200)

      Attachments

        Issue Links

          Activity

            People

              romain.manni-bucau Romain Manni-Bucau
              frandly Frank Jung
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: