Search code examples
hibernate-mappingcas

jasig CAS hibernate mapping


I configured the JpaServiceRegistryDaoImpl like it's documented here to store the services in the database.

Now the cas is generating some Table:

  • locks
  • RegisteredServiceImpl
  • rs_attributes
  • TICKETGRANTINGTICKET

Why are these Tables are generated? And how can I change the table names?


Solution

  • You cannot change the table names. the schema is automatically created for you so CAS can store services. You can mod the CAS configuration to disable schema generation, but the names have to be there.