public T_TransSystemMultiDatasets() {}
//@Test
public void manyRead()
{
final StoreConnection sConn = getStoreConnection() ;
Callable<?> proc = new ReaderTx(this, 50, 200) ; // Number of repeats, max pause
for ( int i = 0 ; i < 5 ; i++ )
execService.submit(proc) ;
try