Hi David, I do know what Hibernate is doing, it is reading the hibernate.cfg.xml file, reading up the mapping files and creating a org.hibernate.SessionFactory. All of this is in a static method in my HibernateUtil class. This is how Hibernate works with other app servers (as far as I know).
What kind of listener do I need to create that gets triggered when the app starts? This sounds like what I'm trying to do. -Patrick djencks wrote: > > Do you have any idea what hibernate is doing? Does this happen on > other app servers? > > If you can figure out what is triggering the initialization you might > be able to trigger it in a listener so it happens when the app starts. > > thanks > david jencks > > On Feb 29, 2008, at 11:50 AM, pdennis wrote: > >> >> I followed the JBoss to >> http://cwiki.apache.org/GMOxDOC20/jboss-to-geronimo-hibernate- >> migration.html >> Geronimo Hibernate Migration to get Hibernate working in Geronimo, >> and it >> works just great. My only problem is the first time I use >> Hibernate in my >> web application, it has to initialize which takes about 2 minutes. >> >> My question is, how do I get Geronimo to initialize Hibernate when >> I deploy >> my WAR, or when the WAR starts up (when Geronimo is restarted). >> Has anyone >> ever done this? >> >> Thanks, >> >> Patrick >> -- >> View this message in context: http://www.nabble.com/Initialize- >> Hibernate-During-Deployment-tp15766273s134p15766273.html >> Sent from the Apache Geronimo - Users mailing list archive at >> Nabble.com. >> > > > > -- View this message in context: http://www.nabble.com/Initialize-Hibernate-During-Deployment-tp15766273s134p15806149.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
