pmBC.bindFc(JDOPOManager.TRANSACTIONAL_PERSISTENCE_MANAGER_BINDING,
components[TPM_COMPONENT_IDX]);
pmBC.bindFc(JDOPOManager.TRANSACTION_BINDING, t);
//add bindings on the transaction
tBC.bindFc(AbstractTransaction.PO_MANAGER_BINDING, pm);
tBC.bindFc(AbstractTransaction.TRANSACTIONAL_PERSISTENCE_MANAGER_BINDING,
components[TPM_COMPONENT_IDX]);
tBC.bindFc(AbstractTransaction.MAPPER_BINDING,
components[MAPPER_COMPONENT_IDX]);