LOGGER.warn("running itests with the following port-config");
LOGGER.warn(portNames.toString());
LogLevel realLogLevel = transformLogLevel(loglevel);
Option[] mainOptions =
new Option[]{
new VMOption("-Xmx2048m"),
new VMOption("-XX:MaxPermSize=256m"),
karafDistributionConfiguration().frameworkUrl(
maven().groupId("org.openengsb.framework").artifactId("openengsb-framework").type("zip")
.versionAsInProject()),
logLevel(realLogLevel),
editConfigurationFilePut(WebCfg.HTTP_PORT, (String) portNames.get("jetty.http.port")),