Last modified by slauriere on 2019/06/06

<
From version < 9.3 >
edited by Vincent Massol
on 2019/02/18
To version < 10.1 >
edited by Vincent Massol
on 2019/02/18
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -76,13 +76,15 @@
76 76  
77 77  === Introduction of the Event Stream Store ===
78 78  
79 +The Activity Stream and Watchlist features have been [[replaced by the Notifications feature back in XWiki 10.9>>ReleaseNotes.Data.XWiki.10\.9.WebHome||anchor="HActivityStreamisnotbundledanymore"]]. However, for technical reasons, we were still using the old Activity Stream store. We have now removed it in favor of a new [[Event Stream Store>>extensions:Extension.Event Stream Store.WebHome]].
80 +
79 79  {{warning}}
80 -In this version, we have replaced the Activity Stream store by the [[Event Stream Store>>extensions:Extension.Event Stream Store.WebHome]]. To handle the upgrade, it means you need to modify ##hibernate.cfg.xml##.
82 +If you're upgrading from an older version of XWiki, you must to modify your ##hibernate.cfg.xml## file.
81 81  
82 82  You need to remove this line:
83 83  {{code language="xml"}}<mapping resource="activitystream.hbm.xml"/>{{/code}}
84 -
85 -and to replace it by:
86 +
87 +And replace it by:
86 86  {{code language="xml"}}<mapping resource="eventstream.hbm.xml"/>{{/code}}
87 87  {{/warning}}
88 88  

Get Connected