18:25:41,874 INFO Environment:500 - Hibernate 3.2.1 18:25:41,881 INFO Environment:533 - hibernate.properties not found 18:25:41,883 INFO Environment:667 - Bytecode provider name : cglib 18:25:41,887 INFO Environment:584 - using JDK 1.4 java.sql.Timestamp handling 18:25:41,925 INFO Configuration:1423 - configuring from resource: /hibernate.cfg.xml 18:25:41,926 INFO Configuration:1400 - Configuration resource: /hibernate.cfg.xml 18:25:41,984 INFO Configuration:553 - Reading mappings from resource : com/ettrema/tutorial/objects/hbm.xml 18:25:42,055 INFO HbmBinder:300 - Mapping class: com.ettrema.tutorial.objects.Department -> DEPARTMENTS 18:25:42,076 INFO HbmBinder:300 - Mapping class: com.ettrema.tutorial.objects.Document -> DOCUMENTS 18:25:42,078 INFO Configuration:1538 - Configured SessionFactory: null 18:25:42,119 INFO DriverManagerConnectionProvider:41 - Using Hibernate built-in connection pool (not for production use!) 18:25:42,120 INFO DriverManagerConnectionProvider:42 - Hibernate connection pool size: 20 18:25:42,120 INFO DriverManagerConnectionProvider:45 - autocommit mode: false 18:25:42,541 INFO DriverManagerConnectionProvider:80 - using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/webdav 18:25:42,542 INFO DriverManagerConnectionProvider:86 - connection properties: {user=root, password=****} 18:25:42,695 INFO SettingsFactory:81 - RDBMS: MySQL, version: 5.5.29-0ubuntu0.12.04.1 18:25:42,696 INFO SettingsFactory:82 - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-commercial-5.1.17 ( Revision: ${bzr.revision-id} ) 18:25:42,708 INFO Dialect:151 - Using dialect: org.hibernate.dialect.MySQLDialect 18:25:42,713 INFO TransactionFactoryFactory:34 - Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory 18:25:42,716 INFO TransactionManagerLookupFactory:33 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 18:25:42,716 INFO SettingsFactory:134 - Automatic flush during beforeCompletion(): disabled 18:25:42,717 INFO SettingsFactory:138 - Automatic session close at end of transaction: disabled 18:25:42,717 INFO SettingsFactory:145 - JDBC batch size: 15 18:25:42,718 INFO SettingsFactory:148 - JDBC batch updates for versioned data: disabled 18:25:42,720 INFO SettingsFactory:153 - Scrollable result sets: enabled 18:25:42,720 INFO SettingsFactory:161 - JDBC3 getGeneratedKeys(): enabled 18:25:42,721 INFO SettingsFactory:169 - Connection release mode: auto 18:25:42,722 INFO SettingsFactory:193 - Maximum outer join fetch depth: 2 18:25:42,723 INFO SettingsFactory:196 - Default batch fetch size: 1 18:25:42,723 INFO SettingsFactory:200 - Generate SQL with comments: disabled 18:25:42,723 INFO SettingsFactory:204 - Order SQL updates by primary key: disabled 18:25:42,724 INFO SettingsFactory:369 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 18:25:42,726 INFO ASTQueryTranslatorFactory:24 - Using ASTQueryTranslatorFactory 18:25:42,726 INFO SettingsFactory:212 - Query language substitutions: {} 18:25:42,727 INFO SettingsFactory:217 - JPA-QL strict compliance: disabled 18:25:42,727 INFO SettingsFactory:222 - Second-level cache: enabled 18:25:42,728 INFO SettingsFactory:226 - Query cache: disabled 18:25:42,728 INFO SettingsFactory:356 - Cache provider: org.hibernate.cache.NoCacheProvider 18:25:42,729 INFO SettingsFactory:241 - Optimize cache for minimal puts: disabled 18:25:42,729 INFO SettingsFactory:250 - Structured second-level cache entries: disabled 18:25:42,732 INFO SettingsFactory:270 - Echoing all SQL to stdout 18:25:42,733 INFO SettingsFactory:277 - Statistics: disabled 18:25:42,733 INFO SettingsFactory:281 - Deleted entity synthetic identifier rollback: disabled 18:25:42,734 INFO SettingsFactory:296 - Default entity-mode: pojo 18:25:42,752 INFO SessionFactoryImpl:161 - building session factory 18:25:42,911 INFO SessionFactoryObjectFactory:82 - Not binding factory to JNDI, no JNDI name configured 18:25:42,915 INFO SchemaExport:154 - Running hbm2ddl schema export 18:25:42,916 INFO SchemaExport:179 - exporting generated schema to database 18:25:43,373 INFO SchemaExport:196 - schema export complete