try
{
createNewProxies(0, policyClass, true);
UserTransaction ut = new MockUserTransaction(clientUserTransactionProxy, infrastructure);
ut.begin();
performTransactionalStickyCalls(3, null, policyClass, newProxiesInBetweenTransactions);
ut.commit();
/* either set would do because they should be the same */
Set<Object> chosenTargetsTx1 = chosenTargets;;