내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Stale nodes list

Avatar

Level 2

Hi,

Is there any way to get the list of all the stale nodes in AEM6.1?

Regards,

Arnab

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Essentially, it should update the same nodes !! If not there is some issue with your component behavior !

Also, in any case there is no way AEM list all the unused nodes, it has to be handled manually or by customized services 

원본 게시물의 솔루션 보기

7 답변 개

Avatar

Level 10

Can you please expand on what you mean by stale nodes.  What is your use case? 

Avatar

Level 10

As @Scott mentioned, please give a specific usecase you are looking at. It depends on what you call it as stale nodes. Is it unused version nodes or unused content nodes. Each type of stale nodes should be handled in a different way. However, there is no such OOB feature to list all the stale/unused nodes.

Avatar

Level 9

@Bsloki,

May I know, How do we get list of unused nodes in the repository?.

---Jitendra

Avatar

Level 2

We authored a component and it has created content node column1 and column2. After that we modified the authoring details and it has created two more new nodes in the page content node, but it didnt delete the previously created nodes(column1 and column2). Now how to segregate these stale nodes(column1 and column2).

Avatar

Level 10

If you know the JCR path where your component creates nodes - then write a service that deletes the nodes. 

Avatar

정확한 답변 작성자:
Level 10

Essentially, it should update the same nodes !! If not there is some issue with your component behavior !

Also, in any case there is no way AEM list all the unused nodes, it has to be handled manually or by customized services 

Avatar

Level 2

bsloki wrote...

Essentially, it should update the same nodes !! If not there is some issue with your component behavior !

Also, in any case there is no way AEM list all the unused nodes, it has to be handled manually or by customized services 

 

Can you please tell me what condition is to be given while filtering the stale node. As I cant see any property difference in stale node.