Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

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 Accepted Solution

Avatar

Correct answer by
Level 4

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

View solution in original post

3 Replies

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

Correct answer by
Level 4

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

Avatar

Level 10

Thanks for posting the solution.