Event Stream Store

Version 6.2 by Guillaume Delhumeau on 2019/02/04 16:26

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

This extension is the default implementation and the store of Event Stream Module.

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