Hi Team, I am working on AEM 6.5.0, I made a model after copying an existing core component titled V1, But When I tried to use that model, with my sightly it threw an error attaching a screenshot, Html Template: https://prnt.sc/raGquoWXKlK2 Model(Java File) : https://prnt.sc/sRe-G82Ty13t ...
Hi Team, I want to give some default styels for components, in my template I have some group of styling, where like Alignment group(left,right), another group like(color) so In alignment I want left should be default. I used defaultstyleclass in template but when I change other style color then alig...
Hi, I'm getting the following error sometimes(not always) on submission of foundation form(cannot use core form component for some reason). Using AEM 6.5.10. POST /content/xxx/form.html HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render r...
Hi Team, to trigger Adobe Cloud Manager CI/CD pipeline for a program/project via jenkins. i found there are two ways - installing Adobe Cloud Manager plugin and configure AIO integration to access the pipelines and trigger it - in Jenkins job - using bash script to run Adobe IO CLI commands to tri...
Hi All, Got some requirement my one of the site to new domain redirect means like old domain to new domain redirect. It would be great help if someone share the articles / experience - what all files are need to modify . Thanks in advance. -- Nani
All, I have a custom process step within the dam update asset workflow where the step needs a resource resolver instance which I get from the workflow session via adaptToResourceResolver resResolver = workflowSession.adaptTo(ResourceResolver.class);I do NOT have a closeable try block as in below sin...
I want to create a node but I get Invalid name or path exception while creating a node, below is the exception javax.jcr.RepositoryException: Invalid name or path: parentCategoty/tco[a].jpg Hence I am using JcrUtil.escapeIllegalJcrChars to sanitize the path before creating but it seems not wo...
I have a need to add an extra image field to Teaser components. Basically, I am trying to create a By Line type effect that can be added to teasers. The problem I am having is that both the Teaser and By Line components are inheriting from the core Image Component via their sling super type. I w...
I want to create a series of nodes like parentProduct/subCategory1/subCategory2/subCategory3/subCategory4 inside /var/temp location. I tried to use addNode() method of Node class and createPath() method of JcrUtil class but both did not work. addNode() method just creates only one immediate node(ex,...
Hello I am trying to integrate AWS SDK in my project. But the problem is after the deploy the bundle cannot be resolved. In the project pom.xml <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk</artifactId> <version>1.12.392</version></dependency> In the core pom.xml <d...