ObjectStore objStore = TxControl.getStore();
InputObjectState states = new InputObjectState();
// only look in the JCA section of the object store
if (objStore.allObjUids(ServerTransaction.getType(), states)
&& (states.notempty()))
{
Stack values = new Stack();
boolean finished = false;