Advertisement
Guest User

Untitled

a guest
Apr 4th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.84 KB | None | 0 0
  1. 2019-04-04 17:07:56.431 [DEBUG] org.hibernate.internal.SessionFactoryRegistry:62 - Initializing SessionFactoryRegistry : org.hibernate.internal.SessionFactoryRegistry@435ce306
  2. 2019-04-04 17:07:56.439 [DEBUG] org.hibernate.internal.SessionFactoryRegistry:75 - Registering SessionFactory: 9846fc9f-5069-4646-b8c9-4673d7c1d3c4 (<unnamed>)
  3. 2019-04-04 17:07:56.440 [DEBUG] org.hibernate.internal.SessionFactoryRegistry:82 - Not binding SessionFactory to JNDI, no JNDI name configured
  4. 2019-04-04 17:07:56.440 [DEBUG] org.hibernate.internal.SessionFactoryImpl:488 - Instantiated session factory
  5. 2019-04-04 17:07:56.441 [DEBUG] org.hibernate.internal.SessionFactoryImpl:1060 - Checking 0 named HQL queries
  6. 2019-04-04 17:07:56.441 [DEBUG] org.hibernate.internal.SessionFactoryImpl:1083 - Checking 0 named SQL queries
  7. 2019-04-04 17:07:56.446 [DEBUG] org.hibernate.stat.internal.StatisticsInitiator:110 - Statistics initialized [enabled=false]
  8. 2019-04-04 17:07:56.750 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:146 - Explicit transaction definition [PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''] found for test context [[TestContext@d8355a8 testClass = TestGetSubBinList, locations = array<String>['classpath:applicationContext.xml'], testInstance = id.co.solusiteknologi.jangjo.bo.test.TestGetSubBinList@59fa1d9b, testMethod = testSuccess@TestGetSubBinList, testException = [null]]]
  9. 2019-04-04 17:07:56.751 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:466 - Retrieved @TransactionConfiguration [@org.springframework.test.context.transaction.TransactionConfiguration(defaultRollback=true, transactionManager=transactionManager)] for test class [class id.co.solusiteknologi.jangjo.bo.test.TestGetSubBinList]
  10. 2019-04-04 17:07:56.752 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:483 - Retrieved TransactionConfigurationAttributes [[TransactionConfigurationAttributes@bdecc21 transactionManagerName = 'transactionManager', defaultRollback = true]] for class [class id.co.solusiteknologi.jangjo.bo.test.TestGetSubBinList]
  11. 2019-04-04 17:07:56.802 [DEBUG] org.hibernate.engine.transaction.spi.AbstractTransactionImpl:158 - begin
  12. 2019-04-04 17:07:56.802 [DEBUG] org.hibernate.engine.jdbc.internal.LogicalConnectionImpl:212 - Obtaining JDBC connection
  13. 2019-04-04 17:07:56.802 [DEBUG] org.hibernate.engine.jdbc.internal.LogicalConnectionImpl:218 - Obtained JDBC connection
  14. 2019-04-04 17:07:56.802 [DEBUG] org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction:69 - initial autocommit status: true
  15. 2019-04-04 17:07:56.803 [DEBUG] org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction:71 - disabling autocommit
  16. 2019-04-04 17:07:56.804 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:354 - No method-level @Rollback override: using default rollback [true] for test context [[TestContext@d8355a8 testClass = TestGetSubBinList, locations = array<String>['classpath:applicationContext.xml'], testInstance = id.co.solusiteknologi.jangjo.bo.test.TestGetSubBinList@59fa1d9b, testMethod = testSuccess@TestGetSubBinList, testException = [null]]]
  17. 2019-04-04 17:07:56.804 [INFO] org.springframework.test.context.transaction.TransactionalTestExecutionListener:272 - Began transaction (1): transaction manager [org.springframework.orm.jpa.JpaTransactionManager@8a62297]; rollback [true]
  18. 2019-04-04 17:07:56.806 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:133 - Executing SQL script from class path resource [scripts/TestGetSubBinList.sql]
  19. 2019-04-04 17:07:56.807 [DEBUG] org.springframework.jdbc.core.JdbcTemplate:504 - Executing SQL update [INSERT INTO mstr.m_supplier (industry_type, bin_id)
  20. VALUES ('Sub Bin 1', 99)]
  21. 2019-04-04 17:07:56.809 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:354 - No method-level @Rollback override: using default rollback [true] for test context [[TestContext@d8355a8 testClass = TestGetSubBinList, locations = array<String>['classpath:applicationContext.xml'], testInstance = id.co.solusiteknologi.jangjo.bo.test.TestGetSubBinList@59fa1d9b, testMethod = testSuccess@TestGetSubBinList, testException = java.lang.NoSuchMethodError: org.hibernate.Session.connection()Ljava/sql/Connection;]]
  22. 2019-04-04 17:07:56.810 [DEBUG] org.hibernate.engine.transaction.spi.AbstractTransactionImpl:203 - rolling back
  23. 2019-04-04 17:07:56.810 [DEBUG] org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction:164 - rolled JDBC Connection
  24. 2019-04-04 17:07:56.810 [DEBUG] org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction:126 - re-enabling autocommit
  25. 2019-04-04 17:07:56.817 [DEBUG] org.hibernate.engine.jdbc.internal.LogicalConnectionImpl:232 - Releasing JDBC connection
  26. 2019-04-04 17:07:56.818 [DEBUG] org.hibernate.engine.jdbc.internal.LogicalConnectionImpl:250 - Released JDBC connection
  27. 2019-04-04 17:07:56.819 [INFO] org.springframework.test.context.transaction.TransactionalTestExecutionListener:292 - Rolled back transaction after test execution for test context [[TestContext@d8355a8 testClass = TestGetSubBinList, locations = array<String>['classpath:applicationContext.xml'], testInstance = id.co.solusiteknologi.jangjo.bo.test.TestGetSubBinList@59fa1d9b, testMethod = testSuccess@TestGetSubBinList, testException = java.lang.NoSuchMethodError: org.hibernate.Session.connection()Ljava/sql/Connection;]]
  28. 2019-04-04 17:07:56.820 [DEBUG] org.springframework.test.context.support.DirtiesContextTestExecutionListener:86 - After test method: context [[TestContext@d8355a8 testClass = TestGetSubBinList, locations = array<String>['classpath:applicationContext.xml'], testInstance = id.co.solusiteknologi.jangjo.bo.test.TestGetSubBinList@59fa1d9b, testMethod = testSuccess@TestGetSubBinList, testException = java.lang.NoSuchMethodError: org.hibernate.Session.connection()Ljava/sql/Connection;]], class dirties context [false], class mode [null], method dirties context [false].
  29. 2019-04-04 17:07:56.822 [DEBUG] org.springframework.test.context.support.DirtiesContextTestExecutionListener:113 - After test class: context [[TestContext@d8355a8 testClass = TestGetSubBinList, locations = array<String>['classpath:applicationContext.xml'], testInstance = [null], testMethod = [null], testException = [null]]], dirtiesContext [false].
  30. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.793 sec <<< FAILURE!
  31. 2019-04-04 17:07:56.829 [DEBUG] org.hibernate.internal.SessionFactoryImpl:1359 - HHH000031: Closing
  32. 2019-04-04 17:07:56.830 [INFO] org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl:160 - HHH000030: Cleaning up connection pool [jdbc:postgresql://192.168.23.160:5432/jangjo]
  33.  
  34. Results :
  35.  
  36. Tests in error:
  37. testSuccess(id.co.solusiteknologi.jangjo.bo.test.TestGetSubBinList): org.hibernate.Session.connection()Ljava/sql/Connection;
  38.  
  39. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement