Expand my Community achievements bar.

HELP PLEASE! I have a page in CQ that I can not delete

Avatar

Level 2

HELP! I have a page in CQ that I can not delete. I have deleted all the other pages that cascade below. I have deleted all others in the same tree..BUT I can not delete the actual page. I also have deleted everything within the page. Still no luck. When I select delete, it asks me if I am sure. I click on yes....and then "loading" spins infinitely.

22 Replies

Avatar

Level 9

Also, if you go and check in CRXDE, does it have a jcr:content node associated with it?

Avatar

Level 10

Try blowing the node away with JCR API. That is somewhat an overkill - but it should work.

http://www.day.com/specs/jsr170/javadocs/jcr-1.0/javax/jcr/Item.html#remove()

I have written tools that modify JCR nodes usign JCR API - never had an issue with JCR API and nodes.

Sometimes its a UI issue. See that if works. (I have never seen this issue before.)