delete annotation property cache | Community
Skip to main content
Level 4
October 16, 2015
Solved

delete annotation property cache

  • October 16, 2015
  • 3 replies
  • 722 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by samuel786431

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

3 replies

Level 4
October 16, 2015

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

samuel786431AuthorAccepted solution
Level 4
October 16, 2015

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

smacdonald2008
Level 10
October 16, 2015

Thanks for posting the solution.