Hi,try thisNode n = adminSession.getNode(pagePath+"/jcr:content");AssetReferenceSearch ref = new AssetReferenceSearch(n,DamConstants.MOUNTPOINT_ASSETS,resourceResolver); Map<String,Asset> allref = new HashMap<String,Asset>(); allref.putAll(ref.search()); ...