// Get the feed config value to be set as sqlMap resource
String sqlMapFeedUrl = getFeedConfigData();
Document adapterConfigDocument =
FeedServerUtil.parseDocument(sqlMapConfig, new SqlMapClasspathEntityResolver());
if (null == adapterConfigDocument) {
String message = "adapter config document is null";
RuntimeException e = new RuntimeException(message);
logger.log(Level.SEVERE, message, e);
throw e;