Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -62,17 +62,13 @@ 62 62 * Add ##xwiki.store.migration=1## in ##xwiki.cfg## so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything. 63 63 64 64 {{warning}} 65 -In this version, we have replaced the Activity Stream store by the Event Stream Store. To handle the upgrade, it means you need to modify ##hibernate.cfg.xml##. 65 +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##. 66 66 67 67 You need to remove this line: 68 -{{code language="xml"}} 69 -<mapping resource="activitystream.hbm.xml"/> 70 -{{/code}} 68 +{{code language="xml"}}<mapping resource="activitystream.hbm.xml"/>{{/code}} 71 71 72 72 and to replace it by: 73 -{{code language="xml"}} 74 -<mapping resource="eventstream.hbm.xml"/> 75 -{{/code}} 71 +{{code language="xml"}}<mapping resource="eventstream.hbm.xml"/>{{/code}} 76 76 {{/warning}} 77 77 78 78 == Issues specific to XWiki <version> ==