private void initFromConfigModel() throws ConfigException
{
ResIterator ri = configModel.listSubjectsWithProperty(RDF.type, DbMap.Map);
if (!ri.hasNext())
throw new ConfigException("No map in config file");
this.map = ri.nextResource();
if (ri.hasNext())
log.warn("There is more than one map in the config file");