Advertisement
Guest User

Untitled

a guest
Apr 16th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.27 KB | None | 0 0
  1. 68 [pool-2-thread-1] DEBUG org.jboss.logging - Logging Provider: org.jboss.logging.Log4jLoggerProvider
  2. 116 [pool-2-thread-1] WARN org.hibernate.ejb.HibernatePersistence - HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ejb.HibernatePersistence]; use [org.hibernate.jpa.HibernatePersistenceProvider] instead.
  3. 116 [pool-2-thread-1] WARN org.hibernate.ejb.HibernatePersistence - HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ejb.HibernatePersistence]; use [org.hibernate.jpa.HibernatePersistenceProvider] instead.
  4. 116 [pool-2-thread-1] WARN org.hibernate.ejb.HibernatePersistence - HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ejb.HibernatePersistence]; use [org.hibernate.jpa.HibernatePersistenceProvider] instead.
  5. 130 [pool-2-thread-1] DEBUG org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl - Incoming config yielded no classloaders; adding standard SE ones
  6. 327 [pool-2-thread-1] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Located and parsed 3 persistence units; checking each
  7. 327 [pool-2-thread-1] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=hibernate.test, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [hibernate.test]
  8. 328 [pool-2-thread-1] DEBUG org.hibernate.jpa.boot.spi.ProviderChecker - Persistence-unit [hibernate.test] requested PersistenceProvider [org.hibernate.jpa.HibernatePersistenceProvider]
  9. 344 [pool-2-thread-1] DEBUG org.hibernate.jpa.internal.util.LogHelper - PersistenceUnitInfo [
  10. name: hibernate.test
  11. persistence provider classname: org.hibernate.jpa.HibernatePersistenceProvider
  12. classloader: null
  13. excludeUnlistedClasses: false
  14. JTA datasource: null
  15. Non JTA datasource: null
  16. Transaction type: RESOURCE_LOCAL
  17. PU root URL: file:/D:/somewhere/bin/
  18. Shared Cache Mode: null
  19. Validation Mode: null
  20. Jar files URLs []
  21. Managed classes names []
  22. Mapping files names []
  23. Properties [
  24. hibernate.ejb.cfgfile: /hibernate/hibernate.cfg.xml]
  25. 370 [pool-2-thread-1] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
  26. 374 [pool-2-thread-1] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.secure.spi.JaccIntegrator].
  27. 378 [pool-2-thread-1] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
  28. 378 [pool-2-thread-1] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.jpa.event.spi.JpaIntegrator].
  29. 419 [pool-2-thread-1] DEBUG org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [MySQL5] -> [org.hibernate.dialect.MySQL5Dialect] (replacing [org.hibernate.dialect.MySQL5Dialect])
  30. 419 [pool-2-thread-1] DEBUG org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [MySQL5InnoDB] -> [org.hibernate.dialect.MySQL5InnoDBDialect] (replacing [org.hibernate.dialect.MySQL5InnoDBDialect])
  31. 517 [pool-2-thread-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {4.3.8.Final}
  32. 524 [pool-2-thread-1] INFO org.hibernate.cfg.Environment - HHH000205: Loaded properties from resource hibernate.properties: {hibernate.enable_lazy_load_no_trans=true, hibernate.temp.use_jdbc_metadata_defaults=true, hibernate.show_sql=true, hibernate.bytecode.use_reflection_optimizer=false, hibernate.format_sql=false, hibernate.use_sql_comments=false}
  33. 525 [pool-2-thread-1] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
  34. 21668 [pool-2-thread-1] DEBUG org.hibernate.service.internal.JaxbProcessor - cfg.xml document did not define namespaces; wrapping in custom event reader to introduce namespace information
  35. 22375 [pool-2-thread-1] DEBUG org.hibernate.service.spi.ServiceBinding - Overriding existing service binding [org.hibernate.secure.spi.JaccService]
  36. 22444 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@506caffc
  37. 22444 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@506caffc
  38. 22444 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@506caffc
  39. 22446 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@291d3c66
  40. 22450 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.TrueFalseType@10021871
  41. 22451 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.YesNoType@1d96e401
  42. 22455 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@2f8f1e34
  43. 22455 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@2f8f1e34
  44. 22455 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@2f8f1e34
  45. 22457 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.CharacterType@5fe6611b
  46. 22457 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.CharacterType@5fe6611b
  47. 22457 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5fe6611b
  48. 22460 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@5cef07e2
  49. 22460 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@5cef07e2
  50. 22460 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.ShortType@5cef07e2
  51. 22462 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.IntegerType@5651ead5
  52. 22462 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.IntegerType@5651ead5
  53. 22462 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@5651ead5
  54. 22466 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@4464cb3f
  55. 22466 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@4464cb3f
  56. 22466 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.LongType@4464cb3f
  57. 22470 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@102fa5b1
  58. 22470 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@102fa5b1
  59. 22470 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.FloatType@102fa5b1
  60. 22474 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@72ad9466
  61. 22474 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@72ad9466
  62. 22474 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@72ad9466
  63. 22482 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@6311b718
  64. 22482 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@6311b718
  65. 22485 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BigIntegerType@6ef05326
  66. 22485 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@6ef05326
  67. 22487 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.StringType@6bf1039d
  68. 22487 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.StringType@6bf1039d
  69. 22488 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.StringNVarcharType@49048fbc
  70. 22491 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@370b05a
  71. 22493 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.UrlType@43b03381
  72. 22493 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.UrlType@43b03381
  73. 22497 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.DateType@580022fd
  74. 22497 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.DateType@580022fd
  75. 22502 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.TimeType@6c78ee2
  76. 22503 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.TimeType@6c78ee2
  77. 22505 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.TimestampType@1bd11e55
  78. 22505 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@1bd11e55
  79. 22505 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.TimestampType@1bd11e55
  80. 22508 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@7245f48
  81. 22511 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.CalendarType@99a95d5
  82. 22511 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@99a95d5
  83. 22511 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@99a95d5
  84. 22513 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@73429975
  85. 22514 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.LocaleType@1024d8e2
  86. 22514 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1024d8e2
  87. 22516 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.CurrencyType@4948d409
  88. 22517 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@4948d409
  89. 22518 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.TimeZoneType@5cf67965
  90. 22518 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@5cf67965
  91. 22519 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.ClassType@10b61806
  92. 22520 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.ClassType@10b61806
  93. 22523 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@4ca0d990
  94. 22523 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@4ca0d990
  95. 22524 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@4c5eb4d8
  96. 22526 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@12dfb4b2
  97. 22529 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BinaryType@434d183d
  98. 22530 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BinaryType@434d183d
  99. 22530 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BinaryType@434d183d
  100. 22532 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@45897854
  101. 22532 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@45897854
  102. 22532 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@45897854
  103. 22534 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.ImageType@5fa1c3a6
  104. 22537 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.CharArrayType@56d3d570
  105. 22537 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.CharArrayType@56d3d570
  106. 22537 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.CharArrayType@56d3d570
  107. 22539 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1e9894a
  108. 22539 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1e9894a
  109. 22539 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1e9894a
  110. 22540 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.TextType@7a3cf6fb
  111. 22541 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.NTextType@3be0871a
  112. 22557 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BlobType@4a8a4086
  113. 22557 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@4a8a4086
  114. 22557 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@4fdedb31
  115. 22565 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.ClobType@4de91d01
  116. 22565 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@4de91d01
  117. 22573 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.NClobType@674ce2c4
  118. 22574 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@674ce2c4
  119. 22575 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@f338b83
  120. 22576 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@1e12b807
  121. 22582 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.SerializableType@7b5f6bdc
  122. 22589 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.ObjectType@55eff110
  123. 22590 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@55eff110
  124. 22590 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@2dbfd3f1
  125. 22591 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@6ada3c92
  126. 22591 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@73b126cf
  127. 22591 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@6279c4e2
  128. 22591 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@318aa307
  129. 22591 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@a0f3708
  130. 22591 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@70f2ffd8
  131. 22591 [pool-2-thread-1] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@5c806bf0
  132. 22673 [pool-2-thread-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
  133. 22770 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
  134. 22772 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
  135. 22775 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
  136. 22775 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
  137. 22779 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [hilo] -> [org.hibernate.id.TableHiLoGenerator]
  138. 22780 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
  139. 22785 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
  140. 22787 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
  141. 22789 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.SequenceGenerator]
  142. 22790 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator]
  143. 22791 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
  144. 22792 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
  145. 22793 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator]
  146. 22798 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
  147. 22801 [pool-2-thread-1] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
  148. 22819 [pool-2-thread-1] DEBUG org.hibernate.cfg.Configuration - Preparing to build session factory with filters : {}
  149. 22841 [pool-2-thread-1] WARN org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl - HHH000402: Using Hibernate built-in connection pool (not for production use!)
  150. 23089 [pool-2-thread-1] INFO org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl - HHH000401: using driver [oracle.jdbc.OracleDriver] at URL [jdbc:oracle:thin:@//server:1521SERVERNAME]
  151. 23089 [pool-2-thread-1] INFO org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl - HHH000046: Connection properties: {user=user, password=password}
  152. 23089 [pool-2-thread-1] INFO org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl - HHH000006: Autocommit mode: false
  153. 23092 [pool-2-thread-1] INFO org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl - HHH000115: Hibernate connection pool size: 20 (min=1)
  154. 23092 [pool-2-thread-1] DEBUG org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl - Initializing Connection pool with 1 Connections
  155. 24274 [pool-2-thread-1] DEBUG org.hibernate.engine.jdbc.internal.JdbcServicesImpl - Database ->
  156. name : Oracle
  157. version : Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
  158. With the Partitioning and Real Application Clusters options
  159. major : 11
  160. minor : 2
  161. 24274 [pool-2-thread-1] DEBUG org.hibernate.engine.jdbc.internal.JdbcServicesImpl - Driver ->
  162. name : Oracle JDBC driver
  163. version : 12.1.0.2.0
  164. major : 12
  165. minor : 1
  166. 24274 [pool-2-thread-1] DEBUG org.hibernate.engine.jdbc.internal.JdbcServicesImpl - JDBC version : 4.1
  167. 24276 [pool-2-thread-1] DEBUG org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport - Unexpected error trying to gauge level of JDBC REF_CURSOR support : null
  168. 24790 [pool-2-thread-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect
  169. 25023 [pool-2-thread-1] DEBUG org.hibernate.cfg.Configuration - Processing hbm.xml files
  170. 25023 [pool-2-thread-1] DEBUG org.hibernate.cfg.Configuration - Process annotated classes
  171. 25024 [pool-2-thread-1] DEBUG org.hibernate.cfg.Configuration - Processing fk mappings (*ToOne and JoinedSubclass)
  172. 25026 [pool-2-thread-1] DEBUG org.hibernate.cfg.Configuration - Processing extends queue
  173. 25026 [pool-2-thread-1] DEBUG org.hibernate.cfg.Configuration - Processing extends queue
  174. 25026 [pool-2-thread-1] DEBUG org.hibernate.cfg.Configuration - Processing collection mappings
  175. 25026 [pool-2-thread-1] DEBUG org.hibernate.cfg.Configuration - Processing native query and ResultSetMapping mappings
  176. 25026 [pool-2-thread-1] DEBUG org.hibernate.cfg.Configuration - Processing association property references
  177. 25026 [pool-2-thread-1] DEBUG org.hibernate.cfg.Configuration - Creating tables' unique integer identifiers
  178. 25026 [pool-2-thread-1] DEBUG org.hibernate.cfg.Configuration - Processing foreign key constraints
  179. 25027 [pool-2-thread-1] DEBUG org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator - No JtaPlatform was specified, checking resolver
  180. 25028 [pool-2-thread-1] DEBUG org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformResolverInitiator - No JtaPlatformResolver was specified, using default [org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver]
  181. 25033 [pool-2-thread-1] DEBUG org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver - Could not resolve JtaPlatform, using default [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  182. 25040 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
  183. 25040 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
  184. 25040 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
  185. 25040 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: disabled
  186. 25040 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
  187. 25040 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Wrap result sets: disabled
  188. 25040 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
  189. 25040 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - multi-tenancy strategy : NONE
  190. 25040 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Connection release mode: auto
  191. 25047 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Using BatchFetchStyle : LEGACY
  192. 25047 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Default schema: SYS_TEST
  193. 25048 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Default catalog: SYS_TEST
  194. 25048 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
  195. 25048 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
  196. 25048 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
  197. 25049 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Order SQL inserts for batching: disabled
  198. 25049 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Default null ordering: none
  199. 25051 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
  200. 25056 [pool-2-thread-1] INFO org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory - HHH000397: Using ASTQueryTranslatorFactory
  201. 25056 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
  202. 25056 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
  203. 25056 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
  204. 25057 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Query cache: disabled
  205. 25058 [pool-2-thread-1] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory
  206. 25067 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
  207. 25068 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
  208. 25068 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Second-level cache direct-reference entries: disabled
  209. 25068 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Automatic eviction of collection cache: disabled
  210. 25068 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Statistics: disabled
  211. 25068 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
  212. 25068 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
  213. 25068 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Named query checking : enabled
  214. 25068 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
  215. 25068 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - Allow initialization of lazy state outside session : : enabled
  216. 25068 [pool-2-thread-1] DEBUG org.hibernate.cfg.SettingsFactory - JTA Track by Thread: enabled
  217. 25085 [pool-2-thread-1] DEBUG org.hibernate.internal.SessionFactoryImpl - Building session factory
  218. 25112 [pool-2-thread-1] DEBUG org.hibernate.internal.SessionFactoryImpl - Session factory constructed with filter configurations : {}
  219. 25112 [pool-2-thread-1] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiating session factory with properties: {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, hibernate.connection.url=jdbc:oracle:thin:@//SERVER:1521/DBNAME, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.name=Windows 7, sun.boot.class.path= java.vendor.url=http://java.oracle.com/, hibernate.connection.driver_class=oracle.jdbc.OracleDriver, java.vm.vendor=Oracle Corporation, hibernate.dialect=org.hibernate.dialect.Oracle10gDialect, hibernate.ejb.persistenceUnitName=hibernate.test, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=controller.Main, java.class.path=, hibernate.bytecode.use_reflection_optimizer=false, org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=off, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, java.io.tmpdir=C:\temp, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, hibernate.default_schema=SYS_TEST, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Program Files\Java\jre1.8.0_25\lib\ext;C:\Windows\Sun\Java\lib\ext, hibernate.use_sql_comments=false, user.dir=D:\somewhere, line.separator=
  220. , java.vm.name=Java HotSpot(TM) 64-Bit Server VM, org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog, javafx.version=8.0.25, file.encoding=Cp1250, org.apache.commons.logging.simplelog.log.httpclient.wire=off, hibernate.default_catalog=SYS_TEST, java.specification.version=1.8, hibernate.show_sql=true}
  221. 25143 [pool-2-thread-1] DEBUG org.hibernate.secure.spi.JaccIntegrator - Skipping JACC integration as it was not enabled
  222. 25154 [pool-2-thread-1] DEBUG org.hibernate.engine.spi.CascadeStyles - External cascade style regsitration [persist : STYLE_PERSIST_SKIPLAZY] overrode base registration [STYLE_PERSIST]
  223. 25309 [pool-2-thread-1] DEBUG org.hibernate.internal.SessionFactoryRegistry - Initializing SessionFactoryRegistry : org.hibernate.internal.SessionFactoryRegistry@5abb1eaa
  224. 25313 [pool-2-thread-1] DEBUG org.hibernate.internal.SessionFactoryRegistry - Registering SessionFactory: 5fbda778-0c20-4761-90ea-12d12aebdb53 (<unnamed>)
  225. 25313 [pool-2-thread-1] DEBUG org.hibernate.internal.SessionFactoryRegistry - Not binding SessionFactory to JNDI, no JNDI name configured
  226. 25313 [pool-2-thread-1] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiated session factory
  227. 25315 [pool-2-thread-1] DEBUG org.hibernate.internal.NamedQueryRepository - Checking 0 named HQL queries
  228. 25315 [pool-2-thread-1] DEBUG org.hibernate.internal.NamedQueryRepository - Checking 0 named SQL queries
  229. 25332 [pool-2-thread-1] DEBUG org.hibernate.stat.internal.StatisticsInitiator - Statistics initialized [enabled=false]
  230. 25340 [pool-2-thread-1] DEBUG org.hibernate.jpa.internal.schemagen.JpaSchemaGenerator - No actions specified; doing nothing
  231. 25403 [pool-2-thread-1] DEBUG org.hibernate.jpa.internal.EntityManagerFactoryRegistry - Initializing EntityManagerFactoryRegistry : org.hibernate.jpa.internal.EntityManagerFactoryRegistry@69805798
  232. 25404 [pool-2-thread-1] DEBUG org.hibernate.jpa.internal.EntityManagerFactoryRegistry - Registering EntityManagerFactory: hibernate.test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement