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

  • 9/18/22
    We have existing code repository and need to check if we should have to update Archetype or not?   Current AEM Version - AEM 6.4.8 Current Archetype Version - Need information how we can identify version of archetype?    Note: We don't have any issue from existing Archetype as well but for platform ...

    Views

    3.2K

    Likes

    0

    Replies

    3
  • 9/18/22
    User is updating few metadata properties . I am using Dam Event Handler which is listening to medata property update event. How to identify exactly what are the  metadata  jcr properties which got updated?

    Views

    507

    Likes

    0

    Replies

    1
  • 9/18/22
    How to fetch all details from content fragment using services like OSGI services using sling model  

    Views

    893

    Likes

    0

    Replies

    3
  • 9/17/22
    Hi Everyone,   We recently upgrading AEM 6.5 to 6.5.12. In Assets page ( /content/dam ), we have sort by option in the toolbar to sort the folder in the assets. Sort by has options like name, created, modified.   Sort by name and created is working fine.   But sort by modified is not working. It giv...

    Views

    1.9K

    Likes

    0

    Replies

    8
  • 9/17/22
    Hi Community,  i have been trying out the Dynamic media in my latest cloud SDK, i have created an image profile to a folder in dam and uploaded an image . But the image shows processing failed everytime and the workflow status shows always "Process Failed". Workflow history is below   The metadata ...

    Views

    3.7K

    Likes

    0

    Replies

    7
  • 9/17/22
    Hi,   I have just started learning AEM. I have setup and installed AEM 6.5. When i created a new page in Site, page got created successfully but when i tried to edit the page by following UI steps, it opens up in different tab name AEM Editor but didn't give any option to edit or add something on th...

    Views

    1.3K

    Likes

    0

    Replies

    7
  • 9/16/22
    I'm trying to write some logic in JavaScript file in my custom component but the use function is not firing the console.log. Does anyone know why it won't work. I even tried using window.alert but that won't work either. but I can create a var and assign a string value and display that value through...

    Views

    2.7K

    Likes

    0

    Replies

    3
  • 9/16/22
    Is it possible to filter content fragments by "jcr:content/metadata/cq:tags" ?

    Views

    883

    Likes

    0

    Replies

    2
  • 9/16/22
    Hi Team,   We are facing very strange issue as some of the packages not getting uploaded.    History: We earlier had installed 6.5.11 and in code, were referring to 6.5.11 uber jar, everything was fine, packages getting uploaded, bundles are active.   We setup fresh instance 6.5.13 and trying to upl...

    Views

    413

    Likes

    0

    Replies

    1
  • 9/16/22
    in the AEM java code, you have filters, servlets and services.   services are defined like this:   @Component(service = SomeService.class) public class SomeServiceImp implements SomeService {     Is this a singleton? can it store state (assume not)?  Is it thread safe (assume not)?  Are there any tu...

    Views

    1.4K

    Likes

    0

    Replies

    2