// It maybe would be good to change PoidGenerator to have a next taking the connectionProvider
if (generator instanceof AbstractRDBMSPoidGenerator)
{
// RDBMS-based generator so set the connection provider
final RDBMSManager thisStoreMgr = this;
PoidConnectionProvider connProvider = new PoidConnectionProvider()
{
ManagedConnection mconn;
public ManagedConnection retrieveConnection()
{
try