> Does the SM application create this on first connection, automatically?
It can be generated by Hibernate with the proper configuration. The key parameter is the following: <prop key="hibernate.hbm2ddl.auto">update</prop> > will the DB server being down affect the > authorization of services that are already in the SM? (i.e. will CAS still > be able to release service tickets and attributes for existing services?) You would still be able to perform service authorization if the DB is down. CAS maintains an in-memory collection of services that is periodically refreshed from the database. If the database was down, the periodic refresh process would fail. But the in-memory data would continue to be available to support service authorization. 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
