try
{
CoordinatorId coordId = _theCoordinator.identifier();
if (coordId instanceof CoordinatorIdImple)
return new TxIdImple((CoordinatorIdImple) coordId);
else
{
wstxLogger.arjLoggerI18N.warn("com.arjuna.mwlabs.wstx11.model.as.twophase.UserTwoPhaseTx_1",
new Object[]{coordId});