Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
if passed a resource from a non-default workspace, resourceResolver.listChildren() returns an empty list. This is because non-default workspace nodes are wrapped and thus not castable to JcrItemResource, which causes JcrResourceProvider to try to retreive the node path INCLUDING the workspace prefix from the JCR repository.