You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/06/13 08:42:00 UTC

[jira] [Resolved] (TOMEE-2063) Wrong @Priority for @Transactional-Interceptors (doesn't meet JSR-907)

     [ https://issues.apache.org/jira/browse/TOMEE-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau resolved TOMEE-2063.
---------------------------------------
       Resolution: Fixed
         Assignee: Romain Manni-Bucau
    Fix Version/s: 7.0.4

> Wrong @Priority for @Transactional-Interceptors (doesn't meet JSR-907)
> ----------------------------------------------------------------------
>
>                 Key: TOMEE-2063
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2063
>             Project: TomEE
>          Issue Type: Bug
>          Components: TomEE Core Server
>    Affects Versions: 7.0.2, 7.0.3
>         Environment: Code
>            Reporter: Frank Jung
>            Assignee: Romain Manni-Bucau
>             Fix For: 7.0.4
>
>
> 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)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)