if (log.isLoggable(Level.FINER))
log.finer("init");
// init the storages
QueuePropertyBase sessionProp = new SessionStoreProperty(this.global, this.global.getStrippedId());
if (sessionProp.getMaxEntries() > 0L) {
String type = sessionProp.getType();
String version = sessionProp.getVersion();
// NEW: "heron", "session", "subPersistence,1.0"
this.sessionStorageId = new StorageId(glob, this.global.getDatabaseNodeStr(), Constants.RELATING_SESSION,
this.info.getId());
// OLD: "session", "heron/subPersistence,1.0"
// this.sessionStorageId = new StorageId(glob,