This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-05-06 02:50:57,157 [main] Logical connection closed
updatedRows:1
DEBUG 2026-05-06 02:50:57,158 [main] Logical connection got
DEBUG 2026-05-06 02:50:57,158 [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-05-06 02:50:57,161 [main] Logical connection closed
DEBUG 2026-05-06 02:50:57,161 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-05-06 02:50:57,198 [main] Physical connection got
DEBUG 2026-05-06 02:50:57,198 [main] Logical connection got
DEBUG 2026-05-06 02:50:57,198 [main] Logical connection closed
DEBUG 2026-05-06 02:50:57,198 [main] Logical connection got
DEBUG 2026-05-06 02:50:57,210 [main] Logical connection closed
DEBUG 2026-05-06 02:50:57,210 [main] Logical connection got
DEBUG 2026-05-06 02:50:57,211 [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-05-06 02:50:57,212 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-06 02:50:57.008 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-06 02:50:57,213 [main] Logical connection got
DEBUG 2026-05-06 02:50:57,213 [main] Logical connection closed
DEBUG 2026-05-06 02:50:57,213 [main] Logical connection got
DEBUG 2026-05-06 02:50:57,217 [main] Logical connection closed
DEBUG 2026-05-06 02:50:57,218 [main] Logical connection got
DEBUG 2026-05-06 02:50:57,218 [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-05-06 02:50:57,219 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-06 02:50:57.008 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-06 02:50:57,219 [main] Logical connection got
DEBUG 2026-05-06 02:50:57,220 [main] UPDATE EMP SET tstamp = '2026-05-06 02.50.57', 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-05-06 02.50.57'
DEBUG 2026-05-06 02:50:57,220 [main] Logical connection closed
DEBUG 2026-05-06 02:50:57,221 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 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.115 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-05-06 02:50:58,315 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:58,367 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-06 02:50:58,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:58,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:58,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:58,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:58,468 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:58,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:58,497 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-06 02:50:58,660 [main] Physical connection got
DEBUG 2026-05-06 02:50:58,661 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:58,734 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:58,739 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-05-06 02:50:58,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:58,750 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:58,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:58,756 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:58,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:58,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:58,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:58,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:58,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:58,789 [main] Physical connection got
DEBUG 2026-05-06 02:50:58,790 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:58,790 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:58,790 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:58,896 [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-05-06 02:50:58,901 [main] Physical connection closed
DEBUG 2026-05-06 02:50:58,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:58,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:58,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:58,908 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:58,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:58,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:58,922 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:58,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:58,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:58,930 [main] Physical connection got
DEBUG 2026-05-06 02:50:58,930 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:58,930 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:58,930 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:58,966 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:58,987 [main] Physical connection closed
DEBUG 2026-05-06 02:50:58,989 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:58,989 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:58,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:58,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,000 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,017 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,017 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,017 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,017 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,057 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,062 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,064 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,074 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,088 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,088 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,089 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,089 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,133 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,138 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,140 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,159 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,162 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,162 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,162 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,162 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,192 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,197 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,199 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,203 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,228 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,232 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,232 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,232 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,232 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,262 [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-05-06 02:50:59,266 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,268 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,284 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,286 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,289 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,289 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,289 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,290 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,320 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,324 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,326 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,327 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,335 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,335 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,345 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,348 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,348 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,348 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,348 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,384 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,389 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,391 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,412 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,412 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,412 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,412 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,442 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,447 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,449 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,453 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,456 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,457 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,463 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,465 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,466 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,471 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778003459471/0, BranchId=]
DEBUG 2026-05-06 02:50:59,472 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,473 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/0, BranchId=]
DEBUG 2026-05-06 02:50:59,473 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/0, BranchId=]
DEBUG 2026-05-06 02:50:59,473 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/0, BranchId=]
DEBUG 2026-05-06 02:50:59,499 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/0, BranchId=]
DEBUG 2026-05-06 02:50:59,520 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/0, BranchId=]
DEBUG 2026-05-06 02:50:59,522 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-06 02.50.59', 99, 'hoge', 0)
DEBUG 2026-05-06 02:50:59,527 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/0, BranchId=]
DEBUG 2026-05-06 02:50:59,528 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778003459471/0, BranchId=]
DEBUG 2026-05-06 02:50:59,528 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,530 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,534 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,549 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778003459471/1, BranchId=]
DEBUG 2026-05-06 02:50:59,550 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,550 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/1, BranchId=]
DEBUG 2026-05-06 02:50:59,550 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/1, BranchId=]
DEBUG 2026-05-06 02:50:59,550 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/1, BranchId=]
DEBUG 2026-05-06 02:50:59,576 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/1, BranchId=]
DEBUG 2026-05-06 02:50:59,588 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/1, BranchId=]
DEBUG 2026-05-06 02:50:59,588 [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-05-06 02:50:59,594 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/1, BranchId=]
DEBUG 2026-05-06 02:50:59,595 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/1, BranchId=]
DEBUG 2026-05-06 02:50:59,595 [main] UPDATE EMP SET tstamp = '2026-05-06 02.50.59', 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-05-06 02:50:59,596 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/1, BranchId=]
DEBUG 2026-05-06 02:50:59,596 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778003459471/1, BranchId=]
DEBUG 2026-05-06 02:50:59,596 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,612 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,614 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,614 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,617 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778003459471/2, BranchId=]
DEBUG 2026-05-06 02:50:59,617 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,617 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/2, BranchId=]
DEBUG 2026-05-06 02:50:59,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/2, BranchId=]
DEBUG 2026-05-06 02:50:59,618 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/2, BranchId=]
DEBUG 2026-05-06 02:50:59,643 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/2, BranchId=]
DEBUG 2026-05-06 02:50:59,653 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/2, BranchId=]
DEBUG 2026-05-06 02:50:59,654 [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-05-06 02:50:59,656 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/2, BranchId=]
DEBUG 2026-05-06 02:50:59,656 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/2, BranchId=]
DEBUG 2026-05-06 02:50:59,656 [main] UPDATE EMP SET tstamp = '2026-05-06 02.50.59', 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-05-06 02:50:59,657 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/2, BranchId=]
DEBUG 2026-05-06 02:50:59,657 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778003459471/2, BranchId=]
DEBUG 2026-05-06 02:50:59,657 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,667 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,676 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,678 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778003459471/3, BranchId=]
DEBUG 2026-05-06 02:50:59,679 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,679 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/3, BranchId=]
DEBUG 2026-05-06 02:50:59,679 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/3, BranchId=]
DEBUG 2026-05-06 02:50:59,679 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/3, BranchId=]
DEBUG 2026-05-06 02:50:59,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/3, BranchId=]
DEBUG 2026-05-06 02:50:59,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/3, BranchId=]
DEBUG 2026-05-06 02:50:59,715 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-06 02:50:59,717 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/3, BranchId=]
DEBUG 2026-05-06 02:50:59,717 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/3, BranchId=]
DEBUG 2026-05-06 02:50:59,718 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-06 02:50:59,718 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/3, BranchId=]
DEBUG 2026-05-06 02:50:59,718 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778003459471/3, BranchId=]
DEBUG 2026-05-06 02:50:59,718 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,720 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,740 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,741 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,741 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,741 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,768 [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-05-06 02:50:59,769 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,788 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,798 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,798 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,798 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,798 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,823 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2026-05-06 02:50:59,832 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,834 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,842 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,842 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,850 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,851 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,853 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,853 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,853 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,854 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,878 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,886 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,888 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,890 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,915 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,915 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,916 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,916 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,938 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,946 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,947 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,948 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,950 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:50:59,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:50:59,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:50:59,963 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,965 [main] Physical connection got
DEBUG 2026-05-06 02:50:59,965 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,966 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,966 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:50:59,988 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:50:59,996 [main] Physical connection closed
DEBUG 2026-05-06 02:50:59,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:50:59,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:50:59,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,015 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,015 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,015 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,015 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,037 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,044 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,044 [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-05-06 02:51:00,054 [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-05-06 02:51:00,055 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,056 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,057 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,059 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,061 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,064 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,064 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,070 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,072 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,074 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,074 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,074 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,074 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,094 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,101 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,101 [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-05-06 02:51:00,105 [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-05-06 02:51:00,106 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,107 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,114 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,122 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,124 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,124 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,124 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,124 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,144 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,151 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,151 [main] select * from emp
DEBUG 2026-05-06 02:51:00,154 [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-05-06 02:51:00,155 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,157 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,158 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,160 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,169 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,171 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,173 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,173 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,174 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,174 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,194 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,201 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,201 [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-05-06 02:51:00,204 [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-05-06 02:51:00,205 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,207 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,209 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,221 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,223 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,223 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,223 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,223 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,243 [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-05-06 02:51:00,250 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,252 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,256 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,259 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,271 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,272 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,274 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,274 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,274 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,275 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,294 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,302 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,302 [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-05-06 02:51:00,304 [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-05-06 02:51:00,306 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,308 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,310 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,329 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,329 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,329 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,329 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,350 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,362 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,362 [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-05-06 02:51:00,367 [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-05-06 02:51:00,368 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,369 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,370 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,372 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,377 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,385 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,387 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,387 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,388 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,388 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,409 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,416 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,417 [main] select * from emp
DEBUG 2026-05-06 02:51:00,418 [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-05-06 02:51:00,419 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,428 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,433 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,435 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,437 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,437 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,437 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,438 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,458 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,466 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,466 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-05-06 02:51:00,468 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {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-05-06 02:51:00,469 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,470 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,471 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,473 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,474 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,478 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,478 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,485 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,487 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,487 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,487 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,487 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,507 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,514 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,514 [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-05-06 02:51:00,516 [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-05-06 02:51:00,516 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,518 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,531 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,534 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,534 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,534 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,534 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,553 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,560 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,560 [main] select count(*) from emp
DEBUG 2026-05-06 02:51:00,561 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,561 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,562 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,563 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,565 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,570 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,570 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,575 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,577 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,579 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,579 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,579 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,579 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,598 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,606 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,606 [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-05-06 02:51:00,607 [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-05-06 02:51:00,607 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,608 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,610 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,622 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,624 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,624 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,624 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,625 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,643 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,650 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,650 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-06 02:51:00,651 [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-05-06 02:51:00,651 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,653 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,655 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,667 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,669 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,669 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,669 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,669 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,688 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,695 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,695 [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-05-06 02:51:00,695 [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-05-06 02:51:00,696 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,697 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,720 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,720 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,720 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,720 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,744 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,751 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,751 [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-05-06 02:51:00,751 [main] Logical connection closed, tx=null
[Ljava.util.Map;@578b1f8f
DEBUG 2026-05-06 02:51:00,751 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,756 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,769 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,769 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,769 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,769 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,792 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,799 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,799 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2026-05-06 02:51:00,801 [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-05-06 02:51:00,801 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,802 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,803 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,805 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,806 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,817 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,819 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,819 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,819 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,819 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,837 [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-05-06 02:51:00,844 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,844 [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-05-06 02:51:00,848 [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-05-06 02:51:00,848 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,853 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,862 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,864 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,866 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,866 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,866 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,866 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,884 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,888 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,888 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-06 02:51:00,888 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,888 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,892 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,903 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,905 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,905 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,905 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,905 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,923 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,926 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,926 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-06 02:51:00,927 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,927 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,928 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,935 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,935 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,941 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,944 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,944 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,944 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,944 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,968 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,969 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,969 [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-05-06 02:51:00,970 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-05-06 02:51:00,970 [main] Physical connection closed
DEBUG 2026-05-06 02:51:00,971 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:00,972 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,973 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,978 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:00,978 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:00,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:00,985 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:00,987 [main] Physical connection got
DEBUG 2026-05-06 02:51:00,987 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,987 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,987 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,999 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:00,999 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:00,999 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-05-06 02:51:01,000 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-05-06 02:51:01,000 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,015 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,017 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778003459471/4, BranchId=]
DEBUG 2026-05-06 02:51:01,017 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/4, BranchId=]
DEBUG 2026-05-06 02:51:01,017 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/4, BranchId=]
DEBUG 2026-05-06 02:51:01,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/4, BranchId=]
DEBUG 2026-05-06 02:51:01,035 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/4, BranchId=]
DEBUG 2026-05-06 02:51:01,042 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/4, BranchId=]
DEBUG 2026-05-06 02:51:01,042 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-06 02.51.01', 9999, 'test', 50)
DEBUG 2026-05-06 02:51:01,043 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/4, BranchId=]
DEBUG 2026-05-06 02:51:01,043 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/4, BranchId=]
DEBUG 2026-05-06 02:51:01,043 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2026-05-06 02:51:01,044 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/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-05-06 02:51:01,045 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/4, BranchId=]
DEBUG 2026-05-06 02:51:01,045 [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-05-06 02:51:01,045 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-05-06 02:51:01.042 {50, null, null, 0}
DEBUG 2026-05-06 02:51:01,046 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778003459471/4, BranchId=]
DEBUG 2026-05-06 02:51:01,046 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,047 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,060 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,062 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,062 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,062 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,063 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,080 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,086 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,089 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,094 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,094 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,101 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,103 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,103 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,103 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,103 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,121 [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-05-06 02:51:01,130 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,130 [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-05-06 02:51:01,132 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,132 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,134 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,137 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,145 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,146 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,147 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,149 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,149 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,149 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,149 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,166 [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-05-06 02:51:01,175 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,175 [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-05-06 02:51:01,176 [main] Logical connection closed, tx=null
[]
DEBUG 2026-05-06 02:51:01,176 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,177 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,191 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,193 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,193 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,193 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,193 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,210 [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-05-06 02:51:01,216 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,216 [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-05-06 02:51:01,217 [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-05-06 02:51:01,218 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,222 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,225 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,232 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,234 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,234 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,234 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,234 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,253 [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-05-06 02:51:01,256 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,258 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,260 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,264 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,264 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,270 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,271 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,273 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,273 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,273 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,273 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,290 [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-05-06 02:51:01,297 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,297 [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-05-06 02:51:01,299 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,299 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,316 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,316 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,316 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,316 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,335 [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-05-06 02:51:01,341 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,341 [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-05-06 02:51:01,342 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,342 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,347 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,350 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,350 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,359 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,359 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,360 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,360 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,378 [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-05-06 02:51:01,379 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,379 [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-05-06 02:51:01,381 [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-05-06 02:51:01,381 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,383 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,398 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,398 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,398 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,398 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,425 [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-05-06 02:51:01,426 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,427 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,429 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,437 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,452 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,452 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,452 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,452 [main] Logical connection got, tx=null
WARN 2026-05-06 02:51:01,455 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-05-06 02:51:01,461 [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-05-06 02:51:01,461 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,461 [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-05-06 02:51:01,463 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-05-06 02:51:01,464 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,476 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,478 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,479 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,479 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,480 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,480 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,497 [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-05-06 02:51:01,504 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,521 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,521 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,521 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,521 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,538 [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-05-06 02:51:01,541 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,541 [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-05-06 02:51:01,542 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,542 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,542 [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-05-06 02:51:01,543 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,543 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,545 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,548 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,551 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,551 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,556 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,557 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,557 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,560 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,560 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,560 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,560 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,584 [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-05-06 02:51:01,588 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,588 [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-05-06 02:51:01,591 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,591 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,591 [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-05-06 02:51:01,592 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,592 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,592 [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-05-06 02:51:01,594 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,594 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,595 [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-05-06 02:51:01,596 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,596 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,596 [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-05-06 02:51:01,596 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,597 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,604 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,609 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,612 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778003459471/5, BranchId=]
DEBUG 2026-05-06 02:51:01,613 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/5, BranchId=]
DEBUG 2026-05-06 02:51:01,613 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/5, BranchId=]
DEBUG 2026-05-06 02:51:01,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/5, BranchId=]
DEBUG 2026-05-06 02:51:01,630 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-05-06 02:51:01,631 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/5, BranchId=]
DEBUG 2026-05-06 02:51:01,631 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-06 02:51:01,631 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/5, BranchId=]
DEBUG 2026-05-06 02:51:01,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/5, BranchId=]
DEBUG 2026-05-06 02:51:01,632 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-05-06 02:51:01,632 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/5, BranchId=]
DEBUG 2026-05-06 02:51:01,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778003459471/5, BranchId=]
DEBUG 2026-05-06 02:51:01,632 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-06 02:51:01,633 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778003459471/5, BranchId=]
DEBUG 2026-05-06 02:51:01,633 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778003459471/5, BranchId=]
DEBUG 2026-05-06 02:51:01,633 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,636 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,638 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,646 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,647 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,647 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,650 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,650 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,650 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,650 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,667 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,670 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,674 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,684 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,684 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,686 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,686 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,687 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,687 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,703 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,708 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,709 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,715 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,727 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,730 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,730 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,730 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,730 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,737 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-05-06 02:51:01,738 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,740 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,751 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,752 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,752 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,754 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,754 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,755 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,755 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,761 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-05-06 02:51:01,762 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,776 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,778 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,778 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,778 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,778 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,784 [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-05-06 02:51:01,786 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,787 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,787 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,801 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,801 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,801 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,801 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,808 [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-05-06 02:51:01,810 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,810 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,811 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,825 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,825 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,825 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,825 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,841 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,842 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,842 [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-05-06 02:51:01,845 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,845 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,847 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,848 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,852 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,861 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,861 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,861 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,861 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,879 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,880 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,881 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,881 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,883 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,884 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,893 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,895 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,895 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,895 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,896 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,911 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-06 02:51:01,912 [main] Physical connection closed
DEBUG 2026-05-06 02:51:01,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,920 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:01,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,926 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-06 02:51:01,928 [main] Physical connection got
DEBUG 2026-05-06 02:51:01,928 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,928 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:01,928 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:01,944 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-06 02:51:01,945 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.206 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-05-06 02:51:01,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:01,992 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-06 02:51:01,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:01,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:01,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,006 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-06 02:51:02,009 [main] Physical connection got
DEBUG 2026-05-06 02:51:02,009 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:02,013 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,016 [main] Physical connection closed
DEBUG 2026-05-06 02:51:02,017 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:02,017 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-06 02:51:02,019 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,020 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,028 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,031 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-06 02:51:02,034 [main] Physical connection got
DEBUG 2026-05-06 02:51:02,034 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:02,038 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,038 [main] Physical connection closed
DEBUG 2026-05-06 02:51:02,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:02,040 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-06 02:51:02,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,053 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-06 02:51:02,056 [main] Physical connection got
DEBUG 2026-05-06 02:51:02,056 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:02,060 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,060 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-05-06 02:51:02,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:02,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,074 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,075 [main] Physical connection got
DEBUG 2026-05-06 02:51:02,075 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:02,076 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,076 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-05-06 02:51:02,080 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:02,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,089 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,091 [main] Physical connection got
DEBUG 2026-05-06 02:51:02,091 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:02,107 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,107 [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-05-06 02:51:02,112 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,112 [main] Physical connection closed
DEBUG 2026-05-06 02:51:02,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:02,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,123 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,125 [main] Physical connection got
DEBUG 2026-05-06 02:51:02,125 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:02,140 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,141 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:02,141 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,141 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:02,154 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,158 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:02,159 [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-05-06 02:51:02,161 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,161 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 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-05-06 02:51:02,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:02,180 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-06 02:51:02,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,191 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,195 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-06 02:51:02,205 [main] Physical connection got
DEBUG 2026-05-06 02:51:02,205 [main] Logical connection got, tx=null
WARN 2026-05-06 02:51:02,208 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-06 02:51:02,208 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-06 02:51:02,209 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,209 [main] Physical connection closed
DEBUG 2026-05-06 02:51:02,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:02,211 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-06 02:51:02,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,214 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,225 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-06 02:51:02,227 [main] Physical connection got
DEBUG 2026-05-06 02:51:02,227 [main] Logical connection got, tx=null
WARN 2026-05-06 02:51:02,229 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-06 02:51:02,230 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-06 02:51:02,230 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,231 [main] Physical connection closed
DEBUG 2026-05-06 02:51:02,232 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:02,232 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-06 02:51:02,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,238 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,238 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,246 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-06 02:51:02,250 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:02,250 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-06 02:51:02,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,264 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-05-06 02:51:02,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:02,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,273 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,281 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,282 [main] Physical connection got
DEBUG 2026-05-06 02:51:02,282 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:02,284 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,284 [main] Physical connection closed
DEBUG 2026-05-06 02:51:02,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:02,292 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,303 [main] Physical connection got
DEBUG 2026-05-06 02:51:02,303 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:02,304 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,304 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-05-06 02:51:02,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-06 02:51:02,308 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,312 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-06 02:51:02,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,320 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-06 02:51:02,321 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-06 02:51:02,323 [main] Physical connection got
DEBUG 2026-05-06 02:51:02,323 [main] Logical connection got, tx=null
DEBUG 2026-05-06 02:51:02,324 [main] Logical connection closed, tx=null
DEBUG 2026-05-06 02:51:02,324 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.301s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.423s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.521s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.129s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Wed May 06 02:51:02 JST 2026
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS