This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-05-18 02:50:57,535 [main] Logical connection closed
updatedRows:1
DEBUG 2026-05-18 02:50:57,536 [main] Logical connection got
DEBUG 2026-05-18 02:50:57,536 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2026-05-18 02:50:57,539 [main] Logical connection closed
DEBUG 2026-05-18 02:50:57,539 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-05-18 02:50:57,571 [main] Physical connection got
DEBUG 2026-05-18 02:50:57,572 [main] Logical connection got
DEBUG 2026-05-18 02:50:57,572 [main] Logical connection closed
DEBUG 2026-05-18 02:50:57,572 [main] Logical connection got
DEBUG 2026-05-18 02:50:57,582 [main] Logical connection closed
DEBUG 2026-05-18 02:50:57,583 [main] Logical connection got
DEBUG 2026-05-18 02:50:57,583 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2026-05-18 02:50:57,584 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-18 02:50:57.393 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-18 02:50:57,585 [main] Logical connection got
DEBUG 2026-05-18 02:50:57,585 [main] Logical connection closed
DEBUG 2026-05-18 02:50:57,585 [main] Logical connection got
DEBUG 2026-05-18 02:50:57,588 [main] Logical connection closed
DEBUG 2026-05-18 02:50:57,590 [main] Logical connection got
DEBUG 2026-05-18 02:50:57,590 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-18 02:50:57,591 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-18 02:50:57.393 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-18 02:50:57,591 [main] Logical connection got
DEBUG 2026-05-18 02:50:57,591 [main] UPDATE EMP SET tstamp = '2026-05-18 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2026-05-18 02.50.57'
DEBUG 2026-05-18 02:50:57,592 [main] Logical connection closed
DEBUG 2026-05-18 02:50:57,592 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 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.119 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-05-18 02:50:58,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:58,710 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-18 02:50:58,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:58,742 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:58,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:58,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:58,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:58,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:58,837 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-18 02:50:58,985 [main] Physical connection got
DEBUG 2026-05-18 02:50:58,986 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,059 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,064 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-05-18 02:50:59,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,087 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,098 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,114 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,114 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,114 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,114 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,220 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2026-05-18 02:50:59,225 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,227 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,245 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,247 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,248 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,252 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,252 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,252 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,253 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,288 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,309 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,310 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,311 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,333 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,334 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,337 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,337 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,337 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,338 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,376 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,381 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,383 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,402 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,403 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,405 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,405 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,406 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,406 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,438 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,443 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,445 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,447 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,449 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,453 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,454 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,464 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,466 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,466 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,469 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,469 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,469 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,469 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,499 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,504 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,514 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,514 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,524 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,527 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,527 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,527 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,527 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,557 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2026-05-18 02:50:59,560 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,562 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,570 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,570 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,577 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,579 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,582 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,582 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,582 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,582 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,611 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,616 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,618 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,622 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,626 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,626 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,633 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,635 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,635 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,638 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,638 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,638 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,638 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,674 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,679 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,681 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,683 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,689 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,696 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,697 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,698 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,700 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,701 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,701 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,701 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:50:59,727 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:50:59,731 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,755 [main] Transaction began, tx=[FormatId=4360, GlobalId=1779040259755/0, BranchId=]
DEBUG 2026-05-18 02:50:59,757 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/0, BranchId=]
DEBUG 2026-05-18 02:50:59,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/0, BranchId=]
DEBUG 2026-05-18 02:50:59,758 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/0, BranchId=]
DEBUG 2026-05-18 02:50:59,783 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/0, BranchId=]
DEBUG 2026-05-18 02:50:59,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/0, BranchId=]
DEBUG 2026-05-18 02:50:59,804 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-18 02.50.59', 99, 'hoge', 0)
DEBUG 2026-05-18 02:50:59,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/0, BranchId=]
DEBUG 2026-05-18 02:50:59,809 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1779040259755/0, BranchId=]
DEBUG 2026-05-18 02:50:59,810 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,812 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,814 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,815 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,819 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,819 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,826 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,827 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,828 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,830 [main] Transaction began, tx=[FormatId=4360, GlobalId=1779040259755/1, BranchId=]
DEBUG 2026-05-18 02:50:59,830 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/1, BranchId=]
DEBUG 2026-05-18 02:50:59,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/1, BranchId=]
DEBUG 2026-05-18 02:50:59,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/1, BranchId=]
DEBUG 2026-05-18 02:50:59,856 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/1, BranchId=]
DEBUG 2026-05-18 02:50:59,865 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/1, BranchId=]
DEBUG 2026-05-18 02:50:59,865 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-18 02:50:59,871 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/1, BranchId=]
DEBUG 2026-05-18 02:50:59,872 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/1, BranchId=]
DEBUG 2026-05-18 02:50:59,872 [main] UPDATE EMP SET tstamp = '2026-05-18 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-18 02:50:59,873 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/1, BranchId=]
DEBUG 2026-05-18 02:50:59,873 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1779040259755/1, BranchId=]
DEBUG 2026-05-18 02:50:59,873 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,889 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,894 [main] Transaction began, tx=[FormatId=4360, GlobalId=1779040259755/2, BranchId=]
DEBUG 2026-05-18 02:50:59,894 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/2, BranchId=]
DEBUG 2026-05-18 02:50:59,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/2, BranchId=]
DEBUG 2026-05-18 02:50:59,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/2, BranchId=]
DEBUG 2026-05-18 02:50:59,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/2, BranchId=]
DEBUG 2026-05-18 02:50:59,925 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/2, BranchId=]
DEBUG 2026-05-18 02:50:59,926 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-18 02:50:59,927 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/2, BranchId=]
DEBUG 2026-05-18 02:50:59,928 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/2, BranchId=]
DEBUG 2026-05-18 02:50:59,928 [main] UPDATE EMP SET tstamp = '2026-05-18 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2026-05-18 02:50:59,929 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/2, BranchId=]
DEBUG 2026-05-18 02:50:59,929 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1779040259755/2, BranchId=]
DEBUG 2026-05-18 02:50:59,929 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:50:59,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,951 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,953 [main] Transaction began, tx=[FormatId=4360, GlobalId=1779040259755/3, BranchId=]
DEBUG 2026-05-18 02:50:59,953 [main] Physical connection got
DEBUG 2026-05-18 02:50:59,953 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/3, BranchId=]
DEBUG 2026-05-18 02:50:59,954 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/3, BranchId=]
DEBUG 2026-05-18 02:50:59,954 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/3, BranchId=]
DEBUG 2026-05-18 02:50:59,976 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/3, BranchId=]
DEBUG 2026-05-18 02:50:59,984 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/3, BranchId=]
DEBUG 2026-05-18 02:50:59,984 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-18 02:50:59,986 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/3, BranchId=]
DEBUG 2026-05-18 02:50:59,986 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/3, BranchId=]
DEBUG 2026-05-18 02:50:59,986 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-18 02:50:59,986 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/3, BranchId=]
DEBUG 2026-05-18 02:50:59,987 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1779040259755/3, BranchId=]
DEBUG 2026-05-18 02:50:59,987 [main] Physical connection closed
DEBUG 2026-05-18 02:50:59,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:50:59,989 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:50:59,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:50:59,992 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:50:59,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,005 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,008 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,008 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,008 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,008 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,030 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2026-05-18 02:51:00,031 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,032 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,057 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,058 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,058 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,058 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,078 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2026-05-18 02:51:00,086 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,089 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,091 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,096 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,104 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,106 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,107 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,107 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,107 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,127 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,134 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,135 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,137 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,139 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,142 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,155 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,155 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,155 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,155 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,179 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,186 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,188 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,195 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,203 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,204 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,204 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,205 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,205 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,225 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,232 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,233 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,234 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,236 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,237 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,241 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,241 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,246 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,248 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,250 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,250 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,250 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,250 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,270 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,277 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,278 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-18 02:51:00,284 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-05-18 02:51:00,285 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,286 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,287 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,294 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,294 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,301 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,303 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,303 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,303 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,303 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,323 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,329 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,330 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-18 02:51:00,333 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-05-18 02:51:00,334 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,340 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,343 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,350 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,352 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,352 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,352 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,352 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,372 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,383 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,384 [main] select * from emp
DEBUG 2026-05-18 02:51:00,386 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-18 02:51:00,387 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,389 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,391 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,393 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,396 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,396 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,401 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,403 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,405 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,405 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,405 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,405 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,432 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,440 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,440 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-05-18 02:51:00,448 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-05-18 02:51:00,449 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,450 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,450 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,452 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,454 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,457 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,457 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,463 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,464 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,465 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,467 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,467 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,467 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,467 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,486 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2026-05-18 02:51:00,493 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,494 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,498 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,507 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,510 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,510 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,511 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,511 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,529 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,536 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,536 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-18 02:51:00,538 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-18 02:51:00,539 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,540 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,541 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,543 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,555 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,557 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,557 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,557 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,557 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,575 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,582 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,582 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-18 02:51:00,587 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-18 02:51:00,593 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,595 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,597 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,609 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,611 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,611 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,611 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,611 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,630 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,637 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,637 [main] select * from emp
DEBUG 2026-05-18 02:51:00,639 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-18 02:51:00,640 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,659 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,659 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,659 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,659 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,677 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,684 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,684 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-05-18 02:51:00,685 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-18 02:51:00,686 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,687 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,688 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,703 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,703 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,704 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,704 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,723 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,729 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,730 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-18 02:51:00,731 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-18 02:51:00,731 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,748 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,748 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,748 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,748 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,766 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,773 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,773 [main] select count(*) from emp
DEBUG 2026-05-18 02:51:00,774 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,774 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,776 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,782 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,793 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,794 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,794 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,795 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,795 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,812 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,819 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,820 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-18 02:51:00,820 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2026-05-18 02:51:00,821 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,822 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,835 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,835 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,837 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,837 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,837 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,838 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,855 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,862 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,862 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-18 02:51:00,863 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2026-05-18 02:51:00,863 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,864 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,865 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,871 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,876 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,878 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,879 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,879 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,880 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,880 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,897 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,903 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,903 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-18 02:51:00,904 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2026-05-18 02:51:00,904 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,912 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,918 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,919 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,921 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,921 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,921 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,921 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,938 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,944 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,944 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-18 02:51:00,945 [main] Logical connection closed, tx=null
[Ljava.util.Map;@52158cc6
DEBUG 2026-05-18 02:51:00,945 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:00,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,963 [main] Physical connection got
DEBUG 2026-05-18 02:51:00,963 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,963 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,964 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,980 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:00,987 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:00,987 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2026-05-18 02:51:00,989 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2026-05-18 02:51:00,989 [main] Physical connection closed
DEBUG 2026-05-18 02:51:00,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:00,991 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:00,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:00,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,997 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:00,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,004 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,006 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,006 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,007 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,007 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,024 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2026-05-18 02:51:01,032 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,032 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2026-05-18 02:51:01,037 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-05-18 02:51:01,037 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,039 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,047 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,056 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,056 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,056 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,056 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,073 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,076 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,076 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-18 02:51:01,077 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,077 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,078 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,090 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,091 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,091 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,093 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,093 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,093 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,094 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,110 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,113 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,113 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-18 02:51:01,114 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,114 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,115 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,127 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,129 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,131 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,131 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,132 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,132 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,143 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,144 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,144 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2026-05-18 02:51:01,145 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-05-18 02:51:01,145 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,146 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,147 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,149 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,154 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,162 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,164 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,164 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,165 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,165 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,175 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,176 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,176 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-05-18 02:51:01,176 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-05-18 02:51:01,177 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,178 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,178 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,180 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,191 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,192 [main] Transaction began, tx=[FormatId=4360, GlobalId=1779040259755/4, BranchId=]
DEBUG 2026-05-18 02:51:01,193 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,193 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/4, BranchId=]
DEBUG 2026-05-18 02:51:01,193 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/4, BranchId=]
DEBUG 2026-05-18 02:51:01,193 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/4, BranchId=]
DEBUG 2026-05-18 02:51:01,209 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/4, BranchId=]
DEBUG 2026-05-18 02:51:01,215 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/4, BranchId=]
DEBUG 2026-05-18 02:51:01,215 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-18 02.51.01', 9999, 'test', 50)
DEBUG 2026-05-18 02:51:01,216 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/4, BranchId=]
DEBUG 2026-05-18 02:51:01,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/4, BranchId=]
DEBUG 2026-05-18 02:51:01,216 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2026-05-18 02:51:01,218 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-18 02:51:01,218 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/4, BranchId=]
DEBUG 2026-05-18 02:51:01,218 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2026-05-18 02:51:01,219 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-05-18 02:51:01.215 {50, null, null, 0}
DEBUG 2026-05-18 02:51:01,219 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1779040259755/4, BranchId=]
DEBUG 2026-05-18 02:51:01,219 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,235 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,235 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,235 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,235 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,251 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,256 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,258 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,264 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,264 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,270 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,270 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,272 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,272 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,272 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,273 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,288 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2026-05-18 02:51:01,296 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,296 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-18 02:51:01,298 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,298 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,300 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,303 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,312 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,313 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,314 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,315 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,315 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,315 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,330 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2026-05-18 02:51:01,339 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,339 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2026-05-18 02:51:01,339 [main] Logical connection closed, tx=null
[]
DEBUG 2026-05-18 02:51:01,339 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,353 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,356 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,357 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,357 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,357 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,373 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2026-05-18 02:51:01,379 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,379 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2026-05-18 02:51:01,380 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-05-18 02:51:01,381 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,385 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,393 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,394 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,395 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,396 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,397 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,397 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,397 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,412 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2026-05-18 02:51:01,415 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,416 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,427 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,428 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,429 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,431 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,431 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,431 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,431 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,447 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-05-18 02:51:01,453 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,453 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-18 02:51:01,455 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,455 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,460 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,463 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,463 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,468 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,469 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,470 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,471 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,471 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,472 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,472 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,487 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-05-18 02:51:01,496 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,496 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2026-05-18 02:51:01,497 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,497 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,504 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,509 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,510 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,511 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,513 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,513 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,513 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,513 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,531 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-18 02:51:01,531 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,531 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2026-05-18 02:51:01,533 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2026-05-18 02:51:01,533 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,535 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,549 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,549 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,549 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,549 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,564 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-18 02:51:01,565 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,568 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,579 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,581 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,581 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,581 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,581 [main] Logical connection got, tx=null
WARN 2026-05-18 02:51:01,584 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-05-18 02:51:01,589 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-05-18 02:51:01,590 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,590 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-05-18 02:51:01,592 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-05-18 02:51:01,592 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,593 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,594 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,607 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,607 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,608 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,608 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,624 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-18 02:51:01,630 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,632 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,633 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,635 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,638 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,638 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,646 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,646 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,646 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,646 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,663 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2026-05-18 02:51:01,667 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,667 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-18 02:51:01,667 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,668 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,668 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2026-05-18 02:51:01,668 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,669 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,673 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,677 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,681 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,682 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,684 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,684 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,684 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,685 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,701 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2026-05-18 02:51:01,703 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,704 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-18 02:51:01,706 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,707 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,707 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2026-05-18 02:51:01,707 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,708 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,708 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2026-05-18 02:51:01,710 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,710 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,710 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2026-05-18 02:51:01,711 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,711 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,711 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2026-05-18 02:51:01,712 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,712 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,714 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,719 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,725 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,725 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,727 [main] Transaction began, tx=[FormatId=4360, GlobalId=1779040259755/5, BranchId=]
DEBUG 2026-05-18 02:51:01,727 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/5, BranchId=]
DEBUG 2026-05-18 02:51:01,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/5, BranchId=]
DEBUG 2026-05-18 02:51:01,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/5, BranchId=]
DEBUG 2026-05-18 02:51:01,744 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-05-18 02:51:01,745 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/5, BranchId=]
DEBUG 2026-05-18 02:51:01,745 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-18 02:51:01,745 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/5, BranchId=]
DEBUG 2026-05-18 02:51:01,745 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/5, BranchId=]
DEBUG 2026-05-18 02:51:01,746 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-05-18 02:51:01,746 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/5, BranchId=]
DEBUG 2026-05-18 02:51:01,746 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779040259755/5, BranchId=]
DEBUG 2026-05-18 02:51:01,746 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-18 02:51:01,746 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779040259755/5, BranchId=]
DEBUG 2026-05-18 02:51:01,746 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1779040259755/5, BranchId=]
DEBUG 2026-05-18 02:51:01,747 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,760 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,762 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,762 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,762 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,762 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,779 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,782 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,783 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,783 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,785 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,787 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,797 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,797 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,797 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,797 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,814 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,818 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,830 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,831 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,831 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,833 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,834 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,834 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,834 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,840 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-05-18 02:51:01,842 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,843 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,852 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,856 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,857 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,859 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,859 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,860 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,860 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,866 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-05-18 02:51:01,867 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,868 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,869 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,870 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,872 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,874 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,879 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,880 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,882 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,882 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,882 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,882 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,888 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2026-05-18 02:51:01,889 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,890 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,892 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,900 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,901 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,902 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,903 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,904 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,904 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,904 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,910 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2026-05-18 02:51:01,911 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,912 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,913 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,916 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,918 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,924 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,926 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,926 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,926 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,926 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,943 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,944 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,944 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-18 02:51:01,947 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,947 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,952 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,963 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,963 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,963 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,963 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,980 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,980 [main] Physical connection closed
DEBUG 2026-05-18 02:51:01,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:01,982 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,984 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:01,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:01,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:01,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:01,995 [main] Physical connection got
DEBUG 2026-05-18 02:51:01,995 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:01,996 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:01,996 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,012 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-18 02:51:02,012 [main] Physical connection closed
DEBUG 2026-05-18 02:51:02,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,014 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:02,015 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,017 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,020 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,024 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,025 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,025 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-18 02:51:02,027 [main] Physical connection got
DEBUG 2026-05-18 02:51:02,027 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,027 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,027 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,043 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-18 02:51:02,044 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.978 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-05-18 02:51:02,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,087 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,089 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,093 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,101 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,103 [main] Physical connection got
DEBUG 2026-05-18 02:51:02,103 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,107 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,109 [main] Physical connection closed
DEBUG 2026-05-18 02:51:02,110 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,110 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,114 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,124 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,126 [main] Physical connection got
DEBUG 2026-05-18 02:51:02,126 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,129 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,130 [main] Physical connection closed
DEBUG 2026-05-18 02:51:02,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,131 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,134 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,137 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,137 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,141 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,145 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,147 [main] Physical connection got
DEBUG 2026-05-18 02:51:02,147 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,156 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,156 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-05-18 02:51:02,159 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,160 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,161 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,170 [main] Physical connection got
DEBUG 2026-05-18 02:51:02,171 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,171 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,171 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-05-18 02:51:02,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,179 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,185 [main] Physical connection got
DEBUG 2026-05-18 02:51:02,186 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,201 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,201 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2026-05-18 02:51:02,204 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,205 [main] Physical connection closed
DEBUG 2026-05-18 02:51:02,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,215 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,217 [main] Physical connection got
DEBUG 2026-05-18 02:51:02,217 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,232 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,232 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,232 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,233 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,243 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,247 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,247 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-18 02:51:02,249 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,250 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-05-18 02:51:02,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,266 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,272 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,276 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,277 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,280 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,290 [main] Physical connection got
DEBUG 2026-05-18 02:51:02,291 [main] Logical connection got, tx=null
WARN 2026-05-18 02:51:02,293 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-18 02:51:02,293 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-18 02:51:02,294 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,294 [main] Physical connection closed
DEBUG 2026-05-18 02:51:02,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,295 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,297 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,309 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,311 [main] Physical connection got
DEBUG 2026-05-18 02:51:02,311 [main] Logical connection got, tx=null
WARN 2026-05-18 02:51:02,313 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-18 02:51:02,314 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-18 02:51:02,314 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,314 [main] Physical connection closed
DEBUG 2026-05-18 02:51:02,315 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,316 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,325 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,329 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,332 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,333 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-18 02:51:02,334 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,343 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,346 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-05-18 02:51:02,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,357 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,363 [main] Physical connection got
DEBUG 2026-05-18 02:51:02,363 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,364 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,364 [main] Physical connection closed
DEBUG 2026-05-18 02:51:02,365 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,367 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,369 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,375 [main] Physical connection got
DEBUG 2026-05-18 02:51:02,375 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,376 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,377 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-05-18 02:51:02,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-18 02:51:02,380 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,381 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,384 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-18 02:51:02,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-18 02:51:02,388 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-18 02:51:02,390 [main] Physical connection got
DEBUG 2026-05-18 02:51:02,390 [main] Logical connection got, tx=null
DEBUG 2026-05-18 02:51:02,391 [main] Logical connection closed, tx=null
DEBUG 2026-05-18 02:51:02,391 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.301s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.644s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.494s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [4.837s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Mon May 18 02:51:02 JST 2026
[INFO] Final Memory: 27M/411M
[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