final String baseURI,
final JDOClassDescriptorResolver classDescriptorResolver)
throws MappingException {
// Do we need to initialize database now or should we
// wait until we want to use it.
AbstractProperties properties = CPAProperties.getInstance();
boolean init = properties.getBoolean(CPAProperties.INITIALIZE_AT_LOAD, true);
// Load the JDO configuration file from the specified input source.
// databases = JDOConfLoader.getDatabases(baseURI, resolver);
Database[] databases = jdoConf.getDatabase();
AbstractConnectionFactory factory;