You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2008/03/06 17:35:04 UTC

[jira] Commented: (SLING-311) Record loaded content to not reload inadvertedly.

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

Tobias Bocanegra commented on SLING-311:
----------------------------------------

one procedure i use often to 're-init' the content is:
- stop the server
- delete the content i want to re-init
- start the server

in this case, the content should be reinstalled. maybe the content should only be installed, when a bundle is started and not if it's installed.

> 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.