Advertisement
Guest User

Untitled

a guest
Dec 5th, 2014
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Dec 05, 2014 6:54:38 PM org.hibernate.ejb.HibernatePersistence logDeprecation
  2. WARN: HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ejb.HibernatePersistence]; use [org.hibernate.jpa.HibernatePersistenceProvider] instead.
  3. Dec 05, 2014 6:54:38 PM org.hibernate.ejb.HibernatePersistence logDeprecation
  4. WARN: HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ejb.HibernatePersistence]; use [org.hibernate.jpa.HibernatePersistenceProvider] instead.
  5. Dec 05, 2014 6:54:38 PM org.hibernate.ejb.HibernatePersistence logDeprecation
  6. WARN: HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ejb.HibernatePersistence]; use [org.hibernate.jpa.HibernatePersistenceProvider] instead.
  7. Dec 05, 2014 6:54:38 PM org.hibernate.jpa.internal.util.LogHelper logPersistenceUnitInformation
  8. INFO: HHH000204: Processing PersistenceUnitInfo [
  9. name: NewPersistenceUnit
  10. ...]
  11. Dec 05, 2014 6:54:38 PM org.hibernate.Version logVersion
  12. INFO: HHH000412: Hibernate Core {4.3.7.Final}
  13. Dec 05, 2014 6:54:38 PM org.hibernate.cfg.Environment <clinit>
  14. INFO: HHH000206: hibernate.properties not found
  15. Dec 05, 2014 6:54:38 PM org.hibernate.cfg.Environment buildBytecodeProvider
  16. INFO: HHH000021: Bytecode provider name : javassist
  17. Dec 05, 2014 6:54:38 PM org.hibernate.annotations.common.reflection.java.JavaReflectionManager <clinit>
  18. INFO: HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
  19. Dec 05, 2014 6:54:38 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
  20. WARN: HHH000402: Using Hibernate built-in connection pool (not for production use!)
  21. Dec 05, 2014 6:54:38 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  22. INFO: HHH000401: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://localhost:3306/gmlDatabase]
  23. Dec 05, 2014 6:54:38 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  24. INFO: HHH000046: Connection properties: {user=lukasz, password=****}
  25. Dec 05, 2014 6:54:38 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  26. INFO: HHH000006: Autocommit mode: false
  27. Dec 05, 2014 6:54:38 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
  28. INFO: HHH000115: Hibernate connection pool size: 20 (min=1)
  29. Dec 05, 2014 6:54:39 PM org.hibernate.dialect.Dialect <init>
  30. INFO: HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
  31. Dec 05, 2014 6:54:39 PM org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
  32. INFO: HHH000397: Using ASTQueryTranslatorFactory
  33. Hibernate:
  34. insert
  35. into
  36. User
  37. (name)
  38. values
  39. (?)
  40. Dec 05, 2014 6:54:39 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl stop
  41. INFO: HHH000030: Cleaning up connection pool [jdbc:mysql://localhost:3306/gmlDatabase]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement