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

SOLVED

How to remove "rep:policy" node?

Avatar

Level 4

Hello,

I want to remove "rep:policy" node.

Is there a way to remove this node, except uploading package with overwrite mode?

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

When you want to do it in code, you should use the Jackrabbit API. The API management isn't standardized in JCR.

regards,
Jörg

View solution in original post

0 Replies

Avatar

Correct answer by
Employee Advisor

When you want to do it in code, you should use the Jackrabbit API. The API management isn't standardized in JCR.

regards,
Jörg

Avatar

Level 10

from useradmin remove the permissions OR programatically

Avatar

Level 3

You can do it via CRXDE Lite: right-click on the node, which you would like to remove rep:policy from, and choose Mixins... 

[img]mixins.png[/img]

remove rep:AccessControllable mixin from the popup window

[img]mixins-remove.png[/img]

Avatar

Level 9

Can you please elaborate your question to understand what you want to do?