my patch is suggestion is simple. change in the method:
public synchronized BigDecimal[] getNextIds(String tableName,
int numOfIdsToReturn,
Connection connection)
throws Exception ...
the line (number 448):
storeIDs(tableName, true, connection);
to:
storeIDs(tableName, configuration.getBoolean(DB_IDBROKER_CLEVERQUANTITY, true), connection);
regards marian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
