Event Stream Store

Version 4.3 by Guillaume Delhumeau on 2019/02/04 16:23

cogProvide a store implementation for Event Stream based on the legacy Activity Stream.
TypeJAR
CategoryAPI
Developed by

XWiki Development Team

Rating
0 Votes
LicenseGNU Lesser General Public License 2.1

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"/>

Get Connected