There was an error while loading. Please reload this page.
1 parent 73760d4 commit 64b4aaeCopy full SHA for 64b4aae
1 file changed
bundles/es.core/src/info/elexis/server/core/Application.java
@@ -10,8 +10,6 @@
10
import org.slf4j.Logger;
11
import org.slf4j.LoggerFactory;
12
13
-import ch.elexis.core.services.IContextService;
14
-import ch.elexis.core.utils.OsgiServiceUtil;
15
import info.elexis.server.core.contrib.ApplicationShutdownRegistrar;
16
import info.elexis.server.core.contrib.IApplicationShutdownListener;
17
@@ -30,7 +28,7 @@ public class Application implements IApplication {
30
28
31
29
@Override
32
public Object start(IApplicationContext context) throws Exception{
33
- String stationId = OsgiServiceUtil.getService(IContextService.class).get().getStationIdentifier();
+ String stationId = SystemPropertyConstants.STATION_ID_DEFAULT;
34
35
log.info("{}: system starting", stationId);
36
0 commit comments