[ 
https://issues.apache.org/jira/browse/SLING-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575851#action_12575851
 ] 

Felix Meschberger commented on SLING-311:
-----------------------------------------

Actually content is really loaded just before the bundle is started, so content 
loading is related to bundle start and not to bundle installation, thus you do 
not need to restart the system, restarting the bundle should suffice it.

The goal of this issue is to prevent content reload on bundle start.

> Record loaded content to not reload inadvertedly.
> -------------------------------------------------
>
>                 Key: SLING-311
>                 URL: https://issues.apache.org/jira/browse/SLING-311
>             Project: Sling
>          Issue Type: Improvement
>          Components: Resource
>            Reporter: Felix Meschberger
>             Fix For: 2.0.0
>
>
> Currently, the content loader always reloads content indicated as initial 
> content from the bundles if the repository does not contain the respective 
> content. Sometimes it may be desirable to remove the content from the 
> repository and not get the content reloaded on bundle (or system) restart.
> To prevent such content reload, the content loader should take note of loaded 
> content and not try to reload content, which is marked as "loaded", 
> regardless of whether the actual content (still) exists or not.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to