]
Ondrej Chaloupka updated JBTM-3321:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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
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.