Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-06-28 02:54:52,317 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-28 02:54:52.114 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-28 02:54:52,318 [main] Logical connection got
DEBUG 2024-06-28 02:54:52,318 [main] Logical connection closed
DEBUG 2024-06-28 02:54:52,318 [main] Logical connection got
DEBUG 2024-06-28 02:54:52,322 [main] Logical connection closed
DEBUG 2024-06-28 02:54:52,323 [main] Logical connection got
DEBUG 2024-06-28 02:54:52,323 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-28 02:54:52,324 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-28 02:54:52.114 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-28 02:54:52,325 [main] Logical connection got
DEBUG 2024-06-28 02:54:52,325 [main] UPDATE EMP SET tstamp = '2024-06-28 02.54.52', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-06-28 02.54.52'
DEBUG 2024-06-28 02:54:52,326 [main] Logical connection closed
DEBUG 2024-06-28 02:54:52,326 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from maven.seasar.org
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: maven.seasar.org due to an error: Error transferring file
[INFO] Repository 'maven.seasar.org' will be blacklisted
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-28 02:54:53,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:53,551 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-28 02:54:53,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:53,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:53,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:53,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:53,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:53,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:53,684 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-28 02:54:53,841 [main] Physical connection got
DEBUG 2024-06-28 02:54:53,841 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:53,917 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:53,922 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-28 02:54:53,935 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:53,936 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:53,939 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:53,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:53,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:53,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:53,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:53,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:53,963 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:53,976 [main] Physical connection got
DEBUG 2024-06-28 02:54:53,976 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:53,977 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:53,977 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,088 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-06-28 02:54:54,093 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,094 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,095 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,115 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,117 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,118 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,123 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,123 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,123 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,123 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,162 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,185 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,187 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,187 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,197 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,198 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,215 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,215 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,215 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,215 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,259 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,264 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,267 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,269 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,277 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,277 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,288 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,291 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,292 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,292 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,292 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,328 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,333 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,340 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,344 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,355 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,357 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,357 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,358 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,358 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,390 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,395 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,397 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,414 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,415 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,416 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,419 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,419 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,419 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,419 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,450 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-06-28 02:54:54,454 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,456 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,475 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,477 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,477 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,478 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,478 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,509 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,514 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,516 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,516 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,534 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,537 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,537 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,537 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,537 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,572 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,576 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,579 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,597 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,599 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,599 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,600 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,600 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,629 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,633 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,640 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,644 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,644 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,654 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,658 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719510894658/0, BranchId=]
DEBUG 2024-06-28 02:54:54,660 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,661 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/0, BranchId=]
DEBUG 2024-06-28 02:54:54,661 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/0, BranchId=]
DEBUG 2024-06-28 02:54:54,661 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/0, BranchId=]
DEBUG 2024-06-28 02:54:54,691 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/0, BranchId=]
DEBUG 2024-06-28 02:54:54,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/0, BranchId=]
DEBUG 2024-06-28 02:54:54,714 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-28 02.54.54', 99, 'hoge', 0)
DEBUG 2024-06-28 02:54:54,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/0, BranchId=]
DEBUG 2024-06-28 02:54:54,720 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719510894658/0, BranchId=]
DEBUG 2024-06-28 02:54:54,720 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,722 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,723 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,725 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,731 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,738 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,741 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,743 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719510894658/1, BranchId=]
DEBUG 2024-06-28 02:54:54,743 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,743 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/1, BranchId=]
DEBUG 2024-06-28 02:54:54,744 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/1, BranchId=]
DEBUG 2024-06-28 02:54:54,744 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/1, BranchId=]
DEBUG 2024-06-28 02:54:54,769 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/1, BranchId=]
DEBUG 2024-06-28 02:54:54,779 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/1, BranchId=]
DEBUG 2024-06-28 02:54:54,779 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-28 02:54:54,786 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/1, BranchId=]
DEBUG 2024-06-28 02:54:54,787 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/1, BranchId=]
DEBUG 2024-06-28 02:54:54,787 [main] UPDATE EMP SET tstamp = '2024-06-28 02.54.54', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-28 02:54:54,788 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/1, BranchId=]
DEBUG 2024-06-28 02:54:54,788 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719510894658/1, BranchId=]
DEBUG 2024-06-28 02:54:54,788 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,790 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,811 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719510894658/2, BranchId=]
DEBUG 2024-06-28 02:54:54,811 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/2, BranchId=]
DEBUG 2024-06-28 02:54:54,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/2, BranchId=]
DEBUG 2024-06-28 02:54:54,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/2, BranchId=]
DEBUG 2024-06-28 02:54:54,836 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/2, BranchId=]
DEBUG 2024-06-28 02:54:54,852 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/2, BranchId=]
DEBUG 2024-06-28 02:54:54,852 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-28 02:54:54,854 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/2, BranchId=]
DEBUG 2024-06-28 02:54:54,854 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/2, BranchId=]
DEBUG 2024-06-28 02:54:54,855 [main] UPDATE EMP SET tstamp = '2024-06-28 02.54.54', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-06-28 02:54:54,855 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/2, BranchId=]
DEBUG 2024-06-28 02:54:54,855 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719510894658/2, BranchId=]
DEBUG 2024-06-28 02:54:54,856 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,858 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,867 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,878 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719510894658/3, BranchId=]
DEBUG 2024-06-28 02:54:54,878 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,878 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/3, BranchId=]
DEBUG 2024-06-28 02:54:54,879 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/3, BranchId=]
DEBUG 2024-06-28 02:54:54,879 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/3, BranchId=]
DEBUG 2024-06-28 02:54:54,904 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/3, BranchId=]
DEBUG 2024-06-28 02:54:54,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/3, BranchId=]
DEBUG 2024-06-28 02:54:54,912 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-28 02:54:54,914 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/3, BranchId=]
DEBUG 2024-06-28 02:54:54,914 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/3, BranchId=]
DEBUG 2024-06-28 02:54:54,915 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-28 02:54:54,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/3, BranchId=]
DEBUG 2024-06-28 02:54:54,915 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719510894658/3, BranchId=]
DEBUG 2024-06-28 02:54:54,915 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,917 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,935 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,938 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,938 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,938 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,939 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,963 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-06-28 02:54:54,964 [main] Physical connection closed
DEBUG 2024-06-28 02:54:54,965 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:54,966 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:54,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:54,983 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:54,983 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:54,993 [main] Physical connection got
DEBUG 2024-06-28 02:54:54,994 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:54,994 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:54,994 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,018 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-06-28 02:54:55,026 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,028 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,030 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,035 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,044 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,044 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,047 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,047 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,047 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,047 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,071 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,078 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,080 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,080 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,082 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,088 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,088 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,101 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,103 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,103 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,103 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,103 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,125 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,132 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,134 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,142 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,148 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,149 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,150 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,152 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,152 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,152 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,152 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,174 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,182 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,183 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,187 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,191 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,199 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,201 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,201 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,201 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,202 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,223 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,230 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,230 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-28 02:54:55,237 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-28 02:54:55,239 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,256 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,258 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,258 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,258 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,258 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,279 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,287 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,287 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-28 02:54:55,291 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-28 02:54:55,292 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,308 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,312 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,312 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,312 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,312 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,340 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,347 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,347 [main] select * from emp
DEBUG 2024-06-28 02:54:55,350 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-28 02:54:55,351 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,366 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,367 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,368 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,370 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,370 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,370 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,370 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,391 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,398 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,398 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-28 02:54:55,402 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-28 02:54:55,403 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,408 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,421 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,421 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,421 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,422 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,442 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-06-28 02:54:55,449 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,450 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,451 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,453 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,454 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,458 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,458 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,464 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,465 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,465 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,467 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,468 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,468 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,468 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,488 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,495 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,496 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-28 02:54:55,498 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-28 02:54:55,499 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,501 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,517 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,517 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,518 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,518 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,538 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,545 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,545 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-28 02:54:55,549 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-28 02:54:55,551 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,552 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,567 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,569 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,569 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,569 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,569 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,589 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,597 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,597 [main] select * from emp
DEBUG 2024-06-28 02:54:55,599 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-28 02:54:55,600 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,603 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,605 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,620 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,620 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,620 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,620 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,641 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,648 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,648 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-28 02:54:55,650 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-28 02:54:55,651 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,653 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,654 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,656 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,667 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,669 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,669 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,670 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,670 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,690 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,697 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,697 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-28 02:54:55,699 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-28 02:54:55,699 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,701 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,708 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,716 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,718 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,718 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,718 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,718 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,738 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,751 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,751 [main] select count(*) from emp
DEBUG 2024-06-28 02:54:55,753 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,753 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,754 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,758 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,769 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,771 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,771 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,771 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,771 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,791 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,798 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,799 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-28 02:54:55,799 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-06-28 02:54:55,800 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,802 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,816 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,818 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,818 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,818 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,818 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,838 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,845 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,846 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-28 02:54:55,846 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-06-28 02:54:55,847 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,848 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,850 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,852 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,855 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,855 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,861 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,862 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,863 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,865 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,865 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,865 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,865 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,885 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,892 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,892 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-28 02:54:55,893 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-06-28 02:54:55,893 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,894 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,895 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,897 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,899 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,902 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,902 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,908 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,909 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,909 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,911 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,911 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,912 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,912 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,931 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,938 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,938 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-28 02:54:55,939 [main] Logical connection closed, tx=null
[Ljava.util.Map;@465ff916
DEBUG 2024-06-28 02:54:55,939 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,957 [main] Physical connection got
DEBUG 2024-06-28 02:54:55,957 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,957 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,957 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,976 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:55,982 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:55,983 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-06-28 02:54:55,985 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-06-28 02:54:55,985 [main] Physical connection closed
DEBUG 2024-06-28 02:54:55,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:55,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:55,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:55,990 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,994 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:55,994 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:55,999 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,000 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,001 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,003 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,003 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,003 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,003 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,022 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-06-28 02:54:56,029 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,029 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-06-28 02:54:56,032 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-28 02:54:56,032 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,034 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,041 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,047 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,050 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,050 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,050 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,050 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,068 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,071 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,072 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-28 02:54:56,072 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,072 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,074 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,077 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,089 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,090 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,090 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,090 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,107 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,110 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,111 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-28 02:54:56,111 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,111 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,112 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,113 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,115 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,125 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,127 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,129 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,129 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,129 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,130 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,142 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,142 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,143 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-06-28 02:54:56,144 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-28 02:54:56,144 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,149 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,156 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,156 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,163 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,165 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,165 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,165 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,165 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,177 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,177 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,178 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-28 02:54:56,178 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-28 02:54:56,179 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,180 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,196 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719510894658/4, BranchId=]
DEBUG 2024-06-28 02:54:56,196 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,196 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/4, BranchId=]
DEBUG 2024-06-28 02:54:56,196 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/4, BranchId=]
DEBUG 2024-06-28 02:54:56,197 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/4, BranchId=]
DEBUG 2024-06-28 02:54:56,214 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/4, BranchId=]
DEBUG 2024-06-28 02:54:56,220 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/4, BranchId=]
DEBUG 2024-06-28 02:54:56,220 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-28 02.54.56', 9999, 'test', 50)
DEBUG 2024-06-28 02:54:56,221 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/4, BranchId=]
DEBUG 2024-06-28 02:54:56,221 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/4, BranchId=]
DEBUG 2024-06-28 02:54:56,221 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-06-28 02:54:56,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-28 02:54:56,223 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/4, BranchId=]
DEBUG 2024-06-28 02:54:56,223 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-06-28 02:54:56,224 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-28 02:54:56.22 {50, null, null, 0}
DEBUG 2024-06-28 02:54:56,224 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719510894658/4, BranchId=]
DEBUG 2024-06-28 02:54:56,224 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,239 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,241 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,241 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,241 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,241 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,258 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,264 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,266 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,272 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,281 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,281 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,281 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,281 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,297 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-06-28 02:54:56,306 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,306 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-28 02:54:56,308 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,309 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,310 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,310 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,312 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,314 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,316 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,317 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,322 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,323 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,325 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,325 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,325 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,325 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,342 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-06-28 02:54:56,350 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,350 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-06-28 02:54:56,351 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-28 02:54:56,351 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,356 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,366 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,368 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,368 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,369 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,369 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,384 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-06-28 02:54:56,389 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,390 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-06-28 02:54:56,391 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-28 02:54:56,392 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,393 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,395 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,397 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,400 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,406 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,406 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,408 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,408 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,408 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,409 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,424 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-06-28 02:54:56,427 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,429 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,435 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,435 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,440 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,441 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,441 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,443 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,443 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,443 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,443 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,460 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-28 02:54:56,466 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,466 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-06-28 02:54:56,468 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,468 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,472 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,476 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,482 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,484 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,484 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,484 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,485 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,500 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-28 02:54:56,507 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,507 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-06-28 02:54:56,508 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,508 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,510 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,522 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,523 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,526 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,526 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,526 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,526 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,548 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-28 02:54:56,549 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,549 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-06-28 02:54:56,551 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-06-28 02:54:56,552 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,554 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,555 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,557 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,566 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,568 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,568 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,569 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,569 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,586 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-28 02:54:56,587 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,589 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,604 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,607 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,607 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,607 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,607 [main] Logical connection got, tx=null
WARN  2024-06-28 02:54:56,611 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-28 02:54:56,617 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-28 02:54:56,618 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,618 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-28 02:54:56,620 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-28 02:54:56,621 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,623 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,627 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,637 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,640 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,640 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,640 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,640 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,662 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-28 02:54:56,669 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,671 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,679 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,689 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,689 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,689 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,689 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,710 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-06-28 02:54:56,715 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,715 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-06-28 02:54:56,716 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,717 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,717 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-06-28 02:54:56,717 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,718 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,720 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,733 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,734 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,737 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,737 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,737 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,737 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,760 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-06-28 02:54:56,763 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,764 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-06-28 02:54:56,767 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,767 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,767 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-06-28 02:54:56,768 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,768 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,768 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-06-28 02:54:56,770 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,770 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,771 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-06-28 02:54:56,771 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,771 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,772 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-06-28 02:54:56,772 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,772 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,773 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,774 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,776 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,780 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,780 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,790 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719510894658/5, BranchId=]
DEBUG 2024-06-28 02:54:56,791 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,791 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/5, BranchId=]
DEBUG 2024-06-28 02:54:56,791 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/5, BranchId=]
DEBUG 2024-06-28 02:54:56,791 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/5, BranchId=]
DEBUG 2024-06-28 02:54:56,813 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-28 02:54:56,814 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/5, BranchId=]
DEBUG 2024-06-28 02:54:56,814 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-28 02:54:56,814 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/5, BranchId=]
DEBUG 2024-06-28 02:54:56,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/5, BranchId=]
DEBUG 2024-06-28 02:54:56,815 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-28 02:54:56,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/5, BranchId=]
DEBUG 2024-06-28 02:54:56,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719510894658/5, BranchId=]
DEBUG 2024-06-28 02:54:56,815 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-28 02:54:56,816 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719510894658/5, BranchId=]
DEBUG 2024-06-28 02:54:56,816 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719510894658/5, BranchId=]
DEBUG 2024-06-28 02:54:56,816 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,818 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,835 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,839 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,842 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,842 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,845 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,845 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,870 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,875 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,877 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,884 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,894 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,894 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,895 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,895 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,917 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,924 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,939 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,941 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,944 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,944 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,944 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,944 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,953 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-28 02:54:56,958 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,961 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,963 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,966 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,971 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,973 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,973 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,973 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,973 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,979 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-28 02:54:56,981 [main] Physical connection closed
DEBUG 2024-06-28 02:54:56,982 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:56,982 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,984 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,986 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:56,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:56,994 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:56,994 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:56,996 [main] Physical connection got
DEBUG 2024-06-28 02:54:56,996 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:56,996 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:56,996 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,002 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-06-28 02:54:57,003 [main] Physical connection closed
DEBUG 2024-06-28 02:54:57,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:57,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,017 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:57,018 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,018 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,018 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,018 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,024 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-06-28 02:54:57,026 [main] Physical connection closed
DEBUG 2024-06-28 02:54:57,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:57,029 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,037 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,038 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,038 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:57,041 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,041 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,041 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,041 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,057 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,057 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,058 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-28 02:54:57,061 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,061 [main] Physical connection closed
DEBUG 2024-06-28 02:54:57,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,062 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:57,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,074 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,074 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:57,076 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,076 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,077 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,077 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,093 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,094 [main] Physical connection closed
DEBUG 2024-06-28 02:54:57,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,096 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:57,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,099 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,102 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,102 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,106 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,107 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,107 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:57,109 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,109 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,109 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,110 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,125 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-28 02:54:57,126 [main] Physical connection closed
DEBUG 2024-06-28 02:54:57,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:57,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,138 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-28 02:54:57,140 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,140 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,141 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,141 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,156 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-28 02:54:57,157 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.233 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-06-28 02:54:57,205 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,205 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,219 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,222 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,222 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,225 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,227 [main] Physical connection closed
DEBUG 2024-06-28 02:54:57,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,229 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,242 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,245 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,245 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,248 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,248 [main] Physical connection closed
DEBUG 2024-06-28 02:54:57,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,249 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,255 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,263 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,265 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,265 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,268 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,269 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-28 02:54:57,272 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,272 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,274 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,281 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,283 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,283 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,283 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,284 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-28 02:54:57,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,297 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,297 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,315 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,315 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-06-28 02:54:57,318 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,318 [main] Physical connection closed
DEBUG 2024-06-28 02:54:57,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,319 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,328 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,328 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,330 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,330 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,344 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,344 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,344 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,344 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,354 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,358 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,359 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-28 02:54:57,361 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,361 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-28 02:54:57,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,379 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,385 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,385 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,389 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,392 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,403 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,403 [main] Logical connection got, tx=null
WARN  2024-06-28 02:54:57,405 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-28 02:54:57,406 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-28 02:54:57,406 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,407 [main] Physical connection closed
DEBUG 2024-06-28 02:54:57,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,408 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,409 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,411 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,414 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,414 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,422 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,424 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,424 [main] Logical connection got, tx=null
WARN  2024-06-28 02:54:57,426 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-28 02:54:57,427 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-28 02:54:57,427 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,427 [main] Physical connection closed
DEBUG 2024-06-28 02:54:57,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,428 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,431 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,434 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,441 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,446 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,446 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-28 02:54:57,448 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,449 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,459 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-28 02:54:57,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,470 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,477 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,477 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,478 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,479 [main] Physical connection closed
DEBUG 2024-06-28 02:54:57,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,488 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,490 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,490 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,491 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,491 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-28 02:54:57,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-28 02:54:57,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-28 02:54:57,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,503 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-28 02:54:57,504 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-28 02:54:57,506 [main] Physical connection got
DEBUG 2024-06-28 02:54:57,506 [main] Logical connection got, tx=null
DEBUG 2024-06-28 02:54:57,507 [main] Logical connection closed, tx=null
DEBUG 2024-06-28 02:54:57,507 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

Tests run: 197, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.299s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.421s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.602s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.209s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Jun 28 02:54:57 JST 2024
[INFO] Final Memory: 29M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS