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

Bertrand Delacretaz commented on SLING-728:
-------------------------------------------

Suggested test scenario for config nodes:

1. add config node A in /libs -> config X created
2. Update A -> X updated
3. add config node B in /apps, same path as A except /apps instead of /libs -> 
config X deleted and immediately recreated based on B
4. remove node A -> no effect on X
5. readd node A -> no effect on X
6. remove node B -> config X deleted and immediately recreated based on A

(the fact that /apps overrides /libs is configurable of course)

> JcrInstall should prefer config in /apps/{xyz} over /libs/{xyz}
> ---------------------------------------------------------------
>
>                 Key: SLING-728
>                 URL: https://issues.apache.org/jira/browse/SLING-728
>             Project: Sling
>          Issue Type: Bug
>          Components: JCR Install
>    Affects Versions: JCR Install 2.0.4
>            Reporter: Tobias Bocanegra
>             Fix For: JCR Install 2.0.4
>
>
> currently jcrinstall does not respect the search paths correctly.
> the idea is, that configuration (and bundles) residing in /apps/{path} should 
> win over /libs/{path}

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