You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Ian Boston (JIRA)" <ji...@apache.org> on 2010/09/24 14:30:33 UTC

[jira] Resolved: (SLING-1802) ContentLoader does not update the content from a bundle when the bundle is updated.

     [ https://issues.apache.org/jira/browse/SLING-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Boston resolved SLING-1802.
-------------------------------

    Fix Version/s: JCR ContentLoader 2.1.2
       Resolution: Fixed

Fixed
Bundles will now update content when the bundle is rebuilt.
This only applies to file content and not to content loaded by other handlers (json, xml)

> ContentLoader does not update the content from a bundle when the bundle is updated.
> -----------------------------------------------------------------------------------
>
>                 Key: SLING-1802
>                 URL: https://issues.apache.org/jira/browse/SLING-1802
>             Project: Sling
>          Issue Type: Bug
>          Components: JCR
>    Affects Versions: JCR ContentLoader 2.1.0
>            Reporter: Ian Boston
>            Assignee: Ian Boston
>             Fix For: JCR ContentLoader 2.1.2
>
>
> If you create an updated bundle containing content to be installed by the content loader, that updated content does not get installed.
> You can use overwrite:=true, however if you do that the entire tree is overwritten including any content from other bundles.
> A workarround is to only allow one bundle to update any one folder, although this may not be suitable for certain configurations.
> This was discussed at http://markmail.org/thread/t4efmodaxofofjwr
> One possible solution is to use the lastModified date of the bundle to determine if new content should be uploaded.

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