cancel
Showing results for 
Search instead for 
Did you mean: 

Title and description are not refreshed on WCMQS

leonardo_celati
Champ in-the-making
Champ in-the-making
I am using a WCMQS web app backed by alfresco 4.2 community.

I have a problem quite hard to debug. All the assets are correctly refreshed in its content, but the title and descriptions are not.

By debugging I can see Alfresco returning the old set of properties {cm:… ecc} containing the exact old value.

this is the simple fragment, nothing special about it


<h2>${asset.title}</h2> <!– never refreshed –>
<p>${asset.description}</p> <!– never refreshed –>
<@streamasset asset=asset/>


In some way I understood that an old version of the asset is taken rather than the newest one.

The assets are all versionable and marked as translation of a specific language.

Am I missing something or is it a bug on alfresco community ? Or maybe I did something else wrong…
1 REPLY 1

leonardo_celati
Champ in-the-making
Champ in-the-making
I eventually tracked down the problem to a specific date. Specifically I had an aprupt shutdown of the alfresco server.

All the .html pages before that date had the problem of not updating title and description.
I restarted alfresco with a full re index, then I reopened each 'corrupt' page, changing title and description and save, and the problem disappear.