throw new JPOXUserException(LOCALISER_RDBMS.msg("047003",
poolingType)).setFatal();
}
// Create the JPOXDataSourceFactory
dataSource[0] = dataSourceFactory.makePooledDataSource(omfContext);
if (JPOXLogger.CONNECTION.isDebugEnabled())
{
JPOXLogger.CONNECTION.debug(LOCALISER_RDBMS.msg("047008", "nontransactional", poolingType));
}
}