YAT
YAT

Reputation: 466

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:

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

Upvotes: 0

Views: 53

Answers (1)

Misagh Moayyed
Misagh Moayyed

Reputation: 4318

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.

Upvotes: 0

Related Questions