[jboss-svn-commits] JBL Code SVN: r35684 - labs/jbossrules/soa_branches/BRMS-5.1.1/drools-guvnor/src/main/resources.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Oct 23 22:08:36 EDT 2010


Author: kurt.stam at jboss.com
Date: 2010-10-23 22:08:36 -0400 (Sat, 23 Oct 2010)
New Revision: 35684

Modified:
   labs/jbossrules/soa_branches/BRMS-5.1.1/drools-guvnor/src/main/resources/drools_repository.properties
Log:
BRMS-408, adding (commented out) configuration for MS embedded (test) and MS service (war)

Modified: labs/jbossrules/soa_branches/BRMS-5.1.1/drools-guvnor/src/main/resources/drools_repository.properties
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.1/drools-guvnor/src/main/resources/drools_repository.properties	2010-10-24 02:07:15 UTC (rev 35683)
+++ labs/jbossrules/soa_branches/BRMS-5.1.1/drools-guvnor/src/main/resources/drools_repository.properties	2010-10-24 02:08:36 UTC (rev 35684)
@@ -9,8 +9,10 @@
 
 # MODESHAPE
 
-# Currently, these properties will be used to load ModeShape from the specified configuration file.
-#
+# In deployed configuration, to use ModeShape Service use:
 #org.drools.repository.configurator = org.drools.repository.modeshape.ModeShapeRepositoryConfigurator
-# 
-#org.modeshape.jcr.URL = jndi:jcr/local?repositoryName=brms
\ No newline at end of file
+#org.modeshape.jcr.URL = jndi:jcr/local?repositoryName=brms
+
+# To use ModeShape when running the unittests use:
+#org.drools.repository.configurator = org.drools.repository.modeshape.ModeShapeRepositoryConfiguratorWithJAAS
+#org.modeshape.jcr.URL = file:src/test/resources/modeshape/configuration.xml



More information about the jboss-svn-commits mailing list