360361362363364365366367
throw new ControllerInitializationException(Messages.getMessage(getClass(), "errorConfigLoad", configPath), e); } if (daoFactory == null) { daoFactory = new DataAccessObjectFactory(); } }