]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/slc_demo_rap.properties
Use commons 0.3.4
[gpl/argeo-slc.git] / demo / slc_demo_rap.properties
index ddb0f29ef83f43773e8e44747c56d844ac4fbb29..9bb2460b3bf52ae24f1e7efe161e9a7017ccc5cb 100644 (file)
@@ -1,49 +1,38 @@
 argeo.osgi.start=\
+org.argeo.server.ads.server,\
 org.springframework.osgi.extender,\
+org.springframework.osgi.web.extender,\
 org.argeo.node.repofactory.jackrabbit,\
 org.argeo.node.repo.jackrabbit,\
 org.argeo.security.dao.ldap,\
-org.argeo.slc.node.jackrabbit,\
-org.argeo.eclipse.ui,\
-org.eclipse.core.runtime,\
-org.eclipse.equinox.common,\
-org.eclipse.equinox.http.registry,\
-org.eclipse.equinox.launcher,\
 org.argeo.dep.osgi.catalina.start,\
-org.argeo.server.rap.webapp,\
 org.argeo.jackrabbit.webapp,\
-org.argeo.security.ui,\
-org.argeo.security.ui.rap,\
-org.argeo.server.ads.server,\
+org.eclipse.equinox.http.registry,\
+org.argeo.server.rap.webapp,\
+org.argeo.slc.node.jackrabbit,\
 org.argeo.slc.support.maven,\
 org.argeo.slc.server.repo,\
 org.argeo.slc.server.repo.webapp,\
-org.argeo.slc.client.ui,\
-org.argeo.slc.client.rap,\
-org.argeo.slc.infra.ui.rap,\
 org.argeo.slc.agent,\
 org.argeo.slc.agent.jcr,\
-org.springframework.osgi.web.extender,\
 
 slc.executionModules=org.argeo.slc.demo.ant,\
 org.argeo.slc.demo.basic,\
 org.argeo.slc.demo.minimal,\
 
-#slc.executionModules=org.argeo.infra.slc.rpmfactory,\
-#org.argeo.elgis.rpmfactory,\
-
 #org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.slcExecutionPerspective
 org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
 
-# JCR
-#argeo.node.repo.home=data/node/repo
-#argeo.node.repo.dburl=jdbc:h2:data/node/h2/repo
+spring.security.strategy=MODE_INHERITABLETHREADLOCAL
 
 # LDAP (Apache DS)
 #argeo.ads.init.ldif=osgibundle:init-argeo.ldif
 
+log4j.configuration=file:../../log4j.properties
+
+# DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
 eclipse.ignoreApp=true
 osgi.noShutdown=true
 
-log4j.configuration=file:../../log4j.properties
-
+# Avoid errors logs (see https://issues.apache.org/jira/browse/JCR-2226)
+org.apache.jackrabbit.core.statementcache=false
\ No newline at end of file