System.out.println(com.arjuna.mw.wscf.utils.DomUtil.nodeAsString(doc));
CoordinatorManager cm = CoordinatorManagerFactory.coordinatorManager();
cm.addParticipant(new DemoParticipant(), Priorities.PARTICIPANT, null);
Outcome res = ua.end();
if (res instanceof CoordinationOutcome)
{