We are programmatically trying to create/update assets . Code looks like below: Asset asset = assetManager.createOrUpdateAsset(path, assetBinary, documentMimeType, true); Now the first time asset gets created. If the asset is updated using the same method it is adding jcr:isCheckedOut = true. As per...