Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 1/8/16
    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...

    Views

    1.5K

    Likes

    0

    Replies

    1
  • 1/8/16
    Does anyone know if a dispatcher module for Apache 2.4 on windows will ever become available? 

    Views

    4.5K

    Like

    1

    Replies

    6
  • 1/8/16
    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...

    Views

    490

    Likes

    0

    Replies

    2
  • 1/8/16
    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...

    Views

    1.1K

    Likes

    0

    Replies

    8
  • 1/8/16
    Hi I want to create a REST web service which will return a json objectHow can i do this in CQ?Please guide me

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 1/8/16
    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

    Views

    2.0K

    Likes

    0

    Replies

    6
  • 1/8/16
    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...

    Views

    2.4K

    Likes

    0

    Replies

    4
  • 1/8/16
    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...

    Views

    1.8K

    Likes

    0

    Replies

    4
  • 1/8/16
    Is there a quick API available to say pass two parametersUser, Path of DAM assetand returns true or false if the user has access to it?

    Views

    2.6K

    Likes

    0

    Replies

    6
  • 1/8/16
    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 ...

    Views

    6.6K

    Likes

    0

    Replies

    10