com.arjuna.wst11.BAParticipantManager bpm = null;
DemoBusinessParticipant p = new DemoBusinessParticipant(DemoBusinessParticipant.CLOSE, "1235");
try {
uba.begin();
bpm = bam.enlistForBusinessAgreementWithParticipantCompletion(p, p.identifier());
bpm.completed();
} catch (Exception eouter) {
try {
uba.cancel();
} catch(Exception einner) {