Hi,
I would like know the case-sensitivity of the UUID generated in AEM.
Currently I see the UUID is generated,
If above conditions are true then UUID generated in aem will always be in lowercase?Can anyone confirm on this.
Regards,
Hari
Views
Replies
Total Likes
What UUIDs are you talking about? And why is it important to know the details of the creation algorithm? Do you want to create UUIDS on your own?
regards,
Jörg
Views
Replies
Total Likes
Hi,
i am am taking about “jcr:uuid”....I am going to send the “jcr:uuid” created in aem to my downstream systems for storing in their databas...
Views
Replies
Total Likes
I do not think Adobe will reveal details of their algorithms like this. Its not pubic information.
Views
Replies
Total Likes
A few thoughts to your approach:
To answer your question: A lot of Oak classes use an import of "java.util.UUID", and I've seen several times it being used. That means, I would assume that this class is used to generate UUIDs. But as long as it is not part of the official API of either JCR, Oak or AEM, I would always consider this as an implementation detail. It might work, but it also might break without further notice. In any case I would not depend on it. As said, rather use the path.
Jörg
Views
Replies
Total Likes
Thanks for your thoughts @Jörg Hoh and smacdonald2008
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies