Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Tutorial on using JcrRecursiveRemove in a maven osgiproject

Avatar

Level 6

Please could someone direct me towards a tutorial or blog on using JcrRecursiveRemove inside of an OSGI bundle.

 

Regards

 

Clive Stewart

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

This is a java class, if you have any osgi working class you can use this by importing  com.day.cq.commons.jcr package.

API documentation provides more details on the class

http://docs.adobe.com/docs/en/cq/current/javadoc/com/day/cq/commons/jcr/JcrRecursiveRemove.html

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

This is a java class, if you have any osgi working class you can use this by importing  com.day.cq.commons.jcr package.

API documentation provides more details on the class

http://docs.adobe.com/docs/en/cq/current/javadoc/com/day/cq/commons/jcr/JcrRecursiveRemove.html