Skip to content
Snippets Groups Projects
Commit 85ecc62c authored by pkupczyk's avatar pkupczyk
Browse files

SP-529 / BIS-151 : Provide only one version of openbis.js file - deamonize the...

SP-529 / BIS-151 : Provide only one version of openbis.js file - deamonize the multiplexer thread executor for the JVM to shutdown properly

SVN: 28536
parent 1f5a47ee
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ public class DssServiceRpcScreeningMultiplexer implements IDssServiceRpcScreenin ...@@ -46,7 +46,7 @@ public class DssServiceRpcScreeningMultiplexer implements IDssServiceRpcScreenin
throw new IllegalArgumentException("Dss service factory cannot be null"); throw new IllegalArgumentException("Dss service factory cannot be null");
} }
this.dssServiceFactory = dssServiceFactory; this.dssServiceFactory = dssServiceFactory;
this.executor = new NamingThreadPoolExecutor("Dss service screening multiplexer"); this.executor = new NamingThreadPoolExecutor("Dss service screening multiplexer").daemonize();
} }
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment