List bundles = parseBundleList();
bundles.addAll(getTestBundle());
List activators = new ArrayList();
m_logService = new LogServiceImpl();
if (m_logEnable) { // Starts the log service if enabled
activators.add(m_logService);
} else {
getLog().info("Log Service disabled");
}