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-10 02:53:10,572 [main] Logical connection closed
updatedRows:1
DEBUG 2026-08-10 02:53:10,573 [main] Logical connection got
DEBUG 2026-08-10 02:53:10,574 [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-10 02:53:10,577 [main] Logical connection closed
DEBUG 2026-08-10 02:53:10,577 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-08-10 02:53:10,616 [main] Physical connection got
DEBUG 2026-08-10 02:53:10,616 [main] Logical connection got
DEBUG 2026-08-10 02:53:10,616 [main] Logical connection closed
DEBUG 2026-08-10 02:53:10,616 [main] Logical connection got
DEBUG 2026-08-10 02:53:10,629 [main] Logical connection closed
DEBUG 2026-08-10 02:53:10,630 [main] Logical connection got
DEBUG 2026-08-10 02:53:10,630 [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-10 02:53:10,632 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-08-10 02:53:10.4 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-08-10 02:53:10,632 [main] Logical connection got
DEBUG 2026-08-10 02:53:10,632 [main] Logical connection closed
DEBUG 2026-08-10 02:53:10,632 [main] Logical connection got
DEBUG 2026-08-10 02:53:10,637 [main] Logical connection closed
DEBUG 2026-08-10 02:53:10,638 [main] Logical connection got
DEBUG 2026-08-10 02:53:10,639 [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-10 02:53:10,640 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-08-10 02:53:10.4 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-08-10 02:53:10,640 [main] Logical connection got
DEBUG 2026-08-10 02:53:10,641 [main] UPDATE EMP SET tstamp = '2026-08-10 02.53.10', 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-10 02.53.10'
DEBUG 2026-08-10 02:53:10,641 [main] Logical connection closed
DEBUG 2026-08-10 02:53:10,642 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 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.142 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-08-10 02:53:11,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:11,994 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-10 02:53:12,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:12,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:12,091 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:12,091 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:12,165 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:12,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:12,201 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-10 02:53:12,398 [main] Physical connection got
DEBUG 2026-08-10 02:53:12,399 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:12,480 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:12,486 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-08-10 02:53:12,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:12,500 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:12,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:12,507 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:12,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:12,514 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:12,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:12,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:12,530 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:12,545 [main] Physical connection got
DEBUG 2026-08-10 02:53:12,545 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:12,545 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:12,546 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:12,668 [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-10 02:53:12,674 [main] Physical connection closed
DEBUG 2026-08-10 02:53:12,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:12,677 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:12,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:12,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:12,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:12,690 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:12,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:12,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:12,703 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:12,708 [main] Physical connection got
DEBUG 2026-08-10 02:53:12,708 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:12,709 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:12,709 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:12,750 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:12,776 [main] Physical connection closed
DEBUG 2026-08-10 02:53:12,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:12,779 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:12,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:12,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:12,791 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:12,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:12,804 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:12,806 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:12,807 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:12,811 [main] Physical connection got
DEBUG 2026-08-10 02:53:12,811 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:12,812 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:12,812 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:12,859 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:12,867 [main] Physical connection closed
DEBUG 2026-08-10 02:53:12,869 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:12,870 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:12,873 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:12,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:12,882 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:12,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:12,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:12,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:12,895 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:12,899 [main] Physical connection got
DEBUG 2026-08-10 02:53:12,899 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:12,899 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:12,900 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:12,941 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:12,947 [main] Physical connection closed
DEBUG 2026-08-10 02:53:12,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:12,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:12,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:12,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:12,961 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:12,961 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:12,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:12,972 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:12,973 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:12,976 [main] Physical connection got
DEBUG 2026-08-10 02:53:12,977 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:12,977 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:12,977 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,014 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,020 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,022 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,044 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,045 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,049 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,049 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,050 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,050 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,088 [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-10 02:53:13,093 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,096 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,116 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,117 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,121 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,121 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,121 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,121 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,156 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,162 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,164 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,175 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,190 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,190 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,191 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,191 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,229 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,234 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,236 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,237 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,255 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,261 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,261 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,262 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,262 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,292 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,298 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,300 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,321 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,321 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,327 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786297993327/0, BranchId=]
DEBUG 2026-08-10 02:53:13,329 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,330 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/0, BranchId=]
DEBUG 2026-08-10 02:53:13,330 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/0, BranchId=]
DEBUG 2026-08-10 02:53:13,330 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/0, BranchId=]
DEBUG 2026-08-10 02:53:13,360 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/0, BranchId=]
DEBUG 2026-08-10 02:53:13,383 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/0, BranchId=]
DEBUG 2026-08-10 02:53:13,386 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-08-10 02.53.13', 99, 'hoge', 0)
DEBUG 2026-08-10 02:53:13,393 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/0, BranchId=]
DEBUG 2026-08-10 02:53:13,393 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786297993327/0, BranchId=]
DEBUG 2026-08-10 02:53:13,394 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,414 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,415 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,416 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,419 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786297993327/1, BranchId=]
DEBUG 2026-08-10 02:53:13,420 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,420 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/1, BranchId=]
DEBUG 2026-08-10 02:53:13,420 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/1, BranchId=]
DEBUG 2026-08-10 02:53:13,420 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/1, BranchId=]
DEBUG 2026-08-10 02:53:13,449 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/1, BranchId=]
DEBUG 2026-08-10 02:53:13,461 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/1, BranchId=]
DEBUG 2026-08-10 02:53:13,462 [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-10 02:53:13,470 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/1, BranchId=]
DEBUG 2026-08-10 02:53:13,470 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/1, BranchId=]
DEBUG 2026-08-10 02:53:13,471 [main] UPDATE EMP SET tstamp = '2026-08-10 02.53.13', 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-10 02:53:13,472 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/1, BranchId=]
DEBUG 2026-08-10 02:53:13,472 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786297993327/1, BranchId=]
DEBUG 2026-08-10 02:53:13,473 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,474 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,475 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,499 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786297993327/2, BranchId=]
DEBUG 2026-08-10 02:53:13,499 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,499 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/2, BranchId=]
DEBUG 2026-08-10 02:53:13,499 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/2, BranchId=]
DEBUG 2026-08-10 02:53:13,500 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/2, BranchId=]
DEBUG 2026-08-10 02:53:13,529 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/2, BranchId=]
DEBUG 2026-08-10 02:53:13,547 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/2, BranchId=]
DEBUG 2026-08-10 02:53:13,547 [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-10 02:53:13,550 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/2, BranchId=]
DEBUG 2026-08-10 02:53:13,551 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/2, BranchId=]
DEBUG 2026-08-10 02:53:13,552 [main] UPDATE EMP SET tstamp = '2026-08-10 02.53.13', 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-10 02:53:13,552 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/2, BranchId=]
DEBUG 2026-08-10 02:53:13,552 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786297993327/2, BranchId=]
DEBUG 2026-08-10 02:53:13,553 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,577 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,580 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786297993327/3, BranchId=]
DEBUG 2026-08-10 02:53:13,581 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,581 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/3, BranchId=]
DEBUG 2026-08-10 02:53:13,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/3, BranchId=]
DEBUG 2026-08-10 02:53:13,581 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/3, BranchId=]
DEBUG 2026-08-10 02:53:13,612 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/3, BranchId=]
DEBUG 2026-08-10 02:53:13,622 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/3, BranchId=]
DEBUG 2026-08-10 02:53:13,622 [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-10 02:53:13,625 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/3, BranchId=]
DEBUG 2026-08-10 02:53:13,625 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/3, BranchId=]
DEBUG 2026-08-10 02:53:13,629 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-08-10 02:53:13,629 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/3, BranchId=]
DEBUG 2026-08-10 02:53:13,630 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786297993327/3, BranchId=]
DEBUG 2026-08-10 02:53:13,630 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,632 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,653 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,656 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,660 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,660 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,660 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,660 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,692 [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-10 02:53:13,693 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,696 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,726 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,726 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,727 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,727 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,754 [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-10 02:53:13,764 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,788 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,789 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,792 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,793 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,793 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,793 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,822 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,832 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,834 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,851 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,853 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,856 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,857 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,857 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,857 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,888 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,898 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,901 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,908 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,912 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,922 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,928 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,928 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,929 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,929 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,955 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,966 [main] Physical connection closed
DEBUG 2026-08-10 02:53:13,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:13,968 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:13,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,984 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:13,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:13,986 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:13,990 [main] Physical connection got
DEBUG 2026-08-10 02:53:13,990 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:13,990 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:13,990 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,017 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,026 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,027 [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-10 02:53:14,038 [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-10 02:53:14,039 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,041 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,041 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,044 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,046 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,050 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,067 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,067 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,068 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,068 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,094 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,103 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,104 [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-10 02:53:14,108 [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-10 02:53:14,110 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,112 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,127 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,129 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,132 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,132 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,132 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,133 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,158 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,175 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,175 [main] select * from emp
DEBUG 2026-08-10 02:53:14,179 [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-10 02:53:14,180 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,187 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,187 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,203 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,205 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,208 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,208 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,208 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,208 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,232 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,241 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,242 [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-10 02:53:14,245 [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-10 02:53:14,247 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,249 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,258 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,267 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,270 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,270 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,270 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,271 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,295 [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-10 02:53:14,304 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,307 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,322 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,324 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,324 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,327 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,327 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,327 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,328 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,351 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,361 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,361 [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-10 02:53:14,364 [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-10 02:53:14,365 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,367 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,376 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,386 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,389 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,389 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,389 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,389 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,412 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,422 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,422 [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-10 02:53:14,427 [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-10 02:53:14,429 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,431 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,433 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,435 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,452 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,452 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,452 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,452 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,488 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,498 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,498 [main] select * from emp
DEBUG 2026-08-10 02:53:14,500 [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-10 02:53:14,501 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,503 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,507 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,522 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,523 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,523 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,523 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,551 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,564 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,565 [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-10 02:53:14,567 [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-10 02:53:14,568 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,571 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,591 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,594 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,594 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,594 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,595 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,621 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,632 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,632 [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-10 02:53:14,635 [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-10 02:53:14,635 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,637 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,638 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,661 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,661 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,661 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,661 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,688 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,699 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,699 [main] select count(*) from emp
DEBUG 2026-08-10 02:53:14,701 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,701 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,703 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,730 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,733 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,733 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,733 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,733 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,755 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,763 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,763 [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-10 02:53:14,764 [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-10 02:53:14,765 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,766 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,766 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,769 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,782 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,783 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,785 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,785 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,785 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,785 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,806 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,814 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,814 [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-10 02:53:14,815 [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-10 02:53:14,816 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,817 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,819 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,836 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,836 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,836 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,836 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,856 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,864 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,864 [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-10 02:53:14,865 [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-10 02:53:14,865 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,867 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,883 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,886 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,886 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,886 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,886 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,906 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,913 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,914 [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-10 02:53:14,914 [main] Logical connection closed, tx=null
[Ljava.util.Map;@153b2cb
DEBUG 2026-08-10 02:53:14,915 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,921 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,928 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,928 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,936 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,938 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,938 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,938 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,939 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,958 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,965 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,965 [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-10 02:53:14,967 [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-10 02:53:14,968 [main] Physical connection closed
DEBUG 2026-08-10 02:53:14,969 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:14,970 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:14,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:14,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:14,985 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:14,987 [main] Physical connection got
DEBUG 2026-08-10 02:53:14,987 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:14,987 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:14,988 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,006 [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-10 02:53:15,014 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,014 [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-10 02:53:15,018 [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-10 02:53:15,019 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,020 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,034 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,036 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,038 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,038 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,038 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,038 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,057 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,061 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,061 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-10 02:53:15,061 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,061 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,078 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,079 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,081 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,081 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,081 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,081 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,099 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,103 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,103 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-10 02:53:15,103 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,103 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,108 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,110 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,113 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,113 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,120 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,124 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,124 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,124 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,124 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,137 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,138 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,138 [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-10 02:53:15,139 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-08-10 02:53:15,140 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,141 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,143 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,145 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,154 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,159 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,159 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,159 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,159 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,179 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,180 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,180 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-08-10 02:53:15,181 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-08-10 02:53:15,181 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,182 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,183 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,187 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,190 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,196 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,197 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,198 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,200 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786297993327/4, BranchId=]
DEBUG 2026-08-10 02:53:15,200 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,200 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/4, BranchId=]
DEBUG 2026-08-10 02:53:15,201 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/4, BranchId=]
DEBUG 2026-08-10 02:53:15,201 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/4, BranchId=]
DEBUG 2026-08-10 02:53:15,218 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/4, BranchId=]
DEBUG 2026-08-10 02:53:15,225 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/4, BranchId=]
DEBUG 2026-08-10 02:53:15,225 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-08-10 02.53.15', 9999, 'test', 50)
DEBUG 2026-08-10 02:53:15,226 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/4, BranchId=]
DEBUG 2026-08-10 02:53:15,226 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/4, BranchId=]
DEBUG 2026-08-10 02:53:15,226 [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-10 02:53:15,228 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/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-10 02:53:15,228 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/4, BranchId=]
DEBUG 2026-08-10 02:53:15,228 [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-10 02:53:15,229 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-08-10 02:53:15.225 {50, null, null, 0}
DEBUG 2026-08-10 02:53:15,230 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786297993327/4, BranchId=]
DEBUG 2026-08-10 02:53:15,230 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,245 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,246 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,247 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,249 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,249 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,249 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,249 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,267 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,273 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,282 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,287 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,291 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,291 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,292 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,292 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,309 [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-10 02:53:15,318 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,318 [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-10 02:53:15,320 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,321 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,322 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,326 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,329 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,329 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,336 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,338 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,338 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,339 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,339 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,356 [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-10 02:53:15,365 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,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 WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2026-08-10 02:53:15,366 [main] Logical connection closed, tx=null
[]
DEBUG 2026-08-10 02:53:15,366 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,368 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,370 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,374 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,380 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,381 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,382 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,384 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,385 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,385 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,385 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,402 [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-10 02:53:15,407 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,408 [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-10 02:53:15,409 [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-10 02:53:15,410 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,411 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,413 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,415 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,419 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,419 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,428 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,428 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,428 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,428 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,444 [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-10 02:53:15,447 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,449 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,453 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,456 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,461 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,462 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,463 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,465 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,465 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,465 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,465 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,482 [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-10 02:53:15,489 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,489 [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-10 02:53:15,491 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,491 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,493 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,495 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,509 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,509 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,509 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,509 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,526 [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-10 02:53:15,533 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,533 [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-10 02:53:15,534 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,535 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,537 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,550 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,553 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,553 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,554 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,554 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,574 [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-10 02:53:15,575 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,575 [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-10 02:53:15,577 [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-10 02:53:15,578 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,588 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,588 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,599 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,599 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,599 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,600 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,616 [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-10 02:53:15,618 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,619 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,623 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,626 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,626 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,631 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,632 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,633 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,636 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,636 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,636 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,636 [main] Logical connection got, tx=null
WARN  2026-08-10 02:53:15,640 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-08-10 02:53:15,647 [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-10 02:53:15,648 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,648 [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-10 02:53:15,651 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-08-10 02:53:15,651 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,653 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,653 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,661 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,661 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,669 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,672 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,672 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,672 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,672 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,695 [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-10 02:53:15,704 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,705 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,706 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,708 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,722 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,725 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,725 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,725 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,725 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,748 [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-10 02:53:15,754 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,754 [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-10 02:53:15,755 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,755 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,755 [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-10 02:53:15,756 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,756 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,767 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,777 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,778 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,778 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,778 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,800 [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-10 02:53:15,803 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,804 [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-10 02:53:15,807 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,807 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,808 [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-10 02:53:15,808 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,809 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,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 job = 'SALESMAN' 
DEBUG 2026-08-10 02:53:15,811 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,811 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,811 [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-10 02:53:15,812 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,812 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,813 [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-10 02:53:15,813 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,813 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,815 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,815 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,818 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,820 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,823 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,823 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,831 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,833 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786297993327/5, BranchId=]
DEBUG 2026-08-10 02:53:15,834 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,834 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/5, BranchId=]
DEBUG 2026-08-10 02:53:15,834 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/5, BranchId=]
DEBUG 2026-08-10 02:53:15,835 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/5, BranchId=]
DEBUG 2026-08-10 02:53:15,856 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-08-10 02:53:15,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/5, BranchId=]
DEBUG 2026-08-10 02:53:15,857 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-10 02:53:15,858 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/5, BranchId=]
DEBUG 2026-08-10 02:53:15,858 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/5, BranchId=]
DEBUG 2026-08-10 02:53:15,858 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-08-10 02:53:15,859 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/5, BranchId=]
DEBUG 2026-08-10 02:53:15,859 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786297993327/5, BranchId=]
DEBUG 2026-08-10 02:53:15,859 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-10 02:53:15,859 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786297993327/5, BranchId=]
DEBUG 2026-08-10 02:53:15,860 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786297993327/5, BranchId=]
DEBUG 2026-08-10 02:53:15,860 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,870 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,870 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,876 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,881 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,881 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,881 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,881 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,903 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,908 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,910 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,914 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,918 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:15,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,927 [main] Physical connection got
DEBUG 2026-08-10 02:53:15,927 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,928 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,928 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:15,946 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:15,989 [main] Physical connection closed
DEBUG 2026-08-10 02:53:15,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:15,991 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:15,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:15,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:15,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,004 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,005 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,006 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,009 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,010 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,010 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,010 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,019 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-08-10 02:53:16,021 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,023 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,024 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,029 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,032 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,044 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,044 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,045 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,045 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,054 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-08-10 02:53:16,056 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,058 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,061 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,064 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,067 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,067 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,076 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,079 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,079 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,079 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,080 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,088 [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-10 02:53:16,095 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,097 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,099 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,104 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,108 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,110 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,110 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,112 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,112 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,113 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,113 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,120 [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-10 02:53:16,122 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,130 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,130 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,135 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,136 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,136 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,139 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,139 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,139 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,139 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,157 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,158 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,158 [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-10 02:53:16,161 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,161 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,163 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,167 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,170 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,174 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,175 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,176 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,178 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,178 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,179 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,179 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,195 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,196 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,198 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,213 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,213 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,213 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,213 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,229 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-08-10 02:53:16,230 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,238 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,238 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,244 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-10 02:53:16,246 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,246 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,247 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,247 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,263 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-08-10 02:53:16,264 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.777 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.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-08-10 02:53:16,318 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,318 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,325 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,325 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,334 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,337 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,337 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,341 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,343 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,345 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,359 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,362 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,362 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,366 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,366 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,368 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,370 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,374 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,374 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,378 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,379 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,382 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,385 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,385 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,389 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,389 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-08-10 02:53:16,392 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,398 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,405 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,405 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,406 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,406 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-08-10 02:53:16,409 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,409 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,411 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,414 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,421 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,421 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,437 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,437 [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-10 02:53:16,442 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,442 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,456 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,456 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,472 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,472 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,473 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,473 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,484 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,489 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,490 [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-10 02:53:16,493 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,493 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 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-10 02:53:16,511 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,511 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,513 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,515 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,518 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,518 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,526 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,539 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,539 [main] Logical connection got, tx=null
WARN  2026-08-10 02:53:16,541 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2026-08-10 02:53:16,542 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-08-10 02:53:16,542 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,543 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,545 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,546 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,548 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,550 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,551 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,555 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,559 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,562 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,562 [main] Logical connection got, tx=null
WARN  2026-08-10 02:53:16,564 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2026-08-10 02:53:16,565 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-08-10 02:53:16,565 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,565 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,567 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,577 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,581 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,585 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,586 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-10 02:53:16,588 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,596 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,597 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,600 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-08-10 02:53:16,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,612 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,617 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,619 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,619 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,621 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,621 [main] Physical connection closed
DEBUG 2026-08-10 02:53:16,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,623 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,631 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,632 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,634 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,634 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,635 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,635 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-08-10 02:53:16,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-10 02:53:16,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,644 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-10 02:53:16,644 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-10 02:53:16,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-10 02:53:16,650 [main] Physical connection got
DEBUG 2026-08-10 02:53:16,651 [main] Logical connection got, tx=null
DEBUG 2026-08-10 02:53:16,651 [main] Logical connection closed, tx=null
DEBUG 2026-08-10 02:53:16,652 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.322s]
[INFO] S2Dao Tiger ........................................... SUCCESS [2:17.470s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.762s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.009s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 26 seconds
[INFO] Finished at: Mon Aug 10 02:53:16 JST 2026
[INFO] Final Memory: 30M/404M
[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