[
https://issues.apache.org/jira/browse/SLING-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573608#action_12573608
]
Felix Meschberger commented on SLING-262:
-----------------------------------------
Thanks for reporting. The Descendable interface was an attempt at abstracting
child iteration of resources. This predates the current ResourceProvider
interface and its implementation and should actually be replaced by the proper
support in the ResourceProvider's and the JcrResourceResolver.
> 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
> Priority: Minor
>
> 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.