[
https://issues.apache.org/jira/browse/SLING-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647006#action_12647006
]
Felix Meschberger commented on SLING-728:
-----------------------------------------
Re: RepositoryObserver
I think hard-coding /apps as an "override" path and "/libs" as an overwritten
path is not a good idea. Rather than hardcoding (or even providing
configuration) for this, it would be suitable to apply the
ResourceResolver.getSearchPath() to the order of configuration overwriting.
Apart from using consistent values (/apps, /libs) in a consistent order (same
entries and order for the configurations as for the script resolution and other
stuff), it also has the benefit of requiring a single configuration.
> 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.