Advertisement
Guest User

Untitled

a guest
Nov 7th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 21.35 KB | None | 0 0
  1. 2018-11-07 15:18:13.271 [DEBUG] org.hibernate.impl.SessionFactoryObjectFactory:61 - initializing class SessionFactoryObjectFactory
  2. 2018-11-07 15:18:13.273 [DEBUG] org.hibernate.impl.SessionFactoryObjectFactory:99 - registered: 535fafb6-3b68-4905-aece-11e3566d4f9f (unnamed)
  3. 2018-11-07 15:18:13.274 [INFO] org.hibernate.impl.SessionFactoryObjectFactory:105 - Not binding factory to JNDI, no JNDI name configured
  4. 2018-11-07 15:18:13.274 [DEBUG] org.hibernate.impl.SessionFactoryImpl:367 - instantiated session factory
  5. 2018-11-07 15:18:13.275 [DEBUG] org.hibernate.impl.SessionFactoryImpl:537 - Checking 0 named HQL queries
  6. 2018-11-07 15:18:13.275 [DEBUG] org.hibernate.impl.SessionFactoryImpl:557 - Checking 0 named SQL queries
  7. 2018-11-07 15:18:15.924 [WARN] org.jleaf.common.bo.realm.RealmActiveDirectory:48 - Activate Realm LDAP without any configuration
  8. 2018-11-07 15:18:30.475 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:146 - Explicit transaction definition [PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''] found for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@464bee09, testMethod = testSuccess@TestRemoveDsArea, testException = [null]]]
  9. 2018-11-07 15:18:30.475 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:466 - Retrieved @TransactionConfiguration [@org.springframework.test.context.transaction.TransactionConfiguration(defaultRollback=true, transactionManager=transactionManager)] for test class [class org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea]
  10. 2018-11-07 15:18:30.476 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:483 - Retrieved TransactionConfigurationAttributes [[TransactionConfigurationAttributes@ab94a32 transactionManagerName = 'transactionManager', defaultRollback = true]] for class [class org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea]
  11. 2018-11-07 15:18:30.520 [DEBUG] org.hibernate.impl.SessionImpl:265 - opened session at timestamp: 15415787104
  12. 2018-11-07 15:18:30.524 [DEBUG] org.hibernate.transaction.JDBCTransaction:78 - begin
  13. 2018-11-07 15:18:30.525 [DEBUG] org.hibernate.jdbc.ConnectionManager:444 - opening JDBC connection
  14. 2018-11-07 15:18:30.525 [DEBUG] org.hibernate.transaction.JDBCTransaction:83 - current autocommit status: true
  15. 2018-11-07 15:18:30.526 [DEBUG] org.hibernate.transaction.JDBCTransaction:86 - disabling autocommit
  16. 2018-11-07 15:18:30.528 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:354 - No method-level @Rollback override: using default rollback [true] for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@464bee09, testMethod = testSuccess@TestRemoveDsArea, testException = [null]]]
  17. 2018-11-07 15:18:30.528 [INFO] org.springframework.test.context.transaction.TransactionalTestExecutionListener:272 - Began transaction (1): transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20a116a0]; rollback [true]
  18. 2018-11-07 15:18:30.530 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:133 - Executing SQL script from class path resource [org/jleaf/erp/master/bo/dsarea/test/TestRemoveDsArea.sql]
  19. 2018-11-07 15:18:30.532 [DEBUG] org.springframework.jdbc.core.JdbcTemplate:504 - Executing SQL update [--TODO : implement this file]
  20. 2018-11-07 15:18:30.548 [DEBUG] org.springframework.jdbc.core.JdbcTemplate:510 - SQL update affected 0 rows
  21. 2018-11-07 15:18:30.554 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 0 rows affected by SQL: --TODO : implement this file
  22. 2018-11-07 15:18:30.555 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:167 - Done executing SQL scriptBuilder from class path resource [org/jleaf/erp/master/bo/dsarea/test/TestRemoveDsArea.sql] in 24 ms.
  23. 2018-11-07 15:18:30.565 [DEBUG] org.hibernate.loader.Loader:2022 - loading entity: [org.jleaf.erp.master.entity.DsArea#1]
  24. 2018-11-07 15:18:30.567 [DEBUG] org.hibernate.jdbc.AbstractBatcher:410 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
  25. 2018-11-07 15:18:30.569 [DEBUG] org.hibernate.SQL:111 - select dsarea0_.ds_area_id as ds1_50_0_, dsarea0_.create_datetime as create2_50_0_, dsarea0_.create_user_id as create3_50_0_, dsarea0_.update_datetime as update4_50_0_, dsarea0_.update_user_id as update5_50_0_, dsarea0_.version as version50_0_, dsarea0_.active as active50_0_, dsarea0_.active_datetime as active8_50_0_, dsarea0_.non_active_datetime as non9_50_0_, dsarea0_.area_name as area10_50_0_, dsarea0_.tenant_id as tenant11_50_0_ from m_ds_area dsarea0_ where dsarea0_.ds_area_id=?
  26. Hibernate: select dsarea0_.ds_area_id as ds1_50_0_, dsarea0_.create_datetime as create2_50_0_, dsarea0_.create_user_id as create3_50_0_, dsarea0_.update_datetime as update4_50_0_, dsarea0_.update_user_id as update5_50_0_, dsarea0_.version as version50_0_, dsarea0_.active as active50_0_, dsarea0_.active_datetime as active8_50_0_, dsarea0_.non_active_datetime as non9_50_0_, dsarea0_.area_name as area10_50_0_, dsarea0_.tenant_id as tenant11_50_0_ from m_ds_area dsarea0_ where dsarea0_.ds_area_id=?
  27. 2018-11-07 15:18:30.581 [DEBUG] org.hibernate.jdbc.AbstractBatcher:426 - about to open ResultSet (open ResultSets: 0, globally: 0)
  28. 2018-11-07 15:18:30.582 [DEBUG] org.hibernate.loader.Loader:1322 - result row: EntityKey[org.jleaf.erp.master.entity.DsArea#1]
  29. 2018-11-07 15:18:30.590 [DEBUG] org.hibernate.jdbc.AbstractBatcher:433 - about to close ResultSet (open ResultSets: 1, globally: 1)
  30. 2018-11-07 15:18:30.591 [DEBUG] org.hibernate.jdbc.AbstractBatcher:418 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
  31. 2018-11-07 15:18:30.592 [DEBUG] org.hibernate.engine.TwoPhaseLoad:130 - resolving associations for [org.jleaf.erp.master.entity.DsArea#1]
  32. 2018-11-07 15:18:30.595 [DEBUG] org.hibernate.engine.TwoPhaseLoad:255 - done materializing entity [org.jleaf.erp.master.entity.DsArea#1]
  33. 2018-11-07 15:18:30.596 [DEBUG] org.hibernate.engine.StatefulPersistenceContext:893 - initializing non-lazy collections
  34. 2018-11-07 15:18:30.597 [DEBUG] org.hibernate.loader.Loader:2050 - done entity load
  35. 2018-11-07 15:18:30.640 [DEBUG] org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea:53 - Ds Area : {"activeDateTime":"20170206000500","createUserId":-1,"areaName":"Area 1","updateUserId":-1,"tenantId":11,"active":"Y","id":1,"updateDateTime":"20170206000500","version":0,"createDateTime":"20170206000500"}
  36. 2018-11-07 15:18:30.642 [DEBUG] org.jleaf.erp.master.bo.dsarea.RemoveDsArea:84 - Input BT RemoveDsArea : {"id":1,"tenantLoginId":11}
  37. 2018-11-07 15:18:30.643 [ERROR] org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea:60 - ERROR Masuk Sini :null
  38. 2018-11-07 15:18:30.644 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:354 - No method-level @Rollback override: using default rollback [true] for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@464bee09, testMethod = testSuccess@TestRemoveDsArea, testException = [null]]]
  39. 2018-11-07 15:18:30.644 [DEBUG] org.hibernate.transaction.JDBCTransaction:182 - rollback
  40. 2018-11-07 15:18:30.648 [DEBUG] org.hibernate.transaction.JDBCTransaction:223 - re-enabling autocommit
  41. 2018-11-07 15:18:30.648 [DEBUG] org.hibernate.transaction.JDBCTransaction:193 - rolled back JDBC Connection
  42. 2018-11-07 15:18:30.649 [DEBUG] org.hibernate.jdbc.ConnectionManager:427 - aggressively releasing JDBC connection
  43. 2018-11-07 15:18:30.649 [DEBUG] org.hibernate.jdbc.ConnectionManager:464 - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
  44. 2018-11-07 15:18:30.654 [INFO] org.springframework.test.context.transaction.TransactionalTestExecutionListener:292 - Rolled back transaction after test execution for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@464bee09, testMethod = testSuccess@TestRemoveDsArea, testException = [null]]]
  45. 2018-11-07 15:18:30.655 [DEBUG] org.springframework.test.context.support.DirtiesContextTestExecutionListener:86 - After test method: context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@464bee09, testMethod = testSuccess@TestRemoveDsArea, testException = [null]]], class dirties context [false], class mode [null], method dirties context [false].
  46. 2018-11-07 15:18:30.656 [DEBUG] org.springframework.test.annotation.ProfileValueUtils:68 - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea]
  47. 2018-11-07 15:18:30.657 [DEBUG] org.springframework.test.annotation.ProfileValueUtils:80 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea]
  48. 2018-11-07 15:18:30.657 [DEBUG] org.springframework.test.context.support.DependencyInjectionTestExecutionListener:73 - Performing dependency injection for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@9fd3b61, testMethod = [null], testException = [null]]].
  49. 2018-11-07 15:18:30.658 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:146 - Explicit transaction definition [PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''] found for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@9fd3b61, testMethod = testRemoveDsAreaFail@TestRemoveDsArea, testException = [null]]]
  50. 2018-11-07 15:18:30.659 [DEBUG] org.hibernate.impl.SessionImpl:265 - opened session at timestamp: 15415787106
  51. 2018-11-07 15:18:30.659 [DEBUG] org.hibernate.transaction.JDBCTransaction:78 - begin
  52. 2018-11-07 15:18:30.660 [DEBUG] org.hibernate.jdbc.ConnectionManager:444 - opening JDBC connection
  53. 2018-11-07 15:18:30.660 [DEBUG] org.hibernate.transaction.JDBCTransaction:83 - current autocommit status: true
  54. 2018-11-07 15:18:30.660 [DEBUG] org.hibernate.transaction.JDBCTransaction:86 - disabling autocommit
  55. 2018-11-07 15:18:30.661 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:354 - No method-level @Rollback override: using default rollback [true] for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@9fd3b61, testMethod = testRemoveDsAreaFail@TestRemoveDsArea, testException = [null]]]
  56. 2018-11-07 15:18:30.661 [INFO] org.springframework.test.context.transaction.TransactionalTestExecutionListener:272 - Began transaction (2): transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20a116a0]; rollback [true]
  57. 2018-11-07 15:18:30.661 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:133 - Executing SQL script from class path resource [org/jleaf/erp/master/bo/dsarea/test/TestRemoveDsArea.sql]
  58. 2018-11-07 15:18:30.662 [DEBUG] org.springframework.jdbc.core.JdbcTemplate:504 - Executing SQL update [--TODO : implement this file]
  59. 2018-11-07 15:18:30.664 [DEBUG] org.springframework.jdbc.core.JdbcTemplate:510 - SQL update affected 0 rows
  60. 2018-11-07 15:18:30.664 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 0 rows affected by SQL: --TODO : implement this file
  61. 2018-11-07 15:18:30.665 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:167 - Done executing SQL scriptBuilder from class path resource [org/jleaf/erp/master/bo/dsarea/test/TestRemoveDsArea.sql] in 3 ms.
  62. 2018-11-07 15:18:30.665 [DEBUG] org.hibernate.loader.Loader:2022 - loading entity: [org.jleaf.erp.master.entity.DsArea#1]
  63. 2018-11-07 15:18:30.666 [DEBUG] org.hibernate.jdbc.AbstractBatcher:410 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
  64. 2018-11-07 15:18:30.666 [DEBUG] org.hibernate.SQL:111 - select dsarea0_.ds_area_id as ds1_50_0_, dsarea0_.create_datetime as create2_50_0_, dsarea0_.create_user_id as create3_50_0_, dsarea0_.update_datetime as update4_50_0_, dsarea0_.update_user_id as update5_50_0_, dsarea0_.version as version50_0_, dsarea0_.active as active50_0_, dsarea0_.active_datetime as active8_50_0_, dsarea0_.non_active_datetime as non9_50_0_, dsarea0_.area_name as area10_50_0_, dsarea0_.tenant_id as tenant11_50_0_ from m_ds_area dsarea0_ where dsarea0_.ds_area_id=?
  65. Hibernate: select dsarea0_.ds_area_id as ds1_50_0_, dsarea0_.create_datetime as create2_50_0_, dsarea0_.create_user_id as create3_50_0_, dsarea0_.update_datetime as update4_50_0_, dsarea0_.update_user_id as update5_50_0_, dsarea0_.version as version50_0_, dsarea0_.active as active50_0_, dsarea0_.active_datetime as active8_50_0_, dsarea0_.non_active_datetime as non9_50_0_, dsarea0_.area_name as area10_50_0_, dsarea0_.tenant_id as tenant11_50_0_ from m_ds_area dsarea0_ where dsarea0_.ds_area_id=?
  66. 2018-11-07 15:18:30.670 [DEBUG] org.hibernate.jdbc.AbstractBatcher:426 - about to open ResultSet (open ResultSets: 0, globally: 0)
  67. 2018-11-07 15:18:30.671 [DEBUG] org.hibernate.loader.Loader:1322 - result row: EntityKey[org.jleaf.erp.master.entity.DsArea#1]
  68. 2018-11-07 15:18:30.672 [DEBUG] org.hibernate.jdbc.AbstractBatcher:433 - about to close ResultSet (open ResultSets: 1, globally: 1)
  69. 2018-11-07 15:18:30.672 [DEBUG] org.hibernate.jdbc.AbstractBatcher:418 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
  70. 2018-11-07 15:18:30.673 [DEBUG] org.hibernate.engine.TwoPhaseLoad:130 - resolving associations for [org.jleaf.erp.master.entity.DsArea#1]
  71. 2018-11-07 15:18:30.674 [DEBUG] org.hibernate.engine.TwoPhaseLoad:255 - done materializing entity [org.jleaf.erp.master.entity.DsArea#1]
  72. 2018-11-07 15:18:30.674 [DEBUG] org.hibernate.engine.StatefulPersistenceContext:893 - initializing non-lazy collections
  73. 2018-11-07 15:18:30.675 [DEBUG] org.hibernate.loader.Loader:2050 - done entity load
  74. 2018-11-07 15:18:30.676 [DEBUG] org.jleaf.erp.master.bo.dsarea.RemoveDsArea:84 - Input BT RemoveDsArea : {"id":1,"tenantLoginId":11}
  75. 2018-11-07 15:18:30.678 [DEBUG] org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea:78 - Kalo tidak error masuk sininull
  76. Error key : core.parameter.not.found with params [userLoginId]
  77.     at org.jleaf.util.ValidationUtil.valDtoContainsKey(ValidationUtil.java:96)
  78.     at org.jleaf.erp.master.bo.dsarea.RemoveDsArea.prepare(RemoveDsArea.java:86)
  79.     at org.jleaf.core.AbstractBusinessTransaction.execute(AbstractBusinessTransaction.java:40)
  80.     at org.jleaf.core.DefaultBusinessTransaction.execute(DefaultBusinessTransaction.java:46)
  81.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  82.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  83.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  84.     at java.lang.reflect.Method.invoke(Method.java:498)
  85.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  86.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  87.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  88.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  89.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  90.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  91.     at com.sun.proxy.$Proxy65.execute(Unknown Source)
  92.     at org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea.testRemoveDsAreaFail(TestRemoveDsArea.java:74)
  93.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  95.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  96.     at java.lang.reflect.Method.invoke(Method.java:498)
  97.     at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
  98.     at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
  99.     at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
  100.     at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
  101.     at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
  102.     at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
  103.     at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
  104.     at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
  105.     at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
  106.     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  107.     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
  108.     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
  109.     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
  110.     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
  111.     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
  112.     at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  113.     at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
  114.     at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
  115.     at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
  116.     at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
  117.     at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
  118.     at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
  119.     at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
  120.     at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
  121.     at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
  122. 2018-11-07 15:18:30.690 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:354 - No method-level @Rollback override: using default rollback [true] for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@9fd3b61, testMethod = testRemoveDsAreaFail@TestRemoveDsArea, testException = [null]]]
  123. 2018-11-07 15:18:30.692 [DEBUG] org.hibernate.transaction.JDBCTransaction:182 - rollback
  124. 2018-11-07 15:18:30.694 [DEBUG] org.hibernate.transaction.JDBCTransaction:223 - re-enabling autocommit
  125. 2018-11-07 15:18:30.694 [DEBUG] org.hibernate.transaction.JDBCTransaction:193 - rolled back JDBC Connection
  126. 2018-11-07 15:18:30.695 [DEBUG] org.hibernate.jdbc.ConnectionManager:427 - aggressively releasing JDBC connection
  127. 2018-11-07 15:18:30.695 [DEBUG] org.hibernate.jdbc.ConnectionManager:464 - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
  128. 2018-11-07 15:18:30.696 [INFO] org.springframework.test.context.transaction.TransactionalTestExecutionListener:292 - Rolled back transaction after test execution for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@9fd3b61, testMethod = testRemoveDsAreaFail@TestRemoveDsArea, testException = [null]]]
  129. 2018-11-07 15:18:30.696 [DEBUG] org.springframework.test.context.support.DirtiesContextTestExecutionListener:86 - After test method: context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@9fd3b61, testMethod = testRemoveDsAreaFail@TestRemoveDsArea, testException = [null]]], class dirties context [false], class mode [null], method dirties context [false].
  130. 2018-11-07 15:18:30.696 [DEBUG] org.springframework.test.context.support.DirtiesContextTestExecutionListener:113 - After test class: context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = [null], testMethod = [null], testException = [null]]], dirtiesContext [false].
  131. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.078 sec - in org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea
  132. 2018-11-07 15:18:30.796 [INFO] org.hibernate.impl.SessionFactoryImpl:925 - closing
  133. 2018-11-07 15:18:30.797 [INFO] org.hibernate.connection.DriverManagerConnectionProvider:170 - cleaning up connection pool: jdbc:postgresql://192.168.0.228:5432/erp_2016_dev
  134.  
  135. Results :
  136.  
  137. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement