Hi, On Thu, Apr 21, 2011 at 10:59 AM, Alessandro Novarini <[email protected]> wrote: > ...When/Where does the repository get populated with the initial content > structure? > What is the class/service responsible for that?
See http://sling.apache.org/site/content-loading.html - several Sling bundles include content that's loaded with this mechanism. > > For example: Sling at boot looks for something into /var/sling; why is it > sure that the path exists?... A service that requires that path (or any other repository node) to exist should either create it (maybe using that initial content mechanism) or fail gracefully. If you're seeing errors that might be a bug. -Bertrand
