Skip to content
This log is too long to show here, 90 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-08-12 02:53:12,245 [main] Logical connection closed
updatedRows:1
DEBUG 2026-08-12 02:53:12,249 [main] Logical connection got
DEBUG 2026-08-12 02:53:12,249 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2026-08-12 02:53:12,252 [main] Logical connection closed
DEBUG 2026-08-12 02:53:12,256 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-08-12 02:53:12,307 [main] Physical connection got
DEBUG 2026-08-12 02:53:12,307 [main] Logical connection got
DEBUG 2026-08-12 02:53:12,307 [main] Logical connection closed
DEBUG 2026-08-12 02:53:12,307 [main] Logical connection got
DEBUG 2026-08-12 02:53:12,323 [main] Logical connection closed
DEBUG 2026-08-12 02:53:12,324 [main] Logical connection got
DEBUG 2026-08-12 02:53:12,324 [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 ename LIKE '%CO%'
DEBUG 2026-08-12 02:53:12,326 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-08-12 02:53:11.964 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-08-12 02:53:12,326 [main] Logical connection got
DEBUG 2026-08-12 02:53:12,326 [main] Logical connection closed
DEBUG 2026-08-12 02:53:12,327 [main] Logical connection got
DEBUG 2026-08-12 02:53:12,330 [main] Logical connection closed
DEBUG 2026-08-12 02:53:12,332 [main] Logical connection got
DEBUG 2026-08-12 02:53:12,332 [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 2026-08-12 02:53:12,333 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-08-12 02:53:11.964 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-08-12 02:53:12,333 [main] Logical connection got
DEBUG 2026-08-12 02:53:12,334 [main] UPDATE EMP SET tstamp = '2026-08-12 02.53.12', 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 = '2026-08-12 02.53.11'
DEBUG 2026-08-12 02:53:12,334 [main] Logical connection closed
DEBUG 2026-08-12 02:53:12,334 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 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/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/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/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[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/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/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.125 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-08-12 02:53:13,628 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:13,685 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-12 02:53:13,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:13,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:13,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:13,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:13,790 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:13,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:13,822 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-12 02:53:14,001 [main] Physical connection got
DEBUG 2026-08-12 02:53:14,001 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,083 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,089 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-08-12 02:53:14,102 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:14,103 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,131 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,132 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,146 [main] Physical connection got
DEBUG 2026-08-12 02:53:14,146 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,147 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,147 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,323 [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 2026-08-12 02:53:14,329 [main] Physical connection closed
DEBUG 2026-08-12 02:53:14,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:14,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,343 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,348 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,348 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,365 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,371 [main] Physical connection got
DEBUG 2026-08-12 02:53:14,371 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,371 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,372 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,451 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,502 [main] Physical connection closed
DEBUG 2026-08-12 02:53:14,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:14,510 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,513 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,523 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,560 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,564 [main] Physical connection got
DEBUG 2026-08-12 02:53:14,566 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,567 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,567 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,635 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,640 [main] Physical connection closed
DEBUG 2026-08-12 02:53:14,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:14,642 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,659 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,665 [main] Physical connection got
DEBUG 2026-08-12 02:53:14,665 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,666 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,666 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,702 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,707 [main] Physical connection closed
DEBUG 2026-08-12 02:53:14,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:14,709 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,731 [main] Physical connection got
DEBUG 2026-08-12 02:53:14,731 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,731 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,731 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,762 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,767 [main] Physical connection closed
DEBUG 2026-08-12 02:53:14,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:14,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,788 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,791 [main] Physical connection got
DEBUG 2026-08-12 02:53:14,791 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,792 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,792 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,843 [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 2026-08-12 02:53:14,853 [main] Physical connection closed
DEBUG 2026-08-12 02:53:14,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:14,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,861 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,865 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,865 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,875 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,877 [main] Physical connection got
DEBUG 2026-08-12 02:53:14,877 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,878 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,878 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,908 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,913 [main] Physical connection closed
DEBUG 2026-08-12 02:53:14,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:14,915 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,917 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,919 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,924 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,933 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,933 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,936 [main] Physical connection got
DEBUG 2026-08-12 02:53:14,936 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,936 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,936 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:14,973 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:14,977 [main] Physical connection closed
DEBUG 2026-08-12 02:53:14,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:14,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:14,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:14,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:14,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:14,997 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,000 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,000 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,000 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,000 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,027 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,032 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,033 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,041 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,056 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786470795056/0, BranchId=]
DEBUG 2026-08-12 02:53:15,058 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/0, BranchId=]
DEBUG 2026-08-12 02:53:15,059 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/0, BranchId=]
DEBUG 2026-08-12 02:53:15,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/0, BranchId=]
DEBUG 2026-08-12 02:53:15,084 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/0, BranchId=]
DEBUG 2026-08-12 02:53:15,104 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/0, BranchId=]
DEBUG 2026-08-12 02:53:15,106 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-08-12 02.53.15', 99, 'hoge', 0)
DEBUG 2026-08-12 02:53:15,111 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/0, BranchId=]
DEBUG 2026-08-12 02:53:15,112 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786470795056/0, BranchId=]
DEBUG 2026-08-12 02:53:15,112 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,131 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,131 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,133 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786470795056/1, BranchId=]
DEBUG 2026-08-12 02:53:15,134 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,134 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/1, BranchId=]
DEBUG 2026-08-12 02:53:15,134 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/1, BranchId=]
DEBUG 2026-08-12 02:53:15,134 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/1, BranchId=]
DEBUG 2026-08-12 02:53:15,157 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/1, BranchId=]
DEBUG 2026-08-12 02:53:15,167 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/1, BranchId=]
DEBUG 2026-08-12 02:53:15,167 [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 2026-08-12 02:53:15,174 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/1, BranchId=]
DEBUG 2026-08-12 02:53:15,174 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/1, BranchId=]
DEBUG 2026-08-12 02:53:15,175 [main] UPDATE EMP SET tstamp = '2026-08-12 02.53.15', 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 2026-08-12 02:53:15,175 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/1, BranchId=]
DEBUG 2026-08-12 02:53:15,176 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786470795056/1, BranchId=]
DEBUG 2026-08-12 02:53:15,176 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,177 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,185 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,196 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786470795056/2, BranchId=]
DEBUG 2026-08-12 02:53:15,196 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,197 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/2, BranchId=]
DEBUG 2026-08-12 02:53:15,197 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/2, BranchId=]
DEBUG 2026-08-12 02:53:15,202 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/2, BranchId=]
DEBUG 2026-08-12 02:53:15,224 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/2, BranchId=]
DEBUG 2026-08-12 02:53:15,233 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/2, BranchId=]
DEBUG 2026-08-12 02:53:15,233 [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 2026-08-12 02:53:15,235 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/2, BranchId=]
DEBUG 2026-08-12 02:53:15,235 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/2, BranchId=]
DEBUG 2026-08-12 02:53:15,235 [main] UPDATE EMP SET tstamp = '2026-08-12 02.53.15', 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 2026-08-12 02:53:15,236 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/2, BranchId=]
DEBUG 2026-08-12 02:53:15,236 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786470795056/2, BranchId=]
DEBUG 2026-08-12 02:53:15,236 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,252 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,254 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,256 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786470795056/3, BranchId=]
DEBUG 2026-08-12 02:53:15,256 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,256 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/3, BranchId=]
DEBUG 2026-08-12 02:53:15,257 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/3, BranchId=]
DEBUG 2026-08-12 02:53:15,257 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/3, BranchId=]
DEBUG 2026-08-12 02:53:15,279 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/3, BranchId=]
DEBUG 2026-08-12 02:53:15,288 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/3, BranchId=]
DEBUG 2026-08-12 02:53:15,288 [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 2026-08-12 02:53:15,290 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/3, BranchId=]
DEBUG 2026-08-12 02:53:15,291 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/3, BranchId=]
DEBUG 2026-08-12 02:53:15,291 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-08-12 02:53:15,291 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/3, BranchId=]
DEBUG 2026-08-12 02:53:15,291 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786470795056/3, BranchId=]
DEBUG 2026-08-12 02:53:15,291 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,312 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,315 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,315 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,315 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,316 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,337 [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 2026-08-12 02:53:15,338 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,340 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,348 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,348 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,356 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,366 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,367 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,367 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,367 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,388 [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 2026-08-12 02:53:15,396 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,415 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,415 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,418 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,418 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,419 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,419 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,444 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,454 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,456 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,473 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,475 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,475 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,476 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,476 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,506 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,514 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,516 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,534 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,535 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,535 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,535 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,556 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,565 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,585 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,586 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,586 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,586 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,607 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,615 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,615 [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 2026-08-12 02:53:15,622 [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 2026-08-12 02:53:15,623 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,627 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,632 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,633 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,638 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,640 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,642 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,643 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,643 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,643 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,665 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,672 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,672 [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 2026-08-12 02:53:15,676 [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 2026-08-12 02:53:15,677 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,679 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,683 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,697 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,697 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,697 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,698 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,718 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,725 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,725 [main] select * from emp
DEBUG 2026-08-12 02:53:15,728 [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 2026-08-12 02:53:15,729 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,748 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,749 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,749 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,749 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,768 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,776 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,776 [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 2026-08-12 02:53:15,780 [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 2026-08-12 02:53:15,781 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,782 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,784 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,790 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,800 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,800 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,800 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,800 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,820 [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 2026-08-12 02:53:15,827 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,828 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,829 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,845 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,845 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,845 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,846 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,864 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,871 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,871 [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 2026-08-12 02:53:15,874 [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 2026-08-12 02:53:15,875 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,876 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,889 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,890 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,891 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,893 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,893 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,893 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,894 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,916 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,927 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,927 [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 2026-08-12 02:53:15,931 [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 2026-08-12 02:53:15,932 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,933 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,933 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,935 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,937 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,940 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,940 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,946 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,947 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,947 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,949 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,949 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,949 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,949 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,967 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,974 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,974 [main] select * from emp
DEBUG 2026-08-12 02:53:15,976 [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 2026-08-12 02:53:15,976 [main] Physical connection closed
DEBUG 2026-08-12 02:53:15,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:15,978 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,980 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,981 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:15,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:15,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:15,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:15,993 [main] Physical connection got
DEBUG 2026-08-12 02:53:15,993 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:15,994 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:15,994 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,011 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,018 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,018 [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 2026-08-12 02:53:16,020 [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 2026-08-12 02:53:16,020 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,022 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,024 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,025 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,034 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,035 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,037 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,037 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,037 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,038 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,055 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,062 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,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 empno = 7788
DEBUG 2026-08-12 02:53:16,064 [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 2026-08-12 02:53:16,064 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,065 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,080 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,082 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,082 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,082 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,082 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,100 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,107 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,107 [main] select count(*) from emp
DEBUG 2026-08-12 02:53:16,108 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,108 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,109 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,110 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,114 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,123 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,124 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,126 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,126 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,126 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,126 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,144 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,151 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,152 [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 2026-08-12 02:53:16,152 [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 2026-08-12 02:53:16,153 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,153 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,154 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,156 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,161 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,167 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,169 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,170 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,170 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,170 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,188 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,195 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,195 [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 2026-08-12 02:53:16,195 [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 2026-08-12 02:53:16,196 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,197 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,197 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,213 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,213 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,213 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,213 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,232 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,238 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,238 [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 2026-08-12 02:53:16,239 [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 2026-08-12 02:53:16,239 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,254 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,256 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,257 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,257 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,257 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,275 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,282 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,282 [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 2026-08-12 02:53:16,282 [main] Logical connection closed, tx=null
[Ljava.util.Map;@5d89635d
DEBUG 2026-08-12 02:53:16,283 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,284 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,284 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,296 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,297 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,300 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,300 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,300 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,300 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,325 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,331 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,331 [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 2026-08-12 02:53:16,333 [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 2026-08-12 02:53:16,334 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,348 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,349 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,351 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,352 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,352 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,352 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,369 [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 2026-08-12 02:53:16,375 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,376 [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 2026-08-12 02:53:16,379 [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 2026-08-12 02:53:16,379 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,381 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,394 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,396 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,396 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,396 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,396 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,413 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,416 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,416 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-12 02:53:16,417 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,417 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,430 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,432 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,434 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,434 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,434 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,434 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,452 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,455 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,455 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-12 02:53:16,455 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,456 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,464 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,464 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,473 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,474 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,474 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,474 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,486 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,486 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,487 [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 2026-08-12 02:53:16,488 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-08-12 02:53:16,488 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,490 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,492 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,504 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,506 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,506 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,506 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,506 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,517 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,518 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,518 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-08-12 02:53:16,519 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-08-12 02:53:16,519 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,521 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,528 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,533 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,534 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,536 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786470795056/4, BranchId=]
DEBUG 2026-08-12 02:53:16,536 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,536 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/4, BranchId=]
DEBUG 2026-08-12 02:53:16,537 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/4, BranchId=]
DEBUG 2026-08-12 02:53:16,537 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/4, BranchId=]
DEBUG 2026-08-12 02:53:16,553 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/4, BranchId=]
DEBUG 2026-08-12 02:53:16,560 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/4, BranchId=]
DEBUG 2026-08-12 02:53:16,560 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-08-12 02.53.16', 9999, 'test', 50)
DEBUG 2026-08-12 02:53:16,560 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/4, BranchId=]
DEBUG 2026-08-12 02:53:16,561 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/4, BranchId=]
DEBUG 2026-08-12 02:53:16,561 [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 2026-08-12 02:53:16,562 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/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 2026-08-12 02:53:16,563 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/4, BranchId=]
DEBUG 2026-08-12 02:53:16,563 [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 2026-08-12 02:53:16,564 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-08-12 02:53:16.56 {50, null, null, 0}
DEBUG 2026-08-12 02:53:16,564 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786470795056/4, BranchId=]
DEBUG 2026-08-12 02:53:16,564 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,565 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,566 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,569 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,577 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,578 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,580 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,580 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,580 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,580 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,597 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,602 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,614 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,615 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,618 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,618 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,618 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,618 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,634 [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 2026-08-12 02:53:16,643 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,643 [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 2026-08-12 02:53:16,645 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,645 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,646 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,660 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,660 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,660 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,661 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,676 [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 2026-08-12 02:53:16,684 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,685 [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 2026-08-12 02:53:16,685 [main] Logical connection closed, tx=null
[]
DEBUG 2026-08-12 02:53:16,685 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,686 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,687 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,689 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,690 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,693 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,693 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,699 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,702 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,702 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,702 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,702 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,718 [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 2026-08-12 02:53:16,723 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,723 [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 2026-08-12 02:53:16,724 [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 2026-08-12 02:53:16,725 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,726 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,726 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,728 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,730 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,732 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,733 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,737 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,738 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,739 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,740 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,740 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,741 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,741 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,758 [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 2026-08-12 02:53:16,761 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,763 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,778 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,781 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,781 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,781 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,781 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,801 [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 2026-08-12 02:53:16,809 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,809 [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 2026-08-12 02:53:16,812 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,812 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,814 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,827 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,828 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,828 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,830 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,831 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,831 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,831 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,850 [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 2026-08-12 02:53:16,859 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,859 [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 2026-08-12 02:53:16,860 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,860 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,870 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,870 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,880 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,880 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,880 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,880 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,903 [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 2026-08-12 02:53:16,904 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,904 [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 2026-08-12 02:53:16,906 [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 2026-08-12 02:53:16,907 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,911 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,922 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,923 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,926 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,926 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,926 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,927 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,951 [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 2026-08-12 02:53:16,952 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,954 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,961 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,962 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:16,969 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,969 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,972 [main] Physical connection got
DEBUG 2026-08-12 02:53:16,972 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,972 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:16,972 [main] Logical connection got, tx=null
WARN  2026-08-12 02:53:16,976 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-08-12 02:53:16,982 [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 2026-08-12 02:53:16,983 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:16,983 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-08-12 02:53:16,986 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-08-12 02:53:16,986 [main] Physical connection closed
DEBUG 2026-08-12 02:53:16,987 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:16,988 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:16,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:16,992 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:16,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,000 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,002 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,004 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,004 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,005 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,005 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,025 [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 2026-08-12 02:53:17,033 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,038 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,041 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,041 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,047 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,049 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,051 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,051 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,051 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,051 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,077 [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 2026-08-12 02:53:17,082 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,082 [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 2026-08-12 02:53:17,083 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,083 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,083 [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 2026-08-12 02:53:17,084 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,084 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,085 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,086 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,093 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,098 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,099 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,100 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,102 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,102 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,102 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,103 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,131 [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 2026-08-12 02:53:17,134 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,134 [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 2026-08-12 02:53:17,137 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,137 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,137 [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 2026-08-12 02:53:17,138 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,138 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,138 [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 2026-08-12 02:53:17,140 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,140 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,140 [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 2026-08-12 02:53:17,141 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,141 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,141 [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 2026-08-12 02:53:17,142 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,142 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,143 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,154 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,155 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,155 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,157 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786470795056/5, BranchId=]
DEBUG 2026-08-12 02:53:17,157 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,158 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/5, BranchId=]
DEBUG 2026-08-12 02:53:17,158 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/5, BranchId=]
DEBUG 2026-08-12 02:53:17,158 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/5, BranchId=]
DEBUG 2026-08-12 02:53:17,173 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-08-12 02:53:17,174 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/5, BranchId=]
DEBUG 2026-08-12 02:53:17,174 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-12 02:53:17,174 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/5, BranchId=]
DEBUG 2026-08-12 02:53:17,174 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/5, BranchId=]
DEBUG 2026-08-12 02:53:17,174 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-08-12 02:53:17,175 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/5, BranchId=]
DEBUG 2026-08-12 02:53:17,175 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786470795056/5, BranchId=]
DEBUG 2026-08-12 02:53:17,175 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-12 02:53:17,175 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786470795056/5, BranchId=]
DEBUG 2026-08-12 02:53:17,175 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786470795056/5, BranchId=]
DEBUG 2026-08-12 02:53:17,175 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,187 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,188 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,189 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,191 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,191 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,191 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,192 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,207 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,211 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,212 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,222 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,223 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,224 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,226 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,226 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,226 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,226 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,242 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,246 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,248 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,259 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,262 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,262 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,262 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,262 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,268 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-08-12 02:53:17,269 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,271 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,272 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,274 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,281 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,282 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,284 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,284 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,284 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,284 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,290 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-08-12 02:53:17,291 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,293 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,304 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,306 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,306 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,306 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,306 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,312 [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 2026-08-12 02:53:17,313 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,315 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,320 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,325 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,329 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,329 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,329 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,329 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,334 [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 2026-08-12 02:53:17,336 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,337 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,340 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,349 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,349 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,350 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,350 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,364 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,365 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,365 [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 2026-08-12 02:53:17,368 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,368 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,369 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,370 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,379 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,380 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,380 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,382 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,382 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,382 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,383 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,397 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,398 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,399 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,400 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,409 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,410 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,412 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,412 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,412 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,412 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,427 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-08-12 02:53:17,428 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,429 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,434 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,435 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,440 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-12 02:53:17,441 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,442 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,442 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,442 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,457 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-08-12 02:53:17,457 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.367 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.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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 2026-08-12 02:53:17,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,503 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,516 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,518 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,519 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,522 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,524 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,526 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,531 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,538 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,540 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,540 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,543 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,544 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,545 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,545 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,546 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,548 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,550 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,554 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,557 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,560 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,560 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,563 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,563 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-08-12 02:53:17,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,566 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,570 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,570 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,574 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,576 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,576 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,577 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,577 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-08-12 02:53:17,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,587 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,589 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,589 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,604 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,604 [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 2026-08-12 02:53:17,607 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,607 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,619 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,619 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,634 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,634 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,634 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,634 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,645 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,650 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,650 [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 2026-08-12 02:53:17,652 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,652 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-08-12 02:53:17,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,669 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,671 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,675 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,675 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,679 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,682 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,694 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,694 [main] Logical connection got, tx=null
WARN  2026-08-12 02:53:17,696 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2026-08-12 02:53:17,696 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-08-12 02:53:17,697 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,697 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,698 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,708 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,709 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,711 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,714 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,714 [main] Logical connection got, tx=null
WARN  2026-08-12 02:53:17,716 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2026-08-12 02:53:17,717 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-08-12 02:53:17,717 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,717 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,718 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,718 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,731 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,735 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-12 02:53:17,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,741 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,748 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-08-12 02:53:17,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,763 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,764 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,765 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,765 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,766 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,767 [main] Physical connection closed
DEBUG 2026-08-12 02:53:17,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,777 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,777 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,778 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,778 [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 2026-08-12 02:53:17,781 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-12 02:53:17,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-12 02:53:17,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-12 02:53:17,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-12 02:53:17,791 [main] Physical connection got
DEBUG 2026-08-12 02:53:17,791 [main] Logical connection got, tx=null
DEBUG 2026-08-12 02:53:17,792 [main] Logical connection closed, tx=null
DEBUG 2026-08-12 02:53:17,792 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.335s]
[INFO] S2Dao Tiger ........................................... SUCCESS [2:18.055s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.879s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.446s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 26 seconds
[INFO] Finished at: Wed Aug 12 02:53:17 JST 2026
[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