X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=dist%2Fargeo-node%2Fbase%2Fshare%2Fargeo%2Fconfig.ini;h=e5cc050c5271e81ae718eb421379f704181c727b;hb=33407a2ae669ebafd67ca7348d52abfd44e45c09;hp=269fcf6ee72f23d91df3a87979f284e86dfb74f2;hpb=088c1b517a543e935d8ab65c3b2fd2d0269b551d;p=lgpl%2Fargeo-commons.git diff --git a/dist/argeo-node/base/share/argeo/config.ini b/dist/argeo-node/base/share/argeo/config.ini index 269fcf6ee..e5cc050c5 100644 --- a/dist/argeo-node/base/share/argeo/config.ini +++ b/dist/argeo-node/base/share/argeo/config.ini @@ -1,10 +1,12 @@ # Only Argeo OSGi Boot is explicitly started osgi.bundles=org.argeo.osgi.boot@start +# Only clean state is currently fully supported +osgi.clean=true + # Required standard bundles to start argeo.osgi.start.2.node=\ org.eclipse.equinox.http.servlet,\ -org.eclipse.equinox.http.jetty,\ org.eclipse.equinox.metatype,\ org.eclipse.equinox.cm,\ org.eclipse.equinox.ds,\ @@ -26,12 +28,10 @@ com.sun.jndi.dns,\ com.sun.nio.file,\ com.sun.nio.sctp -# Security manager -#java.security.manager= -#java.security.policy=file:/usr/share/node/all.policy - # Required properties eclipse.ignoreApp=true osgi.noShutdown=true org.eclipse.equinox.http.jetty.autostart=false -#org.eclipse.rap.workbenchAutostart=false + +# Disable some warnings +nashorn.option.no.deprecation.warning=true