if (dbdictionary == null) {
Log log = getLog(LOG_JDBC);
if (log.isInfoEnabled()) {
Localizer loc = Localizer.forPackage
(JDBCConfigurationImpl.class);
log.info(loc.get("connecting-for-dictionary"));
}
// use the base connection factory rather than the
// configured data source b/c the data source relies
// on passing the connection through the dictionary,