Event Stream Store
Version 7.1 by Guillaume Delhumeau on 2019/02/04 16:26
Provide a store implementation for Event Stream based on the legacy Activity Stream. |
Type | JAR |
Category | API |
Developed by | |
Rating | |
License | GNU Lesser General Public License 2.1 |
Table of contents
Description
This extension is the default implementation and the store of Event Stream Module and it replaces Activity Stream Plugin.
Prerequisites & Installation Instructions
Activate the Hibernate mapping by editing your WEB-INF/hibernate.cfg.xml file, and adding the following line as follow under your database standard XWiki configuration :
<!-- Mapping files -->
[...]
<mapping resource="eventstream.hbm.xml"/>
[...]
<mapping resource="eventstream.hbm.xml"/>