I've written my own custom annotation to find a property on the current resource and to return it. This annotation works fine when the property is available on the resource, things go wrong when it is not found:Annotation:@Target({ElementType.FIELD})@Retention(RetentionPolicy.RUNTIME)@InjectAnnotati...
Hi All,If the language selected in the page property for a page is English and the user select a language from the preference as Italiano the UI in the AEM(example component options like Edit, Annotate, Delete, new, etc) are still in English and not in the Italiano.Any suggestion to fix the issue ?T...
Executing the "Import from Server" function corrupts the JCR, by leaving out attributes of jcr:content.Example showing /content/dam/myproject before (right) and after import (left):What could cause this and what's the solution?Eclipse version: Neon.3Sling IDE Plug-in: 1.2.0AEM: 6.3 with SP1, CFP2
Issue : components = [list of allowed components] , This property in etc/designs level does not seem to work in stage environment whereas it is working in local.Use case: We have component into which only rich text and buttons can be dropped into. This design level configuration is working good in l...
Hi,I'm currently using Aem 6.2. How do I validate a multifield when I use a Javascript file to validate the component as per this article:https://helpx.adobe.com/experience-manager/using/classic_dialog_validation.htmlAs per the article you need to add an "Id" property to your fields if you want to ...
Hi,I'm getting this JavaScript error in the page edit mode in chrome:Handler of component is invalid -> ReferenceError: guidelib is not definedI can't see any problems with the page other than this so it doesn't seem to be breaking anything but obviously it would be better for the editors not to see...
Configuring Embedded Solr in AEM 6.3 is causing authentication issues. Based on the forums and documentations available online, Embedded Solr is recommended only for development and testing environment but not for the production in AEM 6.2. There is no such recommendation available for AEM6.3.Is it ...
Hello,we are using CURL command to update few of the config in order to automate the process of manually updating OSGi config on all AEM 6.1 publisher instances. Can someone please share if this practice is supported and recommended by Adobe?Do we have any Adobe document or URL to confirm the same.T...
Hello, Will uploading large packages (~500mb) with thousands of pages using package manager and installing them cause any issues - like corrupt the repository? It it a good idea to back up the repository before the upload?Or is it fully safe and can be carried out without any precautions?
AEM version - 6.2System user has jcr:read and crx:replicate privilege on the page whose replication status is being looked up.resourceResolverProps.put(ResourceResolverFactory.SUBSERVICE, "pageStatusSystemUser");try { resourceResolver = resourceResolverFactory.getResourceResolver(resourceResolver...