Hi All,I'm trying to make one custom rest service using jersey, but when deploying bundle on AEM 6.2 getting following error:I added following dependency in pom.xml file of core project:<dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-core</artifactId> <version>1.12</version> </...
I want to make a custom property for personalization targeting. By default there are age, gender, etc. For example, I want to make a custom property for VIP user. how can I do that??
Hi all -I'm fairly new to AEM, and have run into an interesting issue. The component I'm building is going to be a financial application that our users fill out. (Think along the lines of filling out an application at a bank to open up a new account.)I've got a couple of Javascript files in the comp...
I am building a simple component in aem 6.3 and there is a parsys inside the component itself, but neither am I able to edit the component nor am I able to delete it.
Hi Team, I wanted to divide the build and deploy jobs in Jenkins for the AEM maven project. Is that something can be able to do?or what other options do I have?Thanks In Advance.
Hello All,We are trying to edit the alt-text for images but the modifications are not reflecting. Following is the scenario I am doingI am uploading an image in DAM. Now if I use the image on the component and view the page-source the alt-text property is not coming.Next I am replicating the image b...
Hi,I have added io.jsonwebtoken (tried version 0.6.0 and 0.7.0) dependency in pom.xml, after maven build, bundle is in installed state and throwing below error. Checked in depfinder, but not able to find any result. Any idea why bundle is in installed state?<dependency> <groupId>io.jsonwebtoken</...
Hello,I have two instances of AEM 6.1 and on publishing one of the specific documents from two of the servers, outputs are different. One of the PDF is correct where images are at correct locations, however from other instance PDF is not generating correctly (Images are losing placement).Is there an...