Mohanjith, I think its because you probably have this property set in the entityManagerFactory bean:
<prop key="hibernate.hbm2ddl.auto">create-drop</prop> I think if you remove this line once the database is created you should be ok. Mike -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sudirikku Mohanjith Sent: Thursday, February 21, 2008 11:35 AM To: Yale CAS mailing list Subject: CAS services registry status Hi, In my CAS deployment I'm using ServiceRegistry DAO based on MySQL and Hibernate, as explained in http://www.ja-sig.org/wiki/display/CASUM/Configuring. However the status of the services in the registry is always reset everytime I restart the application server. Any help will be appreciated. Cheers, Mohanjith _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
