You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2009/10/06 12:30:19 UTC

svn commit: r822200 - /sling/trunk/launchpad/base/src/main/resources/sling.properties

Author: fmeschbe
Date: Tue Oct  6 10:30:19 2009
New Revision: 822200

URL: http://svn.apache.org/viewvc?rev=822200&view=rev
Log:
SLING-1136 set the ds.factory.enabled property to enable component factory
instance creation for factory configurations

Modified:
    sling/trunk/launchpad/base/src/main/resources/sling.properties

Modified: sling/trunk/launchpad/base/src/main/resources/sling.properties
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/base/src/main/resources/sling.properties?rev=822200&r1=822199&r2=822200&view=diff
==============================================================================
--- sling/trunk/launchpad/base/src/main/resources/sling.properties (original)
+++ sling/trunk/launchpad/base/src/main/resources/sling.properties Tue Oct  6 10:30:19 2009
@@ -89,6 +89,13 @@
 # Logging configuration for the SCR (if installed)
 ds.loglevel = ${org.apache.sling.commons.log.level}
 
+# Some Sling bundles depend on the non-standard functionality of Apache Felix
+# SCR to create component factory instances based on factory configurations
+# so we have to set the ds.factory.enabled property for the upcoming Apache
+# Felix SCR release (and current 1.0.9-SNAPSHOT builds) to support this.
+# see SLING-1136 for more details and references
+ds.factory.enabled = true
+
 #
 # Space separated list of URLs to the OSGi Bundle Repository files.
 # The referred to repository contains referrals to other repositories