Hi Community!I wonder if you know why there is no 'ja_jp' language node under /libs/wcm/core/resources/languages, though ja node refers to language code "ja_jp" through the property defaultCountry.Shall I add ja_jp node then? Thanks in advanceSergei
Hi All,i observed SpamResources folder are created in aem instllation folder /crx-quickstart..files are looks as SpamResources4858407702974121348SpamResources4206704698277492422SpamResources3950987816969088789etc..Does anybody aware of what is this folder means?Note: Folders are generating with empt...
Hi All,I'm just replacing the felix annotations with OSGi DS annotations for my servlet and I could able to build the project success. Once I deploy the bundle and hit the servlet path I'm getting 404 response in the page and the error log I'm getting this org.apache.sling.engine.impl.SlingRequestPr...
I was migrating the sling:resourceType granite/coralUi3 properties by follwing this helpex article : Migration Guide to CoralUI 3-based — Granite UI 1.0 documentation Where i was trying to modify the textImage component. This article says that in AEM 6.3 layouts have been removed. so i modified my ...
Hey,i just wanted to know, if you can use one widget as a "master" widget? Meaning that you can implement this widget on multiple pages with content. And when the content changes, you can adjust the "master" widget, and all instances of it will follow? Can you do this with AEM out of the box, or wit...
Hello All, We are creating certain users and assigning ACL permissions programmatically, using below code(partial code), which is perfectly working in AEM 6.0 but failing in AEM 6.3, throwing below exception.Coul you please let us know, how to implement the below in AEM 6.3, any helpx do...
Hi,I am having a package.I need to get the package and upload to s3 bucket I am using the following code Resource resource = resolver.getResource(packagePath); File asset=resource.adaptTo(File.class); S3BucketConnector.uploadPackageToS3(asset);Where package path will be /etc/pa...
Hi all,I am new in AED.I use AED 6.2, java 1.8.181, maven 3.5.4, eclipse oxygen on Win10.I tried to reproduce example Getting Started with AEM Sites Part 1 - Project Setup In step 6 ( Navigate to the AEM Sites Console: http://localhost:4502/sites.html The WKND Site will be one of the sites. It will ...
Hello everyone,we have a functionality to upload pdf from an another application (.net) using httprequest directly to AEM. It was working fine in 6.1 but not in 6.3, we are getting "500-internal server error" in response. Is there any additional configuration to be made in 6.3?we are posting file di...
Hi Team, While going through the sling script resolution, i came up with a point where i need some suggestion/clarification.My URL : http://localhost:4506/content/ideawebsite.men.abc.html , here selector is 'men.abc'Node Name : ideapageScript files under component ideapage are as below :men.html.jsp...