// we don't need to install anything in the Inventory for this recovery module as it
// manages its own ObjectStore records but we do need it to create the recovery manager
// singleton.
baParticipantRecoveryModule = new BAParticipantRecoveryModule();
baParticipantRecoveryModule.install();
// we assume the tx manager has started, hence initializing the recovery manager.
// to guarantee this our mbean should depend on the tx mgr mbean. (but does that g/tee start or just load?)