}
public void run() {
try {
JDBCConfiguration conf = new JDBCConfigurationImpl();
TableJDBCSeq seq = new TableJDBCSeq();
seq.setConfiguration(conf);
seq.startConfiguration();
seq.endConfiguration();
DataSource ds = conf.getDataSource2(null);
for (int i = 0; i < 51; i++)
_set.add(seq.next(_broker,
conf.getMetaDataRepositoryInstance().
getMetaData(RuntimeTest1.class, null, true)));
} catch (Exception e) {
throw new RuntimeException(e.getMessage());
}