if (resources.size() == 1){
Resource r = (Resource)resources.elementAt(0);
try {
r.commit_one_phase();
} catch(org.omg.CORBA.TRANSACTION_ROLLEDBACK tr) {
// the only one resource requested a rollback
votes.setElementAt(Vote.VoteRollback,0);
rollback();
throw new org.omg.CORBA.TRANSACTION_ROLLEDBACK();