Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Sort
  • Most recent
  • Oldest First
  • Most views
  • Most likes
  • Most replies
Filter
  • Clear All
  • All
  • Adobe Experience Manager
12 of 19 Conversations
  • on 13-03-2023
    Hi AEM Community,   I have done some findings that AEM only accepts long date format (YYYY-MM-DDT00:00:00.000-05:00) as "Date" Data Type for the node. Is there any configuration that can be done to store Simple Date Format (“YYYY/MM/DD”) as "Date" Data Type? Is there an alternative other than storin...

    Type

    Questions

    Views

    92

    Likes

    0

    Replies

    3
  • on 15-02-2023
    How could you load a json with test data into a MockJcr inside a Java Unit test?    I know it is possible to load a mock json into an AemContext, e,g,      @ExtendWith(AemContextExtension.class) @ExtendWith(MockitoExtension.class) class MyTest { final AemContext context = new AemContext(); ...

    Type

    Questions

    Views

    209

    Likes

    0

    Replies

    5
  • on 13-12-2022
    Hello, I'm trying to follow a tutorial, but I think this link is broken: https://helpx.adobe.com/experience-manager/using/persisting-cq-data-java-content1.html   Is this available anywhere?

    Type

    Questions

    Views

    156

    Likes

    0

    Replies

    4
    JCR
  • on 25-11-2022
    HI ! i have a problem that ive been trying to solve in my mind but its appears to be a little bit problematic. the problem is that i need to created a workflow that will process some data from content fragments via payload and then that data will be use to launch multiple jobs/event with a different...

    Type

    Questions

    Views

    160

    Likes

    0

    Replies

    2
  • on 25-05-2021
    Hello,  We are moving all of the permissions in to code and i am stuck with the syntax for Restriction node (for a deny to delete).. I have added below in /ui.apps/src/main/content/jcr_root/apps/website/config.stage/org.apache.sling.jcr.repoinit.RepositoryInitializer-custom.config: create group stag...

    Type

    Questions

    Views

    372

    Likes

    0

    Replies

    2
    JCR
  • on 22-03-2021
    What is the best way to implement leaderboard in JCR?  Is there a reference implementation available?

    Type

    Questions

    Views

    574

    Likes

    0

    Replies

    5
  • on 19-03-2021
    Is there a way to implement most frequent searched phrases through OOTB querybuilder or jcr query engine ? Or lucene ..  We have two show most frequent searched phrases and I am wondering the best way to implement the same.  Also, Is there a way to use Lucene query language in AEM ??   

    Type

    Questions

    Views

    316

    Likes

    0

    Replies

    1
    JCR
  • on 15-09-2020
    We have custom built CMS and the page content is actually stored in JSON format. The content structure of these JSON files are very specific to our CMS. Now we need to migrate these pages into AEM. What is the best options/practices available to do these kind of content migration.We can actually con...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    2
  • on 14-08-2020
    I am re-using RTE dialog across multiple components using granite/ui/components/foundation/include. But I want the node property name to be different for each component where I am reusing this RTE. I dont want to derive the property name from the base component where I have this RTE dialog defined i...

    Type

    Questions

    Views

    719

    Likes

    0

    Replies

    4
  • on 06-07-2020
    Hello All, I'm trying to add the below property via java code to lock the page, after performing some operation.  But, it's throwing ConstraintViolationException.  Property I'm trying to add:pageNode.setProperty("jcr:lockIsDeep", true); Exception: javax.jcr.nodetype.ConstraintViolationException: Pro...

    Type

    Questions

    Views

    925

    Likes

    0

    Replies

    7
  • on 25-06-2020
    Hi All,Hope you are doing well  I just wanted to navigate till after 2 level after jcr:content even though there is a long hierarchy.  As per requirement navigation should be limited upto test1 (Above attached screenshot) even though its having one hierarchy followed by bladepar1 and so on. In dial...

    Type

    Questions

    Views

    1.0K

    Like

    1

    Replies

    5
  • on 19-06-2020
    I have several type:String fields in the jcr that contain html tags in them. I need to render on my page such that the html tags are injected into the dom rather than be escaped. But right now, they are getting escaped.For example, in the jcr I might have this fieldIn the browser, that is ending up ...

    Type

    Questions

    Views

    764

    Like

    1

    Replies

    3