In the application code, I am reading jcr:created using ValueMap API but when I load content JSON file to the AemContext object I don't see the property(only jcr:created) and getting "null" when I try to read. I am currently using RESOURCERESOLVER_MOCK and I also tried with JCR_MOCK.
When I searched for this issue I have seen a thread but it doesn't really have an answer on how to solve this problem.
https://groups.google.com/g/wcm-io-dev/c/1IVwFxtCWOY/m/SyYMd2EzDAAJ
AEM mocks version: 3.0.2
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
This problem is more related to sling-mock of the Apache Sling project than to wcm.io itself, because it affects the ContentLoader from sling-mock. the ContentLoader [1] has a default list of properties that is ignored when loading content, and "jcr:created" is one of them.
I would suggest for now, you can ignore test cases for jcr:created date.
Hi,
This problem is more related to sling-mock of the Apache Sling project than to wcm.io itself, because it affects the ContentLoader from sling-mock. the ContentLoader [1] has a default list of properties that is ignored when loading content, and "jcr:created" is one of them.
I would suggest for now, you can ignore test cases for jcr:created date.
Hi Team , Is there any update on this thing, or still we are ignoring the test cases related to "jcr:created" property
Views
Replies
Total Likes
Views
Likes
Replies