Initiate connection in JmsXAResourceRecoveryHelper.getXAResources
instead of recover
------------------------------------------------------------------------------------
Key: JBTM-2638
URL:
https://issues.jboss.org/browse/JBTM-2638
Project: JBoss Transaction Manager
Issue Type: Bug
Reporter: Gytis Trikleris
Assignee: Gytis Trikleris
Fix For: 5.3.2.Final
Initially I've added assertions in JmsXAResourceRecoveryHelper to check if the
recovery scan was started and delegate was initialised. However, XARecoveryModule only
catches XAException, so if assertion fails periodic recovery cannot handle it.