props = parsePropertyElements(transPoolElement);
} else {
props.putAll(parsePropertyElements(transPoolElement));
}
txMgr.configure(props);
if (txMgr == null) {
throw new DaoException("Error while configuring DaoManager. Some unknown condition caused the " +
"DAO Transaction Manager to be null after configuration.");
}