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

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

Mark Solution

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

해결됨

delete annotation property cache

Avatar

Level 4

Hi,

I'm using cq5.5 and i have changed an annotation property like so:

@Properties({
        @Property(name = "ServerUrl1", value = "http://x"),
        @Property(name = "ServerName1", value = "x"),
 
})

I have built and installed the bundle but inside the configMgr i see the previous value of this property.

If i delete competely the browser cache i continue to see the previous value.

Where is it stored this information? Is there  a cq5 cache?

Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 4

Solved: there is a cache under /apps/system/config

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Level 4

If i add another property i can see it inside the cofingMgr so the bundle is installed correctly.

I have tried to delete all the content inside var folder but nothing change

Avatar

정확한 답변 작성자:
Level 4

Solved: there is a cache under /apps/system/config

Avatar

Level 10

Thanks for posting the solution.