Using a Transaction Filter

Create a property file for your transaction filter, for instance configuration-root/com/mycompany/MyFilter.properties. The file must at least contain a $class entry to identify the class that implements the filter, for example:

$class=com.mycompany.transactionFilters.MyTransactionFilter

The transaction filters executed by the Content Engine are defined in a file called configuration-root/com/escenic/livecenter/LiveEntryDao.properties. To enable this filter, you would need to add the following entry to the file:

filter.myfilter=/com/mycompany/transactionfilters/MyTransactionFilter