]
Michael Musgrove updated JBTM-3321:
-----------------------------------
Fix Version/s: 5.next
The REST-AT inbound bridge provider wrongly uses the customer
priority
----------------------------------------------------------------------
Key: JBTM-3321
URL:
https://issues.redhat.com/browse/JBTM-3321
Project: JBoss Transaction Manager
Issue Type: Bug
Components: REST
Affects Versions: 5.10.4.Final
Reporter: Ondrej Chaloupka
Assignee: Ondrej Chaloupka
Priority: Major
Fix For: 5.next
The current REST-AT inbound bridge wrongly uses the user {{@Priority}} value
(
https://docs.oracle.com/javaee/7/api/javax/ws/rs/Priorities.html#USER).
The transactional interceptor should not be called at the same time as the user
interceptors and it has to go before them.
This is a not expected ordering and it may cause issues when a user adds his own
provider.