Event Stream Store
Version 4.3 by Guillaume Delhumeau on 2019/02/04 16:23
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
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"/>