> I "just" want an instance of cas which authenticate with a LDAP bind.
Got it. The problems start with the serviceRegistryDao bean where you've got a Jpa implementation of the service registry, JpaServiceRegistryDaoImpl. Change that bean to use the memory-backed version, org.jasig.cas.services.InMemoryServiceRegistryDaoImpl, and you can delete all subsequent beans that reference Jpa, data sources, and transactions. 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
