-
Bug
-
Resolution: Done
-
Major
-
1.0.17.Final
-
None
Currently there no support for transaction recovery of EJB XAResource(s) which get enlisted for remote EJB client invocations. This breaks the recovery support that's expected of EJB resources.
We should add support for transaction recovery so that the recovery manager functional within the application server environment can recover these EJB XAResource(s).
P.S: Any support that we add for this in EJB client API project, should not have any direct dependency on transaction manager project(s) like Narayana. Instead the EJB client API should provide relevant hooks for server side EJB integration code to plug in the necessary infrastructure for recovering the EJB XAResource(s).
- blocks
-
WFLY-88 Recovery not fully triggered when distributed transaction falls down at prepare phase of 2PC
- Closed