You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2008/02/29 17:46:51 UTC

[jira] Resolved: (SLING-262) ResourceProvider can not provide children list

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

Felix Meschberger resolved SLING-262.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Also implemented the ResourceProvider.listChildren method correctly in the sling/servlet-resolver module in Rev. 632383.

Please close this issue, if your problem is fixed. Thanks.

BTW: By these implementations it is now finally possible to traverse the resource tree.

> ResourceProvider can not provide children list
> ----------------------------------------------
>
>                 Key: SLING-262
>                 URL: https://issues.apache.org/jira/browse/SLING-262
>             Project: Sling
>          Issue Type: Bug
>          Components: Resource
>            Reporter: christian
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> But the JcrResourceResolver's listChildren(Resource) relies on the Resource beeing descendable in order to list its children.
> See Ln 191 resp. 197 of JcrResourceProvider.
> Resources provided by a ResourceProvider can not implement Descendabel interface.
> This interface is not exported from the jcr/resource -bundle.
> As a Resoult its children never can be listed via the Resolver

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