if (id == null || id.isEmpty()) {
log.warn("The Ontology Network Manager configuration does not define a ID for the Ontology Network Manager");
}
idgen = new TimestampedSessionIDGenerator();
Object connectivityPolicy = configuration.get(SessionManager.CONNECTIVITY_POLICY);
if (connectivityPolicy == null) {
this.connectivityPolicyString = _CONNECTIVITY_POLICY_DEFAULT;
} else {