Hello,I'm deploying the WKND demo application in the Cloud manager.The
WKND project was uploaded to the main branch of Adobe Cloud Git after
being cloned from https://github.com/adobe/aem-guides-wknd The Pipeline
fails at the "Build Images" stage with the following log
entries:2021/04/28 19:32:45 /tmp/dispatcher/unzippedConfiguration:
unable to find any farm in 'conf.dispatcher.d/enabled_farms' The command
'/bin/sh -c AZCOPY="/usr/bin/azcopy"
VALIDATOR_BINARY="/usr/bin/dispatcher-configuration-v...
Hello, - Is there any way to get the full tree content of AEM JCR node,
including all descendant nodes and their properties, in json or xml
format with single HTTP call?Thanks,Pavel
Thank you Jörg_Hoh, the option 1 is perfect!It was enough just to add to
my @component the following filed:@referenceScriptEngineManager
scriptEngineManager;
I have Groovy Console installed and working in AEM 6.5 I have OSGI
bundle deployed and active which tries to execute the Groovy script
likeScriptEngine engine = new
ScriptEngineManager().getEngineByName("groovy");And the engine object is
null. The call new ScriptEngineManager().getEngineFactories() gives only
Oracle Nashorn: ECMAScript engine.But the /system/console/slingscripting
page shows that the groovy is here:Groovy Scripting Engine
2.0-------------------------------------- Language : Groo...
REST API allows to access the part of the repository (screens,
assets).Is there any way to use REST API for adding and updating the
items stored in /var/commerce/products/... node? Thanks,Pavel