Commit b965c287 authored by Björn Richerzhagen's avatar Björn Richerzhagen
Browse files

Fixed bug in the Oracle-Instantiation

parent 97ffe2fa
......@@ -244,14 +244,14 @@ public class DefaultHostBuilder implements HostBuilder, Builder {
}
log.info("CREATED " + hosts.size() + " hosts");
// Populate Global Oracle
GlobalOracle.populate(hosts);
// initialize all hosts
for (SimHost host : hosts) {
host.initialize();
}
// Populate Global Oracle
GlobalOracle.populate(hosts);
// initializeTopology (should be called after the initialize of all
// hosts.
/*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment