resVal = b.build();
_log.log(Level.INFO, "storing completed. ");
resVal.toString();
} catch (Exception e) {
_log.log(Level.INFO, "storeDigitalObjectDefinition() error: " + e.getMessage(), e);
throw new DigitalObjectNotStoredException("storeDigitalObjectDefinition() error: ", e);
} finally {
closeSession();
}
return resVal;