public void persistOne() throws Exception {
logger.debug("persistOne");
final Manager rm = this.locator.getManager();
final Caller caller = this.populator().getCaller();
PersistenceAdapter persistence = (PersistenceAdapter) applicationContext.getBean("nimbus-rm.persistence.PersistenceAdapter");
AsyncRequestMap asyncRequestMap = new AsyncRequestMap(persistence);
// Validate that we have a working AsyncRequestMap. It should be empty
Collection<AsyncRequest> allRequests = asyncRequestMap.getAll();