Author: bdelacretaz
Date: Wed Jun 22 13:07:25 2016
New Revision: 1749683
URL: http://svn.apache.org/viewvc?rev=1749683&view=rev
Log:
tweaks
Modified:
sling/site/trunk/content/documentation/bundles/repository-initialization.mdtext
Modified:
sling/site/trunk/content/documentation/bundles/repository-initialization.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/repository-initialization.mdtext?rev=1749683&r1=1749682&r2=1749683&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/repository-initialization.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/repository-initialization.mdtext
Wed Jun 22 13:07:25 2016
@@ -17,6 +17,8 @@ The `SlingRepositoryInitializer` is a ve
Services that implement this interface are called when setting up the
JCR-based `SlingRepository` service, before registering it as an OSGi service.
They are called in increasing order of their `service.ranking` service
property, which needs to be an `Integer` as usual.
+
+If any of them throws an Exception, the `SlingRepository` service is not
registered.
## The 'repoinit' Repository Initialization Language
The `org.apache.sling.repoinit.parser` implements a mini-language meant to
create paths, service users and Access Control Lists in a content repository.