> The wiki-page remains somewhat sketchy on where > the dataSource should be defined. It says in a dataSource file? Is this > accurate or can it just be a dataSource-bean in the same file.
The actual text: "The configuration assumes there exists a JDBC data source in a Spring context XML file named 'dataSource.'" It was clear to me when I wrote it that dataSource is the name of a Spring bean, but I admit that is not explicitly stated. In the following sentence there's a link to the JpaTicketRegistry page that provides an example dataSource bean that might possibly clear things up a bit. In any case I will update that text to make it clearer that "dataSource" is the name of a bean that implements javax.sql.DataSource. It can be defined in any Spring context XML file that is incorporated into the Web application context in which CAS runs. > Is any other additional configuration required outside that > auditTrailContext.xml-file? Nothing additional should be required. If you discover additional steps, I'd be happy to update the instructions to mention then. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
