]
Martin Stefanko updated JBTM-3234:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Coordinator#getNestedLRAStatus should return ParticipantStatus
--------------------------------------------------------------
Key: JBTM-3234
URL:
https://issues.redhat.com/browse/JBTM-3234
Project: JBoss Transaction Manager
Issue Type: Bug
Components: LRA
Affects Versions: 5.10.1.Final
Reporter: Martin Stefanko
Assignee: Martin Stefanko
Priority: Major
the method Coordinator#getNestedLRAStatus is used in LRA processing as normal `@Status`
callback however currently it returns the status of the nested LRA which is of type
LRAStatus and not ParticipantStatus which is the correct return type of `@Status` methods
according to the specification.