The following configuration provides for database-backed auditing and statistics for CAS using the Inspektr Java library. The configuration assumes there exists a JDBC data source in a Spring context XML file named "dataSource." bean named "dataSource" that implements javax.sql.DataSource
defined somewhere in the Spring application context. See JpaTicketRegistry for further information on defining JDBC data sources in Spring.
...