> org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class > 'com.mysql.jdbc.Driver'
It looks like you're in a situation similar to another person we helped earlier today. You've defined org.jasig.cas.services.JpaServiceRegistryDaoImpl for the services manager, which requires database setup. If you don't care about service authorization, switch to org.jasig.cas.services.InMemoryServiceRegistryDaoImpl and remove the beans related to data source setup and transaction management. See the thread "FastBindLdapAuthenticationHandler with cas-version 3.4.2" from earlier today for more info. 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
