I am running aem sdk. I have made some changes in the helloWorldModel and trying to build and deploy the bundle by using "mvn clean install -PautoInstallBundle" but getting below attached error. Please see screenshot below and do the needful.
I am trying to connect to ldap server using ldap api from AEM.I am able to run the code and see the results with stand alone java but when I have the same api call in OSGI service and deployed the code in aem,seeing below error. Can some one help with solution.org.apache.directory.ldap.client.api.ex...
Hi Team, We are trying to allow/restrict few page access based on IP adress. Requirement is if user is connected with VPN, can access resource /content/mysite/us/en/private/*, if not connected, it should give 403 to all. What we tried as below but its not working. Although IP address is correct in o...
Hi, I have made partial changes to an experience fragment and authored it within a page. Now, I am attempting to publish the page using the quick publish option, but I do not want the experience fragment to be included in this replication. Is there any OOTB feature available to accomplish this? Than...
Hello, We have a large AEM page structure and now want to export an entire branch from this structure and import it into an empty AEM installation.Is this possible with AEM? Thanks for your help/ideas. Dirk
Hi GuysI have two fields1. Dropdown with two options (1. type1, 2. type2)2. Multifield with 4 items (item1, item2, item3, item4 ==> four items all are text fields) case1: Now I want to show item2, item3 and item4 fields when a content author select dropdown option as type1 1. Dropdown(type1) 2...
Hi Community, I need to add a style attribute to an element in a HTL file, if a checkbox is checked and I tried the below example.<div class="test" style="${model.checkBox ? 'display:none' : ''}"> </div> I also tried ,data-sly-attribute.style=""I guess which is not allowed. Is there any suggestion...
I am trying to create assets in DAM using AssetManeger. I am calling the createAsset method two times. but one asset is creating successfully but another one is not getting successfully created. One is showing pending. Asset asset = createAsset(resourceResolver, mainCsvInputStream, filePath); Asset ...
Hi, After we enabled SAML authentication, all our post calls were failing with 403.We resolved it by adding "granite.csrf.standalone" clientlib into template level. But now in EDGE browser, after some idle time, CSRF token generation API(/libs/granite/csrf/token.json_ loading from Edge browser cache...