Author: buildbot
Date: Wed Jun 22 13:07:35 2016
New Revision: 991185

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    
websites/staging/sling/trunk/content/documentation/bundles/repository-initialization.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 22 13:07:35 2016
@@ -1 +1 @@
-1749681
+1749683

Modified: 
websites/staging/sling/trunk/content/documentation/bundles/repository-initialization.html
==============================================================================
--- 
websites/staging/sling/trunk/content/documentation/bundles/repository-initialization.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/bundles/repository-initialization.html
 Wed Jun 22 13:07:35 2016
@@ -128,6 +128,7 @@ the same content repository you'll need
 
 <p>Services that implement this interface are called when setting up the 
JCR-based <code>SlingRepository</code> service, before registering it as an 
OSGi service.</p>
 <p>They are called in increasing order of their <code>service.ranking</code> 
service property, which needs to be an <code>Integer</code> as usual.</p>
+<p>If any of them throws an Exception, the <code>SlingRepository</code> 
service is not registered.</p>
 <h2 id="the-repoinit-repository-initialization-language">The 'repoinit' 
Repository Initialization Language<a class="headerlink" 
href="#the-repoinit-repository-initialization-language" title="Permanent 
link">&para;</a></h2>
 <p>The <code>org.apache.sling.repoinit.parser</code> implements a 
mini-language meant to create paths, service users and Access Control Lists in 
a content repository.</p>
 <p>The language grammar is defined (using the JavaCC compiler-compiler, which 
has no runtime dependencies) in the <code>RepoInitGrammar.jjt</code> file in 
that module, and the automated tests provide a number of <a 
href="https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/repoinit/parser/src/test/resources/testcases";>test
 cases</a> which demonstrate various features.</p>
@@ -185,7 +186,7 @@ example:</p>
 <p>This also requires the <code>org.apache.sling.provisioning.model</code> 
bundle, version 1.4.2 or later.</p>
 <p>All bundles required for this feature need to be active before the 
<code>SlingRepository</code> service starts.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1749681 by bdelacretaz on Wed, 22 Jun 2016 13:06:05 +0000
+        Rev. 1749683 by bdelacretaz on Wed, 22 Jun 2016 13:07:25 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to