Hi all,User have to choose xdp file to process in my component. I'm
using
property-editorcom.adobe.idp.dsc.propertyeditor.system.ApplicationURLPropertyEditorComponent
on input parameter. The problem is that this editor return relative path
inside application (e.g.:"Resources/xdp1.xdp") and when I'm trying to
read documentwith following codexdpDocument =
repositoryClient.readResourceContent(xdpPath);) using path
specified I get error - invalid path. However specifing absolute path
with hard-code...