startup « Load « JPA Q&A





1. Loading mappings on server startup    forum.hibernate.org

2. Hibernate load entire DB on startup    forum.hibernate.org

i will paste some debug here, so. - Hibernate 2.1.7 - hibernate.properties not found - using CGLIB reflection optimizer ( wich is disabled for some beans ) - using JDK 1.4 java.sql.Timestamp handling - Use outer join fetching: true - Optimize cache for minimal puts: false on the mapping files I have: dynamic-update="false" and dynamic-insert="false" on the class tag, on collection ...