Hi All,I am trying to include dependency of com.google.oauth-client in my maven pom file. But when I deploy the bundle on felix console, get error message like below.I tried to embed the dependency also in my pom but no luck. Any one who can help me on this.
Hello experts,We are moving our application from classic to touch UI, post the conversion this would be converted to SPA.AEM modernization tool is used to convert from classic to touch UI dialog, after conversion, the dialog opens properly. However, the modified information is not stored. There're f...
Folks:I was wondering if there is a default JSON created that lists all the assets in a path. For example: I created a folder structure: https://mydomain/assets.html/content/dam/chec-press-releases/2020 and populated it with several assets.If I go to > https://mydomain/libs/wcm/core/content/refer...
Hello,Since initially creating this post I created a case with Adobe support as this may be a bug. Let me know which is the appropriate channel and I will close the redundant one. In 6.2 we were able to select multiple pages and then properties to allow bulk editing. The path browser option to se...
I need to run through a bunch of XDPs (on a filesystem) and convert them to flattened PDFs (for print).We have AEM Forms (OSGI).I have been reading here but, I cannot find any reference to OutputService.https://experienceleague.adobe.com/docs/experience-manager-learn/forms/document-services/output-...
I am trying to use GCP Computer Vision with AEM and I've added the following dependencies in the Maven pom.xml: <dependency> <groupId>com.google.apis</groupId> <artifactId>google-api-services-vision</artifactId> <version>v1-rev20210423-1.32.1</version> </dependency> <dependen...
Hello , I am working on a script to get some nodes and save it as json in /content/dam. I. was first. testing out creating a random file in content/dam. but i keep getting this javax.script.ScriptException: javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: resou...
I have an adaptive form and a workflow that I need to export. I followed the instructions here:https://experienceleague.adobe.com/docs/experience-manager-65/forms/manage-administer-aem-forms/import-export-forms-templates.html?lang=en However, the workflow is not appearing nor is the Adaptive form....
Hi --I am attempting to integrate the AEP SDK into an objective-c project via cocoapods. Here is the Podfilesource 'https://github.com/CocoaPods/Specs.git' platform :ios, '13.0'use_frameworks! target 'aep-prototype' do pod 'AEPCore' pod 'AEPAnalytics' pod 'AEPMedia'endI am unable to impor...
Basically, I set up AEM in Ubuntu 20.I set up the requirement for AEM and its working fine, Next, when I thought of customizing the theme via which I cloned from the GitHub link https://github.com/adobe/aem-cif-guides-venia, as I have started as per GitHub steps first I ran`mvn clean install -PautoI...