@dominik_lackovi If you are updating metadata on the same asset, you need not to take 2 separate resourceResolver, instead you can try as below - private static Map<String, Object> addAssetData(final Asset asset, final Hit hit, Map<String, Object> map)throws RepositoryException {String title = asset...