Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-06-30 02:54:53,386 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-30 02:54:53.185 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-30 02:54:53,386 [main] Logical connection got
DEBUG 2024-06-30 02:54:53,387 [main] Logical connection closed
DEBUG 2024-06-30 02:54:53,387 [main] Logical connection got
DEBUG 2024-06-30 02:54:53,390 [main] Logical connection closed
DEBUG 2024-06-30 02:54:53,392 [main] Logical connection got
DEBUG 2024-06-30 02:54:53,392 [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-30 02:54:53,393 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-30 02:54:53.185 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-30 02:54:53,393 [main] Logical connection got
DEBUG 2024-06-30 02:54:53,394 [main] UPDATE EMP SET tstamp = '2024-06-30 02.54.53', 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-30 02.54.53'
DEBUG 2024-06-30 02:54:53,394 [main] Logical connection closed
DEBUG 2024-06-30 02:54:53,394 [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.139 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-30 02:54:54,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:54,723 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:54:54,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:54,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:54,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:54,790 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:54,835 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:54,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:54,863 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:54:55,021 [main] Physical connection got
DEBUG 2024-06-30 02:54:55,022 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,104 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,111 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-30 02:54:55,121 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:55,122 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,128 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,134 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,149 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,150 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,163 [main] Physical connection got
DEBUG 2024-06-30 02:54:55,164 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,164 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,164 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,278 [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-30 02:54:55,283 [main] Physical connection closed
DEBUG 2024-06-30 02:54:55,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:55,285 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,288 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,297 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,297 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,314 [main] Physical connection got
DEBUG 2024-06-30 02:54:55,314 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,314 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,315 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,351 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,373 [main] Physical connection closed
DEBUG 2024-06-30 02:54:55,375 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:55,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,379 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,381 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,399 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,403 [main] Physical connection got
DEBUG 2024-06-30 02:54:55,403 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,403 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,403 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,443 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,449 [main] Physical connection closed
DEBUG 2024-06-30 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-30 02:54:55,451 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,454 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,456 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,473 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,476 [main] Physical connection got
DEBUG 2024-06-30 02:54:55,476 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,477 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,477 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,511 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,517 [main] Physical connection closed
DEBUG 2024-06-30 02:54:55,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:55,519 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,528 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,536 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,538 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,541 [main] Physical connection got
DEBUG 2024-06-30 02:54:55,541 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,542 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,542 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,577 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,582 [main] Physical connection closed
DEBUG 2024-06-30 02:54:55,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:55,584 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,588 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,593 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,600 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,602 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,606 [main] Physical connection got
DEBUG 2024-06-30 02:54:55,606 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,606 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,606 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,638 [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-30 02:54:55,642 [main] Physical connection closed
DEBUG 2024-06-30 02:54:55,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:55,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,659 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,665 [main] Physical connection got
DEBUG 2024-06-30 02:54:55,665 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,665 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,665 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,696 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,701 [main] Physical connection closed
DEBUG 2024-06-30 02:54:55,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:55,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,722 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,725 [main] Physical connection got
DEBUG 2024-06-30 02:54:55,726 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,726 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,726 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,770 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,775 [main] Physical connection closed
DEBUG 2024-06-30 02:54:55,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:55,777 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,792 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,798 [main] Physical connection got
DEBUG 2024-06-30 02:54:55,798 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,798 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,798 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:55,830 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:55,834 [main] Physical connection closed
DEBUG 2024-06-30 02:54:55,836 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:55,837 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,841 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,845 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,845 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,860 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719683695860/0, BranchId=]
DEBUG 2024-06-30 02:54:55,862 [main] Physical connection got
DEBUG 2024-06-30 02:54:55,863 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/0, BranchId=]
DEBUG 2024-06-30 02:54:55,863 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/0, BranchId=]
DEBUG 2024-06-30 02:54:55,863 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/0, BranchId=]
DEBUG 2024-06-30 02:54:55,893 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/0, BranchId=]
DEBUG 2024-06-30 02:54:55,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/0, BranchId=]
DEBUG 2024-06-30 02:54:55,917 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-30 02.54.55', 99, 'hoge', 0)
DEBUG 2024-06-30 02:54:55,923 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/0, BranchId=]
DEBUG 2024-06-30 02:54:55,923 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719683695860/0, BranchId=]
DEBUG 2024-06-30 02:54:55,924 [main] Physical connection closed
DEBUG 2024-06-30 02:54:55,925 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:55,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:55,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:55,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,944 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,946 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719683695860/1, BranchId=]
DEBUG 2024-06-30 02:54:55,947 [main] Physical connection got
DEBUG 2024-06-30 02:54:55,947 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/1, BranchId=]
DEBUG 2024-06-30 02:54:55,947 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/1, BranchId=]
DEBUG 2024-06-30 02:54:55,947 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/1, BranchId=]
DEBUG 2024-06-30 02:54:55,973 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/1, BranchId=]
DEBUG 2024-06-30 02:54:55,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/1, BranchId=]
DEBUG 2024-06-30 02:54:55,984 [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-30 02:54:55,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/1, BranchId=]
DEBUG 2024-06-30 02:54:55,991 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/1, BranchId=]
DEBUG 2024-06-30 02:54:55,992 [main] UPDATE EMP SET tstamp = '2024-06-30 02.54.55', 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-30 02:54:55,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/1, BranchId=]
DEBUG 2024-06-30 02:54:55,993 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719683695860/1, BranchId=]
DEBUG 2024-06-30 02:54:55,993 [main] Physical connection closed
DEBUG 2024-06-30 02:54:55,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:55,995 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:55,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:55,999 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,003 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,012 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,015 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719683695860/2, BranchId=]
DEBUG 2024-06-30 02:54:56,015 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,016 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/2, BranchId=]
DEBUG 2024-06-30 02:54:56,016 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/2, BranchId=]
DEBUG 2024-06-30 02:54:56,016 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/2, BranchId=]
DEBUG 2024-06-30 02:54:56,040 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/2, BranchId=]
DEBUG 2024-06-30 02:54:56,061 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/2, BranchId=]
DEBUG 2024-06-30 02:54:56,062 [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-30 02:54:56,064 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/2, BranchId=]
DEBUG 2024-06-30 02:54:56,064 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/2, BranchId=]
DEBUG 2024-06-30 02:54:56,064 [main] UPDATE EMP SET tstamp = '2024-06-30 02.54.56', 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-30 02:54:56,065 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/2, BranchId=]
DEBUG 2024-06-30 02:54:56,065 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719683695860/2, BranchId=]
DEBUG 2024-06-30 02:54:56,065 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,068 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,076 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,076 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,086 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,088 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719683695860/3, BranchId=]
DEBUG 2024-06-30 02:54:56,088 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,089 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/3, BranchId=]
DEBUG 2024-06-30 02:54:56,089 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/3, BranchId=]
DEBUG 2024-06-30 02:54:56,089 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/3, BranchId=]
DEBUG 2024-06-30 02:54:56,113 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/3, BranchId=]
DEBUG 2024-06-30 02:54:56,121 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/3, BranchId=]
DEBUG 2024-06-30 02:54:56,121 [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-30 02:54:56,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/3, BranchId=]
DEBUG 2024-06-30 02:54:56,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/3, BranchId=]
DEBUG 2024-06-30 02:54:56,124 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-30 02:54:56,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/3, BranchId=]
DEBUG 2024-06-30 02:54:56,124 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719683695860/3, BranchId=]
DEBUG 2024-06-30 02:54:56,124 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,126 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,143 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,144 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,147 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,148 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,148 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,148 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,172 [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-30 02:54:56,173 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,175 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,192 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,203 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,203 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,204 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,204 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,227 [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-30 02:54:56,235 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,236 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,237 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,239 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,241 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,252 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,254 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,257 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,258 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,258 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,258 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,281 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,289 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,290 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,291 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,311 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,311 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,311 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,311 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,335 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,342 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,352 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,361 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,364 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,364 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,364 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,364 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,389 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,399 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,401 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,420 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,421 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,424 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,424 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,425 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,425 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,451 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,460 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,460 [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-30 02:54:56,468 [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-30 02:54:56,470 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,471 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,472 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,475 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,491 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,494 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,495 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,495 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,495 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,522 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,531 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,531 [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-30 02:54:56,536 [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-30 02:54:56,537 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,539 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,541 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,554 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,556 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,559 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,559 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,559 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,559 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,587 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,594 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,594 [main] select * from emp
DEBUG 2024-06-30 02:54:56,597 [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-30 02:54:56,598 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,613 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,614 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,615 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,617 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,617 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,617 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,617 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,638 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,645 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,645 [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-30 02:54:56,648 [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-30 02:54:56,649 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,650 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,651 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,664 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,666 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,666 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,668 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,669 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,669 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,669 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,690 [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-30 02:54:56,697 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,706 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,717 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,717 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,717 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,717 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,737 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,744 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,744 [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-30 02:54:56,746 [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-30 02:54:56,748 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,749 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,756 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,762 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,764 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,766 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,766 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,766 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,767 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,787 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,794 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,794 [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-30 02:54:56,799 [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-30 02:54:56,800 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,802 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,804 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,806 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,817 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,819 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,819 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,819 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,819 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,839 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,848 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,848 [main] select * from emp
DEBUG 2024-06-30 02:54:56,849 [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-30 02:54:56,850 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,852 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,852 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,854 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,856 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,866 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,868 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,868 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,869 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,869 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,888 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,895 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,895 [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-30 02:54:56,898 [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-30 02:54:56,899 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,901 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,902 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,907 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,907 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,914 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,916 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,917 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,917 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,917 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,936 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,943 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,943 [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-30 02:54:56,945 [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-30 02:54:56,945 [main] Physical connection closed
DEBUG 2024-06-30 02:54:56,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:56,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:56,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:56,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:56,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:56,963 [main] Physical connection got
DEBUG 2024-06-30 02:54:56,963 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,964 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,964 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,983 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,997 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:56,997 [main] select count(*) from emp
DEBUG 2024-06-30 02:54:56,998 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:56,999 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,000 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,002 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,016 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,017 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,017 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,017 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,036 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,043 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,043 [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-30 02:54:57,044 [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-30 02:54:57,044 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,050 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,053 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,060 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,062 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,062 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,063 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,063 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,082 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,089 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,089 [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-30 02:54:57,090 [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-30 02:54:57,090 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,092 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,094 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,096 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,099 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,099 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,104 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,105 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,106 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,108 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,108 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,108 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,108 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,126 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,133 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,133 [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-30 02:54:57,134 [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-30 02:54:57,134 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,138 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,140 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,143 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,143 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,148 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,150 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,150 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,152 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,152 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,153 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,153 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,171 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,178 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,178 [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-30 02:54:57,179 [main] Logical connection closed, tx=null
[Ljava.util.Map;@7dc21ece
DEBUG 2024-06-30 02:54:57,179 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,196 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,196 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,197 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,197 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,216 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,222 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,222 [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-30 02:54:57,224 [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-30 02:54:57,225 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,227 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,229 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,240 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,242 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,242 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,243 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,243 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,261 [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-30 02:54:57,268 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,268 [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-30 02:54:57,271 [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-30 02:54:57,272 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,274 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,276 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,287 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,289 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,289 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,290 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,290 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,309 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,312 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,312 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-30 02:54:57,313 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,313 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,315 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,327 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,328 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,328 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,331 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,331 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,331 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,331 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,350 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,353 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,354 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-30 02:54:57,354 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,354 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,355 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,356 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,358 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,363 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,368 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,369 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,373 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,373 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,373 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,373 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,386 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,387 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,387 [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-30 02:54:57,389 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-30 02:54:57,389 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,391 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,398 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,403 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,404 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,407 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,407 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,407 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,407 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,419 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,420 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,420 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-30 02:54:57,421 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-30 02:54:57,421 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,423 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,430 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,436 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,439 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719683695860/4, BranchId=]
DEBUG 2024-06-30 02:54:57,439 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,439 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/4, BranchId=]
DEBUG 2024-06-30 02:54:57,439 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/4, BranchId=]
DEBUG 2024-06-30 02:54:57,440 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/4, BranchId=]
DEBUG 2024-06-30 02:54:57,458 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/4, BranchId=]
DEBUG 2024-06-30 02:54:57,464 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/4, BranchId=]
DEBUG 2024-06-30 02:54:57,464 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-30 02.54.57', 9999, 'test', 50)
DEBUG 2024-06-30 02:54:57,465 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/4, BranchId=]
DEBUG 2024-06-30 02:54:57,465 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/4, BranchId=]
DEBUG 2024-06-30 02:54:57,465 [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-30 02:54:57,467 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/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-30 02:54:57,468 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/4, BranchId=]
DEBUG 2024-06-30 02:54:57,468 [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-30 02:54:57,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-30 02:54:57.464 {50, null, null, 0}
DEBUG 2024-06-30 02:54:57,469 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719683695860/4, BranchId=]
DEBUG 2024-06-30 02:54:57,469 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,471 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,471 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,473 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,475 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,479 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,479 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,485 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,486 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,487 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,489 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,490 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,490 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,490 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,511 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,519 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,521 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,529 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,529 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,536 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,539 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,539 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,539 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,539 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,560 [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-30 02:54:57,570 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,570 [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-30 02:54:57,573 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,573 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,575 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,589 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,592 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,592 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,593 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,593 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,614 [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-30 02:54:57,630 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,630 [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-30 02:54:57,631 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-30 02:54:57,631 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,633 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,650 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,650 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,654 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,654 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,654 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,655 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,676 [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-30 02:54:57,682 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,682 [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-30 02:54:57,684 [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-30 02:54:57,685 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,686 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,687 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,689 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,703 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,705 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,705 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,706 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,706 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,725 [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-30 02:54:57,730 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,732 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,751 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,751 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,751 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,751 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,771 [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-30 02:54:57,780 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,780 [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-30 02:54:57,783 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,783 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,784 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,785 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,787 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,802 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,802 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,802 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,802 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,823 [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-30 02:54:57,831 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,832 [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-30 02:54:57,832 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,832 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,856 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,859 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,859 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,859 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,860 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,877 [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-30 02:54:57,878 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,878 [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-30 02:54:57,880 [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-30 02:54:57,880 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,881 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,882 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,884 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,885 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,888 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,894 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,896 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,896 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,896 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,896 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,912 [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-30 02:54:57,913 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,914 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,915 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,925 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,926 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,926 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,929 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,929 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,929 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,929 [main] Logical connection got, tx=null
WARN  2024-06-30 02:54:57,932 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-30 02:54:57,937 [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-30 02:54:57,938 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,938 [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-30 02:54:57,940 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-30 02:54:57,941 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,943 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,949 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,956 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,957 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,957 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,957 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,973 [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-30 02:54:57,979 [main] Physical connection closed
DEBUG 2024-06-30 02:54:57,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:57,981 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,983 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:57,987 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:57,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:57,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:57,995 [main] Physical connection got
DEBUG 2024-06-30 02:54:57,995 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:57,996 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:57,996 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,012 [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-30 02:54:58,016 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,016 [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-30 02:54:58,017 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,017 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,017 [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-30 02:54:58,018 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,018 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,019 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,025 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,030 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,031 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,033 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,034 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,034 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,034 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,050 [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-30 02:54:58,053 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,053 [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-30 02:54:58,056 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,056 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,057 [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-30 02:54:58,057 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,058 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,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  WHERE job = 'SALESMAN' 
DEBUG 2024-06-30 02:54:58,060 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,060 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,060 [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-30 02:54:58,061 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,061 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,061 [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-30 02:54:58,062 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,062 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,077 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719683695860/5, BranchId=]
DEBUG 2024-06-30 02:54:58,078 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,078 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/5, BranchId=]
DEBUG 2024-06-30 02:54:58,078 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/5, BranchId=]
DEBUG 2024-06-30 02:54:58,078 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/5, BranchId=]
DEBUG 2024-06-30 02:54:58,094 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-30 02:54:58,095 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/5, BranchId=]
DEBUG 2024-06-30 02:54:58,095 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-30 02:54:58,096 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/5, BranchId=]
DEBUG 2024-06-30 02:54:58,096 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/5, BranchId=]
DEBUG 2024-06-30 02:54:58,096 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-30 02:54:58,096 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/5, BranchId=]
DEBUG 2024-06-30 02:54:58,097 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683695860/5, BranchId=]
DEBUG 2024-06-30 02:54:58,097 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-30 02:54:58,097 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683695860/5, BranchId=]
DEBUG 2024-06-30 02:54:58,097 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719683695860/5, BranchId=]
DEBUG 2024-06-30 02:54:58,097 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,098 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,099 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,101 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,102 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,109 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,110 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,113 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,113 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,114 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,114 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,132 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,135 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,136 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,137 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,138 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,140 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,143 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,143 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,147 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,148 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,148 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,150 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,150 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,151 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,151 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,167 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,171 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,172 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,174 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,175 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,184 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,186 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,186 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,186 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,187 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,192 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-30 02:54:58,194 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,196 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,207 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,208 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,208 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,209 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,209 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,215 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-30 02:54:58,216 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,218 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,223 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,228 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,229 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,231 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,231 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,231 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,231 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,237 [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-30 02:54:58,238 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,253 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,253 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,254 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,254 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,260 [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-30 02:54:58,261 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,263 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,265 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,277 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,277 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,277 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,277 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,292 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,293 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,293 [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-30 02:54:58,296 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,297 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,298 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,301 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,308 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,312 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,312 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,312 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,312 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,327 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,328 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,333 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,340 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,341 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,342 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,344 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,344 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,344 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,344 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,359 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-30 02:54:58,360 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,362 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,368 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:54:58,376 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,376 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,377 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,377 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,392 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-30 02:54:58,393 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.281 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.012 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-30 02:54:58,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,441 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,447 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,451 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,452 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,455 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,458 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,458 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,461 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,464 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,465 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,478 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,481 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,481 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,484 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,485 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,486 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,486 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,488 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,496 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,497 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,500 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,502 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,502 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,505 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,506 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-30 02:54:58,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,511 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,514 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,514 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,520 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,520 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,521 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,521 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-30 02:54:58,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,525 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,529 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,529 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,533 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,535 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,536 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,557 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,557 [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-30 02:54:58,561 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,562 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,563 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,574 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,574 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,588 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,588 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,588 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,588 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,598 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,605 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,605 [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-30 02:54:58,607 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,612 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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-30 02:54:58,650 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,650 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,652 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,656 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,656 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,663 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,675 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,675 [main] Logical connection got, tx=null
WARN  2024-06-30 02:54:58,677 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-30 02:54:58,677 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-30 02:54:58,678 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,678 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,680 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,683 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,692 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,695 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,695 [main] Logical connection got, tx=null
WARN  2024-06-30 02:54:58,697 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-30 02:54:58,698 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-30 02:54:58,698 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,698 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,700 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,709 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,710 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,712 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,716 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:54:58,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,728 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-30 02:54:58,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,745 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,745 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,746 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,747 [main] Physical connection closed
DEBUG 2024-06-30 02:54:58,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,757 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,758 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,759 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,759 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-30 02:54:58,762 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:54:58,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,764 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:54:58,767 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:54:58,771 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:54:58,773 [main] Physical connection got
DEBUG 2024-06-30 02:54:58,773 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:54:58,773 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:54:58,774 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.312s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.381s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.601s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.402s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Jun 30 02:54:58 JST 2024
[INFO] Final Memory: 30M/405M
[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