tid=0xc] HHH000412: Hibernate Core {5.2.2.Final}
[info 2017/03/23 10:06:04.150 CDT tid=0xc] HHH000206: hibernate.properties not found
[info 2017/03/23 10:06:04.154 CDT tid=0xc] HHH000021: Bytecode provider name : javassist
[warn 2017/03/23 10:06:04.602 CDT tid=0xc] HHH90000012: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/hibernate-mapping. Use namespace http://www.hibernate.org/dtd/hibernate-mapping instead. Support for obsolete DTD/XSD namespaces may be removed at any time.
[info 2017/03/23 10:06:06.086 CDT tid=0xc] HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
[info 2017/03/23 10:06:06.417 CDT tid=0xc] HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
[info 2017/03/23 10:06:07.186 CDT tid=0xc] HV000001: Hibernate Validator 5.3.0.CR1
10:06:07,995 INFO Test worker HibernateTransactionManager:357 - Using DataSource [org.apache.commons.dbcp.BasicDataSource@7789f96e] of Hibernate SessionFactory for HibernateTransactionManager
10:06:07,995 INFO Test worker JobRepositoryFactoryBean:184 - No database type set, using meta data indicating: HSQL
10:06:07,997 INFO Test worker SimpleJobLauncher:201 - No TaskExecutor has been set, defaulting to synchronous executor.
10:06:08,445 INFO Test worker SimpleJobLauncher:139 - Job: [FlowJob: [name=hibernateJob]] launched with the following parameters: [{key=failureJob}]
10:06:08,465 INFO Test worker SimpleStepHandler:146 - Executing step: [step1]
[info 2017/03/23 10:06:08.532 CDT tid=0xc] HHH000397: Using ASTQueryTranslatorFactory
Hibernate:
select
customercr0_.id as id1_0_,
customercr0_.name as name2_0_,
customercr0_.credit as credit3_0_
from
CUSTOMER customercr0_
Hibernate:
insert
into
CUSTOMER
(name, credit, id)
values
(?, ?, ?)
[warn 2017/03/23 10:06:09.165 CDT tid=0xc] SQL Error: -104, SQLState: 23505
[error 2017/03/23 10:06:09.165 CDT tid=0xc] integrity constraint violation: unique constraint or index violation; SYS_PK_12779 table: CUSTOMER
[info 2017/03/23 10:06:09.169 CDT tid=0xc] HHH000010: On release of batch it still contained JDBC statements
Hibernate:
update
CUSTOMER
set
name=?,
credit=?
where
id=?
Hibernate:
insert
into
CUSTOMER
(name, credit, id)
values
(?, ?, ?)
[warn 2017/03/23 10:06:09.189 CDT tid=0xc] SQL Error: -104, SQLState: 23505
[error 2017/03/23 10:06:09.189 CDT tid=0xc] integrity constraint violation: unique constraint or index violation; SYS_PK_12779 table: CUSTOMER
[info 2017/03/23 10:06:09.189 CDT tid=0xc] HHH000010: On release of batch it still contained JDBC statements
Hibernate:
update
CUSTOMER
set
name=?,
credit=?
where
id=?
Hibernate:
update
CUSTOMER
set
name=?,
credit=?
where
id=?
10:06:09,215 INFO Test worker SimpleJobLauncher:142 - Job: [FlowJob: [name=hibernateJob]] completed with the following parameters: [{key=failureJob}] and the following status: [COMPLETED]
]]>