-
Bug
-
Resolution: Done
-
Major
-
5.8.2.Final
-
None
The following scenario leaves the LRA context still current:
start an LRA
call a service annotated with, for example,
@LRA(value = LRA.Type.REQUIRED, cancelOn =
{Response.Status.NOT_FOUND})
{/code}If the invoked method returns the NOT_FOUND status then the LRA is automatically terminated. When the request returns to the client there should be no current LRA context active. The issue here is that the next request that the client makes may still have the old LRA still associated.