// Add auto-imports
try
{
ScheduleBucket allStatementsBucket = schedulingMgmtService.allocateBucket();
databaseConfigService = new DatabaseConfigServiceImpl(configSnapshot.getDatabaseReferences(), schedulingService, allStatementsBucket);
}
catch (IllegalArgumentException ex)
{
throw new ConfigurationException("Error configuring engine: " + ex.getMessage(), ex);
}