-
Bug
-
Resolution: Done
-
Major
-
5.11.2.Final
-
None
The SRA demo invokes the following endpoint:
curl -XPOST http://localhost:8081/trip/book?hotelName=Rex
and this should result the creation of a REST-AT transaction followed by a commit, see the book trip method.
However the output produced by the service (target/sra-participant-runner.jar) prints:
SRA: 0_ffffc0a8000e_7f15c5a4_60b8e98f_18: Updating hotel participant state to: TransactionPreparedSRA: 0_ffffc0a8000e_7f15c5a4_60b8e98f_18: Updating hotel participant state to: TransactionRolledBackSRA: 0_ffffc0a8000e_7f15c5a4_60b8e98f_18: Updating trip participant state to: TransactionRolledBack
which seems to indicate that the transaction was rolled back.
- blocks
-
JBTM-3462 Migrate the SRA demo package (io.narayana.sra.demo) over to the [quickstart repo|https://github.com/jbosstm/quickstart].
- Closed
-
JBTM-3463 split up each service (hotel, flight and trip) so that they each run in their own JVMs,
- Closed
-
JBTM-3464 Move the SRA annotation code into the rest-at module
- Closed
- is related to
-
JBTM-3774 Improve SRA readme to add build details
- Closed
-
JBTM-3457 SRA (aka REST-AT annotations) Tasks
- Open
- relates to
-
JBTM-3457 SRA (aka REST-AT annotations) Tasks
- Open