return sys;
}
Thread updateCheckerThreader = null;
if (!offline && !UpdateChecker.isSkipped()) {
updateCheckerThreader = new Thread(new UpdateChecker());
updateCheckerThreader.start();
}
if (configLocation != null) {
openejb = JaxbOpenejb.readConfig(configLocation);