This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-06-24 02:50:56,359 [main] Logical connection closed
updatedRows:1
DEBUG 2026-06-24 02:50:56,360 [main] Logical connection got
DEBUG 2026-06-24 02:50:56,360 [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-06-24 02:50:56,363 [main] Logical connection closed
DEBUG 2026-06-24 02:50:56,363 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-06-24 02:50:56,395 [main] Physical connection got
DEBUG 2026-06-24 02:50:56,395 [main] Logical connection got
DEBUG 2026-06-24 02:50:56,396 [main] Logical connection closed
DEBUG 2026-06-24 02:50:56,396 [main] Logical connection got
DEBUG 2026-06-24 02:50:56,406 [main] Logical connection closed
DEBUG 2026-06-24 02:50:56,407 [main] Logical connection got
DEBUG 2026-06-24 02:50:56,407 [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-06-24 02:50:56,408 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-06-24 02:50:56.22 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-24 02:50:56,408 [main] Logical connection got
DEBUG 2026-06-24 02:50:56,409 [main] Logical connection closed
DEBUG 2026-06-24 02:50:56,409 [main] Logical connection got
DEBUG 2026-06-24 02:50:56,412 [main] Logical connection closed
DEBUG 2026-06-24 02:50:56,413 [main] Logical connection got
DEBUG 2026-06-24 02:50:56,413 [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-06-24 02:50:56,414 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-06-24 02:50:56.22 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-24 02:50:56,414 [main] Logical connection got
DEBUG 2026-06-24 02:50:56,415 [main] UPDATE EMP SET tstamp = '2026-06-24 02.50.56', 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-06-24 02.50.56'
DEBUG 2026-06-24 02:50:56,416 [main] Logical connection closed
DEBUG 2026-06-24 02:50:56,416 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-06-24 02:50:57,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:57,594 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-24 02:50:57,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:57,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:57,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:57,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:57,697 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:57,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:57,724 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-24 02:50:57,886 [main] Physical connection got
DEBUG 2026-06-24 02:50:57,886 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:57,962 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:57,969 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-06-24 02:50:57,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:57,981 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:57,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:57,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:57,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:57,994 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,006 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,008 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,026 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,026 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,026 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,027 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,143 [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-06-24 02:50:58,149 [main] Physical connection closed
DEBUG 2026-06-24 02:50:58,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:58,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,175 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,180 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,180 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,180 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,180 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,220 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,243 [main] Physical connection closed
DEBUG 2026-06-24 02:50:58,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:58,246 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,249 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,258 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,271 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,271 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,275 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,275 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,276 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,276 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,321 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,326 [main] Physical connection closed
DEBUG 2026-06-24 02:50:58,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:58,329 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,331 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,349 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,350 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,352 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,353 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,353 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,353 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,387 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,392 [main] Physical connection closed
DEBUG 2026-06-24 02:50:58,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:58,394 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,398 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,413 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,416 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,416 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,416 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,416 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,447 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,452 [main] Physical connection closed
DEBUG 2026-06-24 02:50:58,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:58,454 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,463 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,463 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,474 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,477 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,478 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,478 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,478 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,509 [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-06-24 02:50:58,513 [main] Physical connection closed
DEBUG 2026-06-24 02:50:58,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:58,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,535 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,538 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,538 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,538 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,538 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,570 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,575 [main] Physical connection closed
DEBUG 2026-06-24 02:50:58,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:58,577 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,597 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,600 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,600 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,600 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,601 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,639 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,644 [main] Physical connection closed
DEBUG 2026-06-24 02:50:58,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:58,646 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,655 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,655 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,668 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,668 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,668 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,668 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:58,700 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:58,705 [main] Physical connection closed
DEBUG 2026-06-24 02:50:58,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:58,707 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,716 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,731 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,736 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782237058736/0, BranchId=]
DEBUG 2026-06-24 02:50:58,738 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,738 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/0, BranchId=]
DEBUG 2026-06-24 02:50:58,739 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/0, BranchId=]
DEBUG 2026-06-24 02:50:58,739 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/0, BranchId=]
DEBUG 2026-06-24 02:50:58,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/0, BranchId=]
DEBUG 2026-06-24 02:50:58,793 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/0, BranchId=]
DEBUG 2026-06-24 02:50:58,795 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-06-24 02.50.58', 99, 'hoge', 0)
DEBUG 2026-06-24 02:50:58,801 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/0, BranchId=]
DEBUG 2026-06-24 02:50:58,801 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782237058736/0, BranchId=]
DEBUG 2026-06-24 02:50:58,801 [main] Physical connection closed
DEBUG 2026-06-24 02:50:58,803 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:58,804 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,806 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,808 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,812 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,822 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,825 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782237058736/1, BranchId=]
DEBUG 2026-06-24 02:50:58,825 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/1, BranchId=]
DEBUG 2026-06-24 02:50:58,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/1, BranchId=]
DEBUG 2026-06-24 02:50:58,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/1, BranchId=]
DEBUG 2026-06-24 02:50:58,854 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/1, BranchId=]
DEBUG 2026-06-24 02:50:58,866 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/1, BranchId=]
DEBUG 2026-06-24 02:50:58,866 [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-06-24 02:50:58,874 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/1, BranchId=]
DEBUG 2026-06-24 02:50:58,874 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/1, BranchId=]
DEBUG 2026-06-24 02:50:58,874 [main] UPDATE EMP SET tstamp = '2026-06-24 02.50.58', 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-06-24 02:50:58,875 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/1, BranchId=]
DEBUG 2026-06-24 02:50:58,875 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782237058736/1, BranchId=]
DEBUG 2026-06-24 02:50:58,876 [main] Physical connection closed
DEBUG 2026-06-24 02:50:58,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:58,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,886 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,896 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,899 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782237058736/2, BranchId=]
DEBUG 2026-06-24 02:50:58,899 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/2, BranchId=]
DEBUG 2026-06-24 02:50:58,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/2, BranchId=]
DEBUG 2026-06-24 02:50:58,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/2, BranchId=]
DEBUG 2026-06-24 02:50:58,927 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/2, BranchId=]
DEBUG 2026-06-24 02:50:58,938 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/2, BranchId=]
DEBUG 2026-06-24 02:50:58,938 [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-06-24 02:50:58,940 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/2, BranchId=]
DEBUG 2026-06-24 02:50:58,941 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/2, BranchId=]
DEBUG 2026-06-24 02:50:58,941 [main] UPDATE EMP SET tstamp = '2026-06-24 02.50.58', 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-06-24 02:50:58,942 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/2, BranchId=]
DEBUG 2026-06-24 02:50:58,942 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782237058736/2, BranchId=]
DEBUG 2026-06-24 02:50:58,942 [main] Physical connection closed
DEBUG 2026-06-24 02:50:58,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:58,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:58,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:58,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:58,968 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:58,970 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782237058736/3, BranchId=]
DEBUG 2026-06-24 02:50:58,971 [main] Physical connection got
DEBUG 2026-06-24 02:50:58,971 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/3, BranchId=]
DEBUG 2026-06-24 02:50:58,971 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/3, BranchId=]
DEBUG 2026-06-24 02:50:58,971 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/3, BranchId=]
DEBUG 2026-06-24 02:50:58,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/3, BranchId=]
DEBUG 2026-06-24 02:50:59,008 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/3, BranchId=]
DEBUG 2026-06-24 02:50:59,008 [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-06-24 02:50:59,010 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/3, BranchId=]
DEBUG 2026-06-24 02:50:59,011 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/3, BranchId=]
DEBUG 2026-06-24 02:50:59,011 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-06-24 02:50:59,011 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/3, BranchId=]
DEBUG 2026-06-24 02:50:59,012 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782237058736/3, BranchId=]
DEBUG 2026-06-24 02:50:59,012 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,014 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,016 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,022 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,022 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,030 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,032 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,035 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,035 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,035 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,036 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,061 [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-06-24 02:50:59,062 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,064 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,068 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,080 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,081 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,082 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,093 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,093 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,093 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,093 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,118 [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-06-24 02:50:59,126 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,128 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,131 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,133 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,137 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,137 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,146 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,147 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,149 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,149 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,150 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,150 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,174 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,181 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,184 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,193 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,202 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,204 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,205 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,205 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,205 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,232 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,240 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,243 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,245 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,247 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,251 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,251 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,257 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,258 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,259 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,261 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,261 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,261 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,261 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,284 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,293 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,297 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,303 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,303 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,314 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,314 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,314 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,314 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,337 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,345 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,345 [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-06-24 02:50:59,352 [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-06-24 02:50:59,353 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,355 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,355 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,357 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,363 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,363 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,370 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,371 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,373 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,373 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,373 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,373 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,395 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,402 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,402 [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-06-24 02:50:59,407 [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-06-24 02:50:59,408 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,409 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,410 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,412 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,414 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,417 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,427 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,427 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,428 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,428 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,449 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,461 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,461 [main] select * from emp
DEBUG 2026-06-24 02:50:59,464 [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-06-24 02:50:59,465 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,467 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,469 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,471 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,484 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,484 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,484 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,484 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,506 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,514 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,514 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-06-24 02:50:59,517 [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-06-24 02:50:59,518 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,522 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,528 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,534 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,535 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,535 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,538 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,538 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,538 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,538 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,560 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2026-06-24 02:50:59,567 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,569 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,571 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,573 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,584 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,586 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,586 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,586 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,586 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,607 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,615 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,615 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-24 02:50:59,617 [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-06-24 02:50:59,618 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,633 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,634 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,635 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,637 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,637 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,638 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,638 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,658 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,666 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,666 [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-06-24 02:50:59,676 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {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-06-24 02:50:59,678 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,680 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,697 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,697 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,697 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,697 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,718 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,726 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,726 [main] select * from emp
DEBUG 2026-06-24 02:50:59,727 [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-06-24 02:50:59,728 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,730 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,732 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,745 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,747 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,747 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,747 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,747 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,768 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,775 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,776 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-06-24 02:50:59,777 [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-06-24 02:50:59,778 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,788 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,798 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,798 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,798 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,798 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,819 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,826 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,826 [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-06-24 02:50:59,828 [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-06-24 02:50:59,828 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,846 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,847 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,847 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,847 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,867 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,874 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,874 [main] select count(*) from emp
DEBUG 2026-06-24 02:50:59,875 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,876 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,877 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,885 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,897 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,899 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,901 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,901 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,901 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,901 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,921 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,928 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,928 [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-06-24 02:50:59,929 [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-06-24 02:50:59,930 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,931 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,933 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,946 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,948 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,948 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,948 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,948 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,967 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,975 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,975 [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-06-24 02:50:59,976 [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-06-24 02:50:59,976 [main] Physical connection closed
DEBUG 2026-06-24 02:50:59,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:50:59,978 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,980 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,981 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:50:59,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:50:59,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:50:59,992 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:50:59,994 [main] Physical connection got
DEBUG 2026-06-24 02:50:59,994 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:50:59,994 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:50:59,994 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,014 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,020 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,021 [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-06-24 02:51:00,021 [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-06-24 02:51:00,022 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,023 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,023 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,031 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,037 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,038 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,040 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,040 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,040 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,040 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,059 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,066 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,066 [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-06-24 02:51:00,067 [main] Logical connection closed, tx=null
[Ljava.util.Map;@4440ece0
DEBUG 2026-06-24 02:51:00,067 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,069 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,071 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,076 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,076 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,083 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,085 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,085 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,085 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,085 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,104 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,111 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,111 [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-06-24 02:51:00,114 [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-06-24 02:51:00,114 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,130 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,132 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,132 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,132 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,133 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,151 [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-06-24 02:51:00,158 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,158 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2026-06-24 02:51:00,162 [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-06-24 02:51:00,163 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,181 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,183 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,183 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,184 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,184 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,206 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,210 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,210 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-24 02:51:00,210 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,211 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,212 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,229 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,231 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,231 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,231 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,231 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,253 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,257 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,257 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-24 02:51:00,257 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,258 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,260 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,264 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,275 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,279 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,279 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,279 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,279 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,294 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,294 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,294 [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-06-24 02:51:00,296 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-06-24 02:51:00,296 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,318 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,318 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,319 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,319 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,330 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,330 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,331 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-06-24 02:51:00,331 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-06-24 02:51:00,332 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,349 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782237058736/4, BranchId=]
DEBUG 2026-06-24 02:51:00,349 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,349 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/4, BranchId=]
DEBUG 2026-06-24 02:51:00,350 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/4, BranchId=]
DEBUG 2026-06-24 02:51:00,350 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/4, BranchId=]
DEBUG 2026-06-24 02:51:00,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/4, BranchId=]
DEBUG 2026-06-24 02:51:00,372 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/4, BranchId=]
DEBUG 2026-06-24 02:51:00,373 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-06-24 02.51.00', 9999, 'test', 50)
DEBUG 2026-06-24 02:51:00,373 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/4, BranchId=]
DEBUG 2026-06-24 02:51:00,373 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/4, BranchId=]
DEBUG 2026-06-24 02:51:00,373 [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-06-24 02:51:00,375 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/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-06-24 02:51:00,375 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/4, BranchId=]
DEBUG 2026-06-24 02:51:00,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 EMP.empno = 9999
DEBUG 2026-06-24 02:51:00,376 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-06-24 02:51:00.372 {50, null, null, 0}
DEBUG 2026-06-24 02:51:00,376 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782237058736/4, BranchId=]
DEBUG 2026-06-24 02:51:00,376 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,378 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,380 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,381 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,384 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,389 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,390 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,392 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,392 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,393 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,393 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,410 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,416 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,417 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,418 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,424 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,424 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,429 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,430 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,432 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,433 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,433 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,433 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,451 [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-06-24 02:51:00,459 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,459 [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-06-24 02:51:00,462 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,462 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,463 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,464 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,470 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,478 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,478 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,478 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,478 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,495 [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-06-24 02:51:00,504 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,504 [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-06-24 02:51:00,505 [main] Logical connection closed, tx=null
[]
DEBUG 2026-06-24 02:51:00,505 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,519 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,521 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,522 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,522 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,522 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,538 [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-06-24 02:51:00,543 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,543 [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-06-24 02:51:00,545 [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-06-24 02:51:00,545 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,547 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,549 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,560 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,562 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,562 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,562 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,562 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,578 [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-06-24 02:51:00,581 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,595 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,597 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,597 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,597 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,598 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,614 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-06-24 02:51:00,621 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,621 [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-06-24 02:51:00,623 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,623 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,635 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,636 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,637 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,638 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,639 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,639 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,639 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,656 [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-06-24 02:51:00,662 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,662 [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-06-24 02:51:00,663 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,663 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,664 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,665 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,680 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,683 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,683 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,683 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,683 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,702 [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-06-24 02:51:00,703 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,703 [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-06-24 02:51:00,705 [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-06-24 02:51:00,705 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,707 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,708 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,725 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,725 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,725 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,725 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,742 [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-06-24 02:51:00,743 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,744 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,744 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,746 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,748 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,751 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,757 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,759 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,759 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,760 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,760 [main] Logical connection got, tx=null
WARN 2026-06-24 02:51:00,763 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-06-24 02:51:00,768 [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-06-24 02:51:00,769 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,769 [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-06-24 02:51:00,771 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-06-24 02:51:00,772 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,773 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,776 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,786 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,788 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,788 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,788 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,788 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,806 [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-06-24 02:51:00,812 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,814 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,826 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,827 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,827 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,830 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,830 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,830 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,830 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,852 [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-06-24 02:51:00,856 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,856 [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-06-24 02:51:00,857 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,857 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,857 [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-06-24 02:51:00,858 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,858 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,860 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,870 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,871 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,872 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,874 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,874 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,874 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,874 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,891 [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-06-24 02:51:00,894 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,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
DEBUG 2026-06-24 02:51:00,897 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,897 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,898 [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-06-24 02:51:00,898 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,899 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,899 [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-06-24 02:51:00,900 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,901 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,901 [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-06-24 02:51:00,901 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,902 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,902 [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-06-24 02:51:00,902 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,902 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,904 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,918 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782237058736/5, BranchId=]
DEBUG 2026-06-24 02:51:00,920 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/5, BranchId=]
DEBUG 2026-06-24 02:51:00,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/5, BranchId=]
DEBUG 2026-06-24 02:51:00,921 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/5, BranchId=]
DEBUG 2026-06-24 02:51:00,937 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-06-24 02:51:00,938 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/5, BranchId=]
DEBUG 2026-06-24 02:51:00,938 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-24 02:51:00,938 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/5, BranchId=]
DEBUG 2026-06-24 02:51:00,939 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/5, BranchId=]
DEBUG 2026-06-24 02:51:00,939 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-06-24 02:51:00,939 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/5, BranchId=]
DEBUG 2026-06-24 02:51:00,939 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782237058736/5, BranchId=]
DEBUG 2026-06-24 02:51:00,939 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-24 02:51:00,940 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782237058736/5, BranchId=]
DEBUG 2026-06-24 02:51:00,940 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782237058736/5, BranchId=]
DEBUG 2026-06-24 02:51:00,940 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,952 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,953 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,953 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,956 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,956 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,956 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,956 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,972 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,976 [main] Physical connection closed
DEBUG 2026-06-24 02:51:00,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:00,977 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:00,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:00,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:00,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:00,991 [main] Physical connection got
DEBUG 2026-06-24 02:51:00,991 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:00,991 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:00,991 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,008 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,012 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,013 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,015 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,017 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,020 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,024 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,025 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,026 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,028 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,028 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,028 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,028 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,035 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-06-24 02:51:01,036 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,037 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,038 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,049 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,051 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,052 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,052 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,052 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,059 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-06-24 02:51:01,061 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,087 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,088 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,089 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,089 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,097 [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-06-24 02:51:01,098 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,099 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,100 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,108 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,112 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,115 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,115 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,121 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,122 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,122 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,125 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,125 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,125 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,125 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,132 [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-06-24 02:51:01,134 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,138 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,140 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,143 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,143 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,148 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,150 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,150 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,153 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,153 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,153 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,153 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,173 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,174 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,174 [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-06-24 02:51:01,178 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,178 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,180 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,191 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,198 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,201 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,201 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,201 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,201 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,222 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,223 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,229 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,239 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,242 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,242 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,242 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,242 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,262 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-06-24 02:51:01,263 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,265 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,272 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-24 02:51:01,281 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,281 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,281 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,282 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,302 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-06-24 02:51:01,303 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.334 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-06-24 02:51:01,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,359 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,370 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,374 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,376 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,376 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,380 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,382 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,384 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,398 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,400 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,400 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,403 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,404 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,405 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,420 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,422 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,422 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,426 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,426 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-06-24 02:51:01,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,434 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,439 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,440 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,441 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,441 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,442 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,442 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-06-24 02:51:01,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,458 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,459 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,475 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,475 [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-06-24 02:51:01,479 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,479 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,492 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,492 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,507 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,508 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,508 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,508 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,518 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,523 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,523 [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-06-24 02:51:01,525 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,526 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-06-24 02:51:01,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,544 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,549 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,551 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,551 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,563 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,574 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,574 [main] Logical connection got, tx=null
WARN 2026-06-24 02:51:01,577 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-06-24 02:51:01,578 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-06-24 02:51:01,578 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,578 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,580 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,593 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,596 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,596 [main] Logical connection got, tx=null
WARN 2026-06-24 02:51:01,598 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-06-24 02:51:01,599 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-06-24 02:51:01,599 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,599 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,601 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,612 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,614 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,618 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-24 02:51:01,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,624 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,624 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,629 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,632 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-06-24 02:51:01,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,644 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,648 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,650 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,650 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,651 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,651 [main] Physical connection closed
DEBUG 2026-06-24 02:51:01,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,657 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,663 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,663 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,664 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,665 [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-06-24 02:51:01,668 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-24 02:51:01,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-24 02:51:01,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-24 02:51:01,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-24 02:51:01,678 [main] Physical connection got
DEBUG 2026-06-24 02:51:01,678 [main] Logical connection got, tx=null
DEBUG 2026-06-24 02:51:01,679 [main] Logical connection closed, tx=null
DEBUG 2026-06-24 02:51:01,680 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.312s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.615s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.451s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.296s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Jun 24 02:51:01 JST 2026
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS