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-10 02:54:55,267 [main] Logical connection closed
updatedRows:1
DEBUG 2026-05-10 02:54:55,268 [main] Logical connection got
DEBUG 2026-05-10 02:54:55,268 [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-10 02:54:55,271 [main] Logical connection closed
DEBUG 2026-05-10 02:54:55,271 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-05-10 02:54:55,306 [main] Physical connection got
DEBUG 2026-05-10 02:54:55,306 [main] Logical connection got
DEBUG 2026-05-10 02:54:55,306 [main] Logical connection closed
DEBUG 2026-05-10 02:54:55,306 [main] Logical connection got
DEBUG 2026-05-10 02:54:55,316 [main] Logical connection closed
DEBUG 2026-05-10 02:54:55,317 [main] Logical connection got
DEBUG 2026-05-10 02:54:55,317 [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-10 02:54:55,318 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-10 02:54:55.123 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-10 02:54:55,319 [main] Logical connection got
DEBUG 2026-05-10 02:54:55,319 [main] Logical connection closed
DEBUG 2026-05-10 02:54:55,319 [main] Logical connection got
DEBUG 2026-05-10 02:54:55,322 [main] Logical connection closed
DEBUG 2026-05-10 02:54:55,324 [main] Logical connection got
DEBUG 2026-05-10 02:54:55,324 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-10 02:54:55,325 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-10 02:54:55.123 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-10 02:54:55,325 [main] Logical connection got
DEBUG 2026-05-10 02:54:55,326 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.55', 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-10 02.54.55'
DEBUG 2026-05-10 02:54:55,326 [main] Logical connection closed
DEBUG 2026-05-10 02:54:55,326 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-05-10 02:54:56,409 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:56,470 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:56,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:56,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:56,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:56,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:56,584 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:56,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:56,614 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:56,772 [main] Physical connection got
DEBUG 2026-05-10 02:54:56,773 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:56,851 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:56,857 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-05-10 02:54:56,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:56,868 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:56,871 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:56,874 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:56,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:56,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:56,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:56,895 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:56,896 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:56,909 [main] Physical connection got
DEBUG 2026-05-10 02:54:56,909 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:56,909 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:56,910 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,017 [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-10 02:54:57,022 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,024 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,047 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,053 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,053 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,053 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,054 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,091 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,115 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,117 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,120 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,122 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,144 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,144 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,145 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,145 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,185 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,191 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,196 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,198 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,211 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,214 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,214 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,218 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,218 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,218 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,218 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,255 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,260 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,265 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,267 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,272 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,283 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,286 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,286 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,286 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,286 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,320 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,325 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,327 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,330 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,332 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,337 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,351 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,351 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,351 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,351 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,386 [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-10 02:54:57,390 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,392 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,393 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,395 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,397 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,413 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,416 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,416 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,416 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,417 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,454 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,459 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,483 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,484 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,487 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,487 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,488 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,488 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,530 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,536 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,537 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,538 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,541 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,556 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,557 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,558 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,561 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,561 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,562 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,562 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,595 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,599 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,625 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349297625/0, BranchId=]
DEBUG 2026-05-10 02:54:57,627 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,628 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/0, BranchId=]
DEBUG 2026-05-10 02:54:57,628 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/0, BranchId=]
DEBUG 2026-05-10 02:54:57,628 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/0, BranchId=]
DEBUG 2026-05-10 02:54:57,657 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/0, BranchId=]
DEBUG 2026-05-10 02:54:57,678 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/0, BranchId=]
DEBUG 2026-05-10 02:54:57,681 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-10 02.54.57', 99, 'hoge', 0)
DEBUG 2026-05-10 02:54:57,686 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/0, BranchId=]
DEBUG 2026-05-10 02:54:57,686 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349297625/0, BranchId=]
DEBUG 2026-05-10 02:54:57,687 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,693 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,709 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349297625/1, BranchId=]
DEBUG 2026-05-10 02:54:57,710 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,710 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/1, BranchId=]
DEBUG 2026-05-10 02:54:57,710 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/1, BranchId=]
DEBUG 2026-05-10 02:54:57,710 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/1, BranchId=]
DEBUG 2026-05-10 02:54:57,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/1, BranchId=]
DEBUG 2026-05-10 02:54:57,749 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/1, BranchId=]
DEBUG 2026-05-10 02:54:57,749 [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-10 02:54:57,757 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/1, BranchId=]
DEBUG 2026-05-10 02:54:57,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/1, BranchId=]
DEBUG 2026-05-10 02:54:57,757 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.57', 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-10 02:54:57,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/1, BranchId=]
DEBUG 2026-05-10 02:54:57,759 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349297625/1, BranchId=]
DEBUG 2026-05-10 02:54:57,759 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,761 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,779 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,781 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349297625/2, BranchId=]
DEBUG 2026-05-10 02:54:57,782 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,782 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/2, BranchId=]
DEBUG 2026-05-10 02:54:57,782 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/2, BranchId=]
DEBUG 2026-05-10 02:54:57,782 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/2, BranchId=]
DEBUG 2026-05-10 02:54:57,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/2, BranchId=]
DEBUG 2026-05-10 02:54:57,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/2, BranchId=]
DEBUG 2026-05-10 02:54:57,832 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-10 02:54:57,834 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/2, BranchId=]
DEBUG 2026-05-10 02:54:57,834 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/2, BranchId=]
DEBUG 2026-05-10 02:54:57,835 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.57', 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-10 02:54:57,835 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/2, BranchId=]
DEBUG 2026-05-10 02:54:57,835 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349297625/2, BranchId=]
DEBUG 2026-05-10 02:54:57,836 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,838 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,846 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,846 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,856 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,858 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349297625/3, BranchId=]
DEBUG 2026-05-10 02:54:57,858 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,858 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/3, BranchId=]
DEBUG 2026-05-10 02:54:57,859 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/3, BranchId=]
DEBUG 2026-05-10 02:54:57,859 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/3, BranchId=]
DEBUG 2026-05-10 02:54:57,886 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/3, BranchId=]
DEBUG 2026-05-10 02:54:57,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/3, BranchId=]
DEBUG 2026-05-10 02:54:57,894 [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-10 02:54:57,896 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/3, BranchId=]
DEBUG 2026-05-10 02:54:57,896 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/3, BranchId=]
DEBUG 2026-05-10 02:54:57,897 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-10 02:54:57,897 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/3, BranchId=]
DEBUG 2026-05-10 02:54:57,897 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349297625/3, BranchId=]
DEBUG 2026-05-10 02:54:57,897 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,899 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,901 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,907 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,908 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,917 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,920 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,920 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,920 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,920 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,944 [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-10 02:54:57,945 [main] Physical connection closed
DEBUG 2026-05-10 02:54:57,947 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:57,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:57,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:57,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:57,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:57,975 [main] Physical connection got
DEBUG 2026-05-10 02:54:57,975 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,975 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:57,975 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:57,999 [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-10 02:54:58,007 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,009 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,011 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,024 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,026 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,029 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,029 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,029 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,029 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,052 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,060 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,062 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,078 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,078 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,081 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,081 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,081 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,081 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,104 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,112 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,131 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,133 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,133 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,133 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,133 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,158 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,168 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,175 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,179 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,188 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,189 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,191 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,191 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,192 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,192 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,218 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,227 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,227 [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-10 02:54:58,235 [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-10 02:54:58,237 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,260 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,261 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,261 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,261 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,287 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,296 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,296 [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-10 02:54:58,301 [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-10 02:54:58,302 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,304 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,320 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,322 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,322 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,325 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,325 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,325 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,326 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,361 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,368 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,369 [main] select * from emp
DEBUG 2026-05-10 02:54:58,372 [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-10 02:54:58,373 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,375 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,382 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,389 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,390 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,393 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,393 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,393 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,393 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,414 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,422 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,422 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-05-10 02:54:58,426 [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-10 02:54:58,427 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,429 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,431 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,437 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,444 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,446 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,447 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,447 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,447 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,468 [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-10 02:54:58,475 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,477 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,479 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,491 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,492 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,493 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,495 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,495 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,495 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,495 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,516 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,524 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,524 [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-10 02:54:58,527 [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-10 02:54:58,528 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,530 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,535 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,537 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,540 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,550 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,550 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,550 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,551 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,571 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,578 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,579 [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-10 02:54:58,583 [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-10 02:54:58,584 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,585 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,586 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,589 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,590 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,594 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,594 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,599 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,603 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,603 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,603 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,604 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,624 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,632 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,632 [main] select * from emp
DEBUG 2026-05-10 02:54:58,633 [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-10 02:54:58,634 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,636 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,640 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,644 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,644 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,653 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,653 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,654 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,654 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,673 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,681 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,681 [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-10 02:54:58,683 [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-10 02:54:58,684 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,686 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,690 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,693 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,693 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,700 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,702 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,702 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,703 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,703 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,722 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,729 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,729 [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-10 02:54:58,731 [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-10 02:54:58,732 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,747 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,750 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,750 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,750 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,750 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,781 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,788 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,788 [main] select count(*) from emp
DEBUG 2026-05-10 02:54:58,790 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,790 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,792 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,804 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,805 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,808 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,808 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,808 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,808 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,827 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,835 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,835 [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-10 02:54:58,836 [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-10 02:54:58,836 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,838 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,841 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,845 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,850 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,854 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,854 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,854 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,854 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,873 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,880 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,881 [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-10 02:54:58,881 [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-10 02:54:58,882 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,884 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,896 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,897 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,897 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,900 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,900 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,900 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,900 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,919 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,926 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,926 [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-10 02:54:58,927 [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-10 02:54:58,927 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,929 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,936 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,936 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,943 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,945 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,945 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,946 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,946 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,964 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,971 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,971 [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-10 02:54:58,972 [main] Logical connection closed, tx=null
[Ljava.util.Map;@66da9ea4
DEBUG 2026-05-10 02:54:58,972 [main] Physical connection closed
DEBUG 2026-05-10 02:54:58,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:58,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:58,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:58,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:58,988 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:58,990 [main] Physical connection got
DEBUG 2026-05-10 02:54:58,990 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:58,990 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:58,990 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,009 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,016 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,016 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2026-05-10 02:54:59,019 [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-10 02:54:59,019 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,021 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,034 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,035 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,037 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,037 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,037 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,037 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,056 [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-10 02:54:59,064 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,064 [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-10 02:54:59,068 [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-10 02:54:59,068 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,070 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,077 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,077 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,083 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,084 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,086 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,086 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,086 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,087 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,106 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,109 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,109 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-10 02:54:59,110 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,110 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,112 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,118 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,125 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,128 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,128 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,128 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,128 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,147 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,150 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,150 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-10 02:54:59,151 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,151 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,153 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,155 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,159 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,165 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,166 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,167 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,169 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,170 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,170 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,170 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,183 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,183 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,184 [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-10 02:54:59,185 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-05-10 02:54:59,185 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,186 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,187 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,194 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,194 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,201 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,201 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,203 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,204 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,204 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,204 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,216 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,217 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,217 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-05-10 02:54:59,218 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-05-10 02:54:59,218 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,220 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,234 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,234 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,236 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349297625/4, BranchId=]
DEBUG 2026-05-10 02:54:59,236 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,237 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/4, BranchId=]
DEBUG 2026-05-10 02:54:59,237 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/4, BranchId=]
DEBUG 2026-05-10 02:54:59,237 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/4, BranchId=]
DEBUG 2026-05-10 02:54:59,256 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/4, BranchId=]
DEBUG 2026-05-10 02:54:59,264 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/4, BranchId=]
DEBUG 2026-05-10 02:54:59,265 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-10 02.54.59', 9999, 'test', 50)
DEBUG 2026-05-10 02:54:59,265 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/4, BranchId=]
DEBUG 2026-05-10 02:54:59,266 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/4, BranchId=]
DEBUG 2026-05-10 02:54:59,266 [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-10 02:54:59,268 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/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-10 02:54:59,269 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/4, BranchId=]
DEBUG 2026-05-10 02:54:59,269 [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-10 02:54:59,270 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-05-10 02:54:59.265 {50, null, null, 0}
DEBUG 2026-05-10 02:54:59,270 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349297625/4, BranchId=]
DEBUG 2026-05-10 02:54:59,271 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,272 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,273 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,287 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,291 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,291 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,292 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,292 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,314 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,321 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,324 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,328 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,331 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,338 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,339 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,340 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,342 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,342 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,343 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,343 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,365 [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-10 02:54:59,375 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,375 [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-10 02:54:59,378 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,378 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,380 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,385 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,399 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,399 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,399 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,400 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,421 [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-10 02:54:59,432 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,432 [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-10 02:54:59,433 [main] Logical connection closed, tx=null
[]
DEBUG 2026-05-10 02:54:59,433 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,439 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,443 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,443 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,449 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,451 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,451 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,455 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,455 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,455 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,455 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,476 [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-10 02:54:59,483 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,483 [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-10 02:54:59,485 [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-10 02:54:59,485 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,487 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,488 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,490 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,492 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,504 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,506 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,506 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,506 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,507 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,527 [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-10 02:54:59,531 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,533 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,552 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,552 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,552 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,553 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,574 [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-10 02:54:59,583 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,583 [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-10 02:54:59,586 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,586 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,604 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,607 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,607 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,607 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,608 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,629 [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-10 02:54:59,648 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,649 [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-10 02:54:59,649 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,650 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,651 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,658 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,668 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,668 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,668 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,668 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,688 [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-10 02:54:59,689 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,689 [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-10 02:54:59,691 [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-10 02:54:59,691 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,693 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,704 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,708 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,709 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,709 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,709 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,726 [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-10 02:54:59,727 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,745 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,745 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,745 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,745 [main] Logical connection got, tx=null
WARN 2026-05-10 02:54:59,748 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-05-10 02:54:59,753 [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-10 02:54:59,754 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,754 [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-10 02:54:59,757 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-05-10 02:54:59,757 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,774 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,774 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,775 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,775 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,793 [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-10 02:54:59,800 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,802 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,817 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,818 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,818 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,818 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,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 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-10 02:54:59,841 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,841 [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-10 02:54:59,842 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,842 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,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 AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2026-05-10 02:54:59,843 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,843 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,844 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,845 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,848 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,861 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,861 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,861 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,861 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,879 [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-10 02:54:59,882 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,882 [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-10 02:54:59,886 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,886 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,886 [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-10 02:54:59,887 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,887 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,887 [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-10 02:54:59,889 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,889 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,890 [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-10 02:54:59,890 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,891 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,891 [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-10 02:54:59,891 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,891 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,893 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,900 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,905 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,906 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,907 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,908 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349297625/5, BranchId=]
DEBUG 2026-05-10 02:54:59,909 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/5, BranchId=]
DEBUG 2026-05-10 02:54:59,910 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/5, BranchId=]
DEBUG 2026-05-10 02:54:59,910 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/5, BranchId=]
DEBUG 2026-05-10 02:54:59,927 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-05-10 02:54:59,928 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/5, BranchId=]
DEBUG 2026-05-10 02:54:59,928 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-10 02:54:59,929 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/5, BranchId=]
DEBUG 2026-05-10 02:54:59,929 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/5, BranchId=]
DEBUG 2026-05-10 02:54:59,929 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-05-10 02:54:59,930 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/5, BranchId=]
DEBUG 2026-05-10 02:54:59,930 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349297625/5, BranchId=]
DEBUG 2026-05-10 02:54:59,930 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-10 02:54:59,930 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349297625/5, BranchId=]
DEBUG 2026-05-10 02:54:59,930 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349297625/5, BranchId=]
DEBUG 2026-05-10 02:54:59,931 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,932 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,934 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,945 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,948 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,948 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,948 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,948 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,969 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,973 [main] Physical connection closed
DEBUG 2026-05-10 02:54:59,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:54:59,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:59,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:59,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:59,987 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:59,990 [main] Physical connection got
DEBUG 2026-05-10 02:54:59,990 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:59,990 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:59,990 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,008 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,012 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,014 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,016 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,017 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,020 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,020 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,025 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,027 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,029 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,029 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,030 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,030 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,036 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-05-10 02:55:00,038 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,039 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,046 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,051 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,052 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,052 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,054 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,054 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,054 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,054 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,061 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-05-10 02:55:00,062 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,064 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,076 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,078 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,078 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,079 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,079 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,085 [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-10 02:55:00,086 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,094 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,094 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,101 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,103 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,103 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,103 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,103 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,110 [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-10 02:55:00,111 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,112 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,113 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,115 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,125 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,127 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,128 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,128 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,128 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,145 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,146 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,146 [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-10 02:55:00,149 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,149 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,151 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,153 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,162 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,163 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,165 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,166 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,166 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,166 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,183 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,184 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,192 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,198 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,200 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,200 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,201 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,201 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,218 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-10 02:55:00,219 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:55:00,235 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,235 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,236 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,236 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,253 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-10 02:55:00,254 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.397 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-05-10 02:55:00,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,302 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,317 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,321 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,321 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,326 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,328 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,330 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,347 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,349 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,349 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,353 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,354 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,355 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,356 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,357 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,367 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,368 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,371 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,374 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,374 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,378 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,378 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-05-10 02:55:00,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,394 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,394 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,395 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,395 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-05-10 02:55:00,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,416 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,418 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,418 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,435 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,435 [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-10 02:55:00,438 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,438 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,439 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,451 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,451 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,468 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,468 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,468 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,468 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,479 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,484 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,484 [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-10 02:55:00,486 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,486 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-05-10 02:55:00,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,506 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,521 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,531 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,531 [main] Logical connection got, tx=null
WARN 2026-05-10 02:55:00,533 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-10 02:55:00,534 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-10 02:55:00,534 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,535 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,536 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,539 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,550 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,553 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,553 [main] Logical connection got, tx=null
WARN 2026-05-10 02:55:00,555 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-10 02:55:00,555 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-10 02:55:00,556 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,556 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,557 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,571 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,575 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:55:00,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,585 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,586 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,589 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-05-10 02:55:00,596 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,607 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,607 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,608 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,608 [main] Physical connection closed
DEBUG 2026-05-10 02:55:00,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,620 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,620 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,621 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,621 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-05-10 02:55:00,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-10 02:55:00,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:55:00,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,633 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:55:00,634 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:55:00,635 [main] Physical connection got
DEBUG 2026-05-10 02:55:00,635 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:55:00,636 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:55:00,636 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.297s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.449s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.514s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.365s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun May 10 02:55:00 JST 2026
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS