Getting this exception I build package for DAM assets.
Could someone help me to resolve the issue
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
This exception occur due using of ":" in your property or node name
it's probably easiest to avoid the colon (":") character in property or node names.
Thanks
Views
Replies
Total Likes
Did you find a solution to it?
Views
Replies
Total Likes
Seems you have a property with a namespace a new namespace not yet registered in AEM. You can add namespace by going to crx/eplorer:
http://localhost:4502/crx/explorer/ui/namespace_editor.jsp?ck=1500618159363&Path=&Callback=reload
Once that is done, you should not see this issue
Views
Replies
Total Likes
Hi
This exception occur due using of ":" in your property or node name
it's probably easiest to avoid the colon (":") character in property or node names.
Thanks
Views
Replies
Total Likes
If you use, ":", then it needs to be registered as namespace in AEM
Views
Replies
Total Likes