1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
| INFO: Server startup in 7379 ms
2010-07-09 17:57:55,361 INFO [org.hibernate.cfg.Environment] - Hibernate 3.3.1.GA
2010-07-09 17:57:55,366 INFO [org.hibernate.cfg.Environment] - hibernate.properties not found
2010-07-09 17:57:55,370 INFO [org.hibernate.cfg.Environment] - Bytecode provider name : javassist
2010-07-09 17:57:55,376 INFO [org.hibernate.cfg.Environment] - using JDK 1.4 java.sql.Timestamp handling
2010-07-09 17:57:55,528 INFO [org.hibernate.cfg.Configuration] - configuring from url: file:/Users/mcollas/tom60/Dev/tomcat/webapps/esup-rendezvous/WEB-INF/classes/properties/dao/hibernate/hibernate-jdbc.cfg.xml
2010-07-09 17:57:55,577 INFO [org.hibernate.cfg.Configuration] - Configured SessionFactory: null
2010-07-09 17:57:55,673 INFO [org.hibernate.cfg.HbmBinder] - Mapping class: org.esupportail.rendezvous.domain.model.structure.CGE -> V_RDV_CGE
2010-07-09 17:57:55,704 INFO [org.hibernate.cfg.HbmBinder] - Mapping collection: org.esupportail.rendezvous.domain.model.structure.CGE.etudiants -> V_RDV_ETUDIANT
2010-07-09 17:57:55,704 INFO [org.hibernate.cfg.HbmBinder] - Mapping collection: org.esupportail.rendezvous.domain.model.structure.CGE.gestionnaires -> RDV_PERSONNEL
2010-07-09 17:57:55,704 INFO [org.hibernate.cfg.HbmBinder] - Mapping collection: org.esupportail.rendezvous.domain.model.structure.CGE.tranchesReservees -> RDV_JOURSRESERVES
2010-07-09 17:57:55,704 INFO [org.hibernate.cfg.HbmBinder] - Mapping collection: org.esupportail.rendezvous.domain.model.structure.CGE.etapes -> V_RDV_ETAPE
2010-07-09 17:57:55,705 INFO [org.hibernate.cfg.HbmBinder] - Mapping collection: org.esupportail.rendezvous.domain.model.structure.CGE.etapesReservantes -> RDV_ETAPE
2010-07-09 17:57:55,706 INFO [org.hibernate.cfg.HbmBinder] - Mapping class join: org.esupportail.rendezvous.domain.model.structure.CGE -> RDV_CGE
2010-07-09 17:57:55,760 INFO [org.hibernate.cfg.HbmBinder] - Mapping class: org.esupportail.rendezvous.domain.model.structure.Composante -> V_RDV_COMPOSANTE
2010-07-09 17:57:55,761 INFO [org.hibernate.cfg.HbmBinder] - Mapping collection: org.esupportail.rendezvous.domain.model.structure.Composante.etudiants -> V_RDV_ETUDIANT
2010-07-09 17:57:55,781 INFO [org.hibernate.cfg.HbmBinder] - Mapping class: org.esupportail.rendezvous.domain.model.structure.Etape -> V_RDV_ETAPE
2010-07-09 17:57:55,861 INFO [org.hibernate.cfg.HbmBinder] - Mapping class: org.esupportail.rendezvous.domain.model.EtapeReservante -> RDV_ETAPE
2010-07-09 17:57:55,863 INFO [org.hibernate.cfg.HbmBinder] - Mapping class join: org.esupportail.rendezvous.domain.model.EtapeReservante -> V_RDV_ETAPE
2010-07-09 17:57:55,906 INFO [org.hibernate.cfg.HbmBinder] - Mapping class: org.esupportail.rendezvous.domain.model.intervenant.Etudiant -> V_RDV_ETUDIANT
2010-07-09 17:57:55,908 INFO [org.hibernate.cfg.HbmBinder] - Mapping class join: org.esupportail.rendezvous.domain.model.intervenant.Etudiant -> RDV_ETUDIANT
2010-07-09 17:57:56,013 INFO [org.hibernate.cfg.HbmBinder] - Mapping class: org.esupportail.rendezvous.domain.model.ListEtudiants -> RDV_ETUDIANT
2010-07-09 17:57:56,015 INFO [org.hibernate.cfg.HbmBinder] - Mapping collection: org.esupportail.rendezvous.domain.model.ListEtudiants.rendezVous -> RDV_ETUDIANT
2010-07-09 17:57:56,024 INFO [org.hibernate.cfg.HbmBinder] - Mapping class: org.esupportail.rendezvous.domain.model.agenda.Horaire -> RDV_HORAIRE
2010-07-09 17:57:56,033 INFO [org.hibernate.cfg.HbmBinder] - Mapping class: org.esupportail.rendezvous.domain.model.intervenant.Personnel -> RDV_PERSONNEL
2010-07-09 17:57:56,039 INFO [org.hibernate.cfg.HbmBinder] - Mapping class: org.esupportail.rendezvous.domain.model.agenda.TrancheFermee -> RDV_JOURSFERMETURE
2010-07-09 17:57:56,047 INFO [org.hibernate.cfg.HbmBinder] - Mapping class: org.esupportail.rendezvous.domain.model.agenda.TrancheReservee -> RDV_JOURSRESERVES
2010-07-09 17:57:56,058 INFO [org.hibernate.cfg.HbmBinder] - Mapping class: org.esupportail.rendezvous.domain.model.ListJoursReserves -> RDV_JOURSRESERVES
2010-07-09 17:57:56,060 INFO [org.hibernate.cfg.HbmBinder] - Mapping collection: org.esupportail.rendezvous.domain.model.ListJoursReserves.joursReserves -> RDV_JOURSRESERVES
2010-07-09 17:57:56,060 INFO [org.springframework.orm.hibernate3.LocalSessionFactoryBean] - Building new Hibernate SessionFactory
2010-07-09 17:57:56,061 INFO [org.hibernate.cfg.HbmBinder] - Mapping collection: org.esupportail.rendezvous.domain.model.structure.CGE.horaires -> RDV_HORAIRE
2010-07-09 17:57:56,062 INFO [org.hibernate.cfg.HbmBinder] - Mapping collection: org.esupportail.rendezvous.domain.model.structure.CGE.rendezVous -> RDV_ETUDIANT
2010-07-09 17:57:56,062 INFO [org.hibernate.cfg.HbmBinder] - Mapping collection: org.esupportail.rendezvous.domain.model.structure.CGE.tranchesFermees -> RDV_JOURSFERMETURE
2010-07-09 17:57:56,062 INFO [org.hibernate.cfg.HbmBinder] - Mapping collection: org.esupportail.rendezvous.domain.model.structure.CGE.joursReserves -> RDV_JOURSRESERVES
2010-07-09 17:57:56,141 INFO [org.hibernate.connection.DriverManagerConnectionProvider] - Using Hibernate built-in connection pool (not for production use!)
2010-07-09 17:57:56,141 INFO [org.hibernate.connection.DriverManagerConnectionProvider] - Hibernate connection pool size: 20
2010-07-09 17:57:56,141 INFO [org.hibernate.connection.DriverManagerConnectionProvider] - autocommit mode: false |
Partager