We have an event listener that listens to a xml file created under a folder. JAXB is used to convert that XML to a class. It keeps failing with errors/metadata/95308.xml] org.apache.sling.commons.classloader.impl.ClassLoaderFacade Dynamic class loader has already been deactivated.08.01.2016 14:02:10...
Hi,I need to address the requirement of creating an AEM Page building and Layout environment, where we will be able to Drag and drop from a palette of page elements to change page designs.The only design I am aware of, is a set of CSS and JS files, implemented as ClientLibs.But these designs could n...
Hi,I have come across a requirement to create and utilize different Content Types in AEM, like URLs, Links, Maps, embedded code (widgets) and articles.I am aware of creating and utilizing templates, pages and DAM assets like Images and videos, but not any of the above items.For example, when a URL i...
We are storing some information in AEM which we want to "read" and display in our internal systems. Can we query AEM via endpoints that are exposed or we just use a .json OOB selector for the nodes. What is an ideal way to read data in AEM from an external system
Hi,I have found the following blog discussing thishttp://experience-aem.blogspot.co.za/2015/06/aem-continuous-integration-with-jenkins.htmlhttp://experience-aem.blogspot.co.za/2015/05/aem-source-code-build-and-release-management.html I would greatly appreciate it if anyone could reply with where I c...
Hi,When we upload assets to DAM it displays thumbnails in the cards view. But the thumbnails are not with the same width and height. is there any configuration we can set to make all thumbnails in card view be displayed with the same width and height? Or for this we need to customize the card view?A...
Hi Team,I am unable to parse or read the text of the pdf file using Tika parser. Asset asset = DamUtil.resolveToAsset(dataResource); Resource original = asset.getOriginal(); InputStream is = original.adaptTo(InputStream.class); ContentHandler handler = new BodyContentHandler(10 ...