Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarify that "dataSource" is the name of a Spring bean.

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.

...