On Sun, Jun 10, 2012 at 4:44 AM, amree <[email protected]> wrote: > What's the correct pom.xml for configuring services with MySQL?
The component you need is JpaServiceRegistryDaoImpl [1], for which you'll need a data source definition like that shown in the following documentation: https://wiki.jasig.org/display/CASUM/JpaTicketRegistry A lot of MySQL-specific issues are discussed there as well and it should be helpful. I encourage you to use the Maven WAR overlay process [2] to manage your customizations. We'll be able to offer more support if you use the recommended practice. M [1] https://github.com/Jasig/cas/blob/master/cas-server-core/src/main/java/org/jasig/cas/services/JpaServiceRegistryDaoImpl.java [2] https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method -- 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
