/*
* Now add the registrar for this specific coordinator to
* the mapper.
*/
_coordManager.getTransaction().registerSynchronization(new CleanupSynchronization(_coordManager.getTransaction().toString(), _theRegistrar));
_theRegistrar.associate() ;
return coordinationContext ;
}