Dan Klco
Dan Klco
@moshen could you merge this in?
Hm, could this be a permissions issue? DO you have R/W under /conf? I checked with the latest release of CS and was able to create the configuration successfully.
Screenshot of the Configuration Check modal:
And the success modal:
Hi @andreeastoiuu sorry for the delay on this one. Could you take a look at this branch: https://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/defect/marketo-form/cloud-config-root-missing OR just remove the `exclude` property from the resource: `/apps/acs-commons/content/cloudservice/create/target/field/datasource`
I opened a PR for this so we can get it merged / released. For the moment you could try creating a package that'd get installed after ACS Commons with...
@TNagarjuna Are the properties indexed? If not quite likely Oak is performing a traversal to execute your query (thus leading to the described performance issues). This tool can help you...
So I looked into wskdeploy, looks like a really nice toolset. I was wondering how it would handle if you wanted one or more modules to contribute to a single...
@gorkem _Namespace_ - good point, I missed that, I'll add it as a Mojo parameter _API vs. CLI_ - I don't want to reinvent the wheel. The CLI and/or wskdeploy...
@dporter-moveworks can you try running the following query: SELECT * FROM [cq:Page] WHERE ISDESCENDANTNODE([/conf]) AND [jcr:content/cq:template]='/apps/acs-commons/templates/utilities/marketocloudconfig'