Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 7/12/24
    Register at: https://adobe.ly/3LmXfGk  Session Details During this AEM GEMs webinar, we will show how you can get the most out of adding your own private GitHub repository in Cloud Manager. We will start with the repository onboarding, which will now allow you to directly link the GitHub repository...

    Views

    705

    Likes

    0

    Replies

    2
  • 3/7/16
    When we are load testing a servlet in CQ5 I am seeing lots of Resource resolver is already closed exceptions, stack trace below. I'm not sure why this is occuring and only when the code is under load, the code that is causing the issue is:Resource resource = request.getResourceResolver().resolve(Con...

    Views

    3.9K

    Likes

    0

    Replies

    7
  • 3/7/16
    Hi CommunityThis article covers many AEM concepts that are important to understand as an AEM developer. This article covers the following concepts. How to create a tab-based Sightly component where each tab displays different data.How to use a back-end Java service with the Sightly component. How to...

    Views

    792

    Likes

    4

    Replies

    2
  • 3/7/16
    I am wishing to give the adobe certification exam for AEM 6 but unable to get any date before 1st June 2016. Is there any specific reason for unavailability of dates.??

    Views

    1.6K

    Like

    1

    Replies

    6
  • 3/7/16
    I are doing some research about HTML to PDF conversions I know there are million ways to achieve this but based on some criteria’s (listed below) I have selected three solutions.          List of criteria’sList of Solutions:RenderingConversion SpeedMemory usage,StreamingEasy to installUsing open sou...

    Views

    9.3K

    Likes

    0

    Replies

    1
  • 3/7/16
    Sorry, I really hope that this is not too basic of a question.  That said, please forgive the basic-ness of the question as this is really my first foray into tagging.  My local environment is a Windows environment running AEM 6.1, but I don't think I have gotten around to installing SP1 there yet. ...

    Views

    5.1K

    Likes

    0

    Replies

    14
  • 3/7/16
    Hi allWe are porting our CQ implementation on an AEM 6.1 version.We have some problems with comments. Previous version was showing all comments along with replies all together at page rendering time. Now to show comment replies we are asked to click on a link that makes an ajax call and loads the re...

    Views

    454

    Likes

    0

    Replies

    1
  • 3/7/16
    For examplewe want to search a text "ABC" in a property but exclude the results if the result has "XYZ" in same property (while doing full text)

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 3/7/16
    Hi everybody,I have to sort the ACL order on "/". For other folders, lower than "/", this can be be done via the Access control tab in CRXDE (Some bugs but possible). For the root folder, it isn't possible this way. We can see the ACL nodes in "/rep:policy/" but it is impossible to move the nodes to...

    Views

    647

    Likes

    0

    Replies

    2
  • 3/7/16
    HiWhile Migrating the code from CRXDElite to Eclipse, dir folders are getting created. Due to these folders I am facing lot of issues.How can I avoid creating these folders while migrating code from Eclipse to CRXDELite.Please help me out.Regards,Krishh

    Views

    3.7K

    Like

    1

    Replies

    5
  • 3/6/16
    final String referer = request.getHeader("referer"); final String resourcePath = new URI(referer).getPath();//gives me short url /test1 ResourceResolver resolver = request.getResourceResolver(); Resource resource = resolver.getResource(resourcePath);// this gives me null/test1" is getting resolved i...

    Views

    4.1K

    Likes

    0

    Replies

    4