Hi ,
I am trying to migrate the application from AEM 6.0 to AEM 6.2
When i try to manually deploy the package as admin, i am getting below error.
"javax.jcr.security.AccessControlException: OakAccessControl0012: Only root can store repository level policies (/etc/workflow/models/abc).
I want this node abc to be access controlled and i have set ACL for specific users
If I remove jcr:mixinTypes="[rep:AccessControllable,rep:RepoAccessControllable]" for the node /etc/workflow/models/abc, then try to deploy, I don't get this issue.
Has any one faced this issue before . Could some one suggest how solve it or help me to understand why it's happening.