This log is too long to show here, 90 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-08-21 02:53:14,365 [main] Logical connection closed
updatedRows:1
DEBUG 2026-08-21 02:53:14,366 [main] Logical connection got
DEBUG 2026-08-21 02:53:14,366 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2026-08-21 02:53:14,369 [main] Logical connection closed
DEBUG 2026-08-21 02:53:14,369 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-08-21 02:53:14,407 [main] Physical connection got
DEBUG 2026-08-21 02:53:14,407 [main] Logical connection got
DEBUG 2026-08-21 02:53:14,408 [main] Logical connection closed
DEBUG 2026-08-21 02:53:14,408 [main] Logical connection got
DEBUG 2026-08-21 02:53:14,419 [main] Logical connection closed
DEBUG 2026-08-21 02:53:14,420 [main] Logical connection got
DEBUG 2026-08-21 02:53:14,420 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2026-08-21 02:53:14,422 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-08-21 02:53:14.205 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-08-21 02:53:14,423 [main] Logical connection got
DEBUG 2026-08-21 02:53:14,423 [main] Logical connection closed
DEBUG 2026-08-21 02:53:14,423 [main] Logical connection got
DEBUG 2026-08-21 02:53:14,427 [main] Logical connection closed
DEBUG 2026-08-21 02:53:14,428 [main] Logical connection got
DEBUG 2026-08-21 02:53:14,429 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-08-21 02:53:14,429 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-08-21 02:53:14.205 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-08-21 02:53:14,430 [main] Logical connection got
DEBUG 2026-08-21 02:53:14,430 [main] UPDATE EMP SET tstamp = '2026-08-21 02.53.14', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2026-08-21 02.53.14'
DEBUG 2026-08-21 02:53:14,431 [main] Logical connection closed
DEBUG 2026-08-21 02:53:14,431 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 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.154 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-08-21 02:53:15,800 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:16,035 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-21 02:53:16,143 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:16,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:16,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:16,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:16,270 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:16,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:16,304 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-21 02:53:16,496 [main] Physical connection got
DEBUG 2026-08-21 02:53:16,496 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:16,588 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:16,594 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.862 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-08-21 02:53:16,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:16,608 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:16,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:16,615 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:16,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:16,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:16,633 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:16,636 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:16,637 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:16,651 [main] Physical connection got
DEBUG 2026-08-21 02:53:16,651 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:16,651 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:16,652 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:16,775 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2026-08-21 02:53:16,781 [main] Physical connection closed
DEBUG 2026-08-21 02:53:16,783 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:16,784 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:16,787 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:16,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:16,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:16,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:16,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:16,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:16,808 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:16,813 [main] Physical connection got
DEBUG 2026-08-21 02:53:16,813 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:16,814 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:16,814 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:16,856 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:16,881 [main] Physical connection closed
DEBUG 2026-08-21 02:53:16,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:16,884 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:16,887 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:16,890 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:16,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:16,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:16,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:16,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:16,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:16,917 [main] Physical connection got
DEBUG 2026-08-21 02:53:16,917 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:16,917 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:16,917 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:16,967 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:16,973 [main] Physical connection closed
DEBUG 2026-08-21 02:53:16,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:16,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:16,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:16,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:16,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:16,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:16,994 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:16,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:16,997 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,000 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,000 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,000 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,000 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,036 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,041 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,068 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,068 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,068 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,068 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,103 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,109 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,110 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,111 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,130 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,132 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,133 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,136 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,136 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,136 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,136 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,170 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2026-08-21 02:53:17,174 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,180 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,182 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,197 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,197 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,200 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,200 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,201 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,201 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,239 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,244 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,247 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,267 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,270 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,270 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,270 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,271 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,311 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,317 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,319 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,325 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,330 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,330 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,338 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,340 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,340 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,343 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,343 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,343 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,344 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,376 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,393 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,415 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,420 [main] Transaction began, tx=[FormatId=4360, GlobalId=1787248397419/0, BranchId=]
DEBUG 2026-08-21 02:53:17,421 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,422 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/0, BranchId=]
DEBUG 2026-08-21 02:53:17,422 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/0, BranchId=]
DEBUG 2026-08-21 02:53:17,423 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/0, BranchId=]
DEBUG 2026-08-21 02:53:17,452 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/0, BranchId=]
DEBUG 2026-08-21 02:53:17,477 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/0, BranchId=]
DEBUG 2026-08-21 02:53:17,480 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-08-21 02.53.17', 99, 'hoge', 0)
DEBUG 2026-08-21 02:53:17,486 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/0, BranchId=]
DEBUG 2026-08-21 02:53:17,487 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1787248397419/0, BranchId=]
DEBUG 2026-08-21 02:53:17,487 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,489 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,490 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,492 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,498 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,511 [main] Transaction began, tx=[FormatId=4360, GlobalId=1787248397419/1, BranchId=]
DEBUG 2026-08-21 02:53:17,511 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/1, BranchId=]
DEBUG 2026-08-21 02:53:17,511 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/1, BranchId=]
DEBUG 2026-08-21 02:53:17,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/1, BranchId=]
DEBUG 2026-08-21 02:53:17,540 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/1, BranchId=]
DEBUG 2026-08-21 02:53:17,551 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/1, BranchId=]
DEBUG 2026-08-21 02:53:17,551 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-08-21 02:53:17,559 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/1, BranchId=]
DEBUG 2026-08-21 02:53:17,560 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/1, BranchId=]
DEBUG 2026-08-21 02:53:17,560 [main] UPDATE EMP SET tstamp = '2026-08-21 02.53.17', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-08-21 02:53:17,561 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/1, BranchId=]
DEBUG 2026-08-21 02:53:17,561 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1787248397419/1, BranchId=]
DEBUG 2026-08-21 02:53:17,562 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,564 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,566 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,585 [main] Transaction began, tx=[FormatId=4360, GlobalId=1787248397419/2, BranchId=]
DEBUG 2026-08-21 02:53:17,585 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,586 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/2, BranchId=]
DEBUG 2026-08-21 02:53:17,586 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/2, BranchId=]
DEBUG 2026-08-21 02:53:17,586 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/2, BranchId=]
DEBUG 2026-08-21 02:53:17,613 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/2, BranchId=]
DEBUG 2026-08-21 02:53:17,633 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/2, BranchId=]
DEBUG 2026-08-21 02:53:17,633 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-08-21 02:53:17,635 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/2, BranchId=]
DEBUG 2026-08-21 02:53:17,635 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/2, BranchId=]
DEBUG 2026-08-21 02:53:17,636 [main] UPDATE EMP SET tstamp = '2026-08-21 02.53.17', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2026-08-21 02:53:17,636 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/2, BranchId=]
DEBUG 2026-08-21 02:53:17,636 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1787248397419/2, BranchId=]
DEBUG 2026-08-21 02:53:17,637 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,642 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,660 [main] Transaction began, tx=[FormatId=4360, GlobalId=1787248397419/3, BranchId=]
DEBUG 2026-08-21 02:53:17,660 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,661 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/3, BranchId=]
DEBUG 2026-08-21 02:53:17,661 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/3, BranchId=]
DEBUG 2026-08-21 02:53:17,661 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/3, BranchId=]
DEBUG 2026-08-21 02:53:17,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/3, BranchId=]
DEBUG 2026-08-21 02:53:17,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/3, BranchId=]
DEBUG 2026-08-21 02:53:17,697 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-08-21 02:53:17,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/3, BranchId=]
DEBUG 2026-08-21 02:53:17,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/3, BranchId=]
DEBUG 2026-08-21 02:53:17,699 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-08-21 02:53:17,700 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/3, BranchId=]
DEBUG 2026-08-21 02:53:17,700 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1787248397419/3, BranchId=]
DEBUG 2026-08-21 02:53:17,700 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,702 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,723 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,726 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,726 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,727 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,727 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,754 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2026-08-21 02:53:17,755 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,756 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,757 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,760 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,766 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,788 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,788 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,788 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,788 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,815 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2026-08-21 02:53:17,825 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,846 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,849 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,849 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,849 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,849 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,876 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,885 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,907 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,907 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,908 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,908 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,932 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,941 [main] Physical connection closed
DEBUG 2026-08-21 02:53:17,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:17,943 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,945 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,947 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,951 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:17,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:17,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:17,963 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:17,965 [main] Physical connection got
DEBUG 2026-08-21 02:53:17,965 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,965 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:17,966 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:17,990 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,002 [main] Physical connection closed
DEBUG 2026-08-21 02:53:18,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:18,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,008 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,010 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,014 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,015 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,023 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,024 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,025 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,027 [main] Physical connection got
DEBUG 2026-08-21 02:53:18,027 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,028 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,028 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,054 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,064 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,064 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-08-21 02:53:18,073 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-08-21 02:53:18,074 [main] Physical connection closed
DEBUG 2026-08-21 02:53:18,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:18,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,095 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,098 [main] Physical connection got
DEBUG 2026-08-21 02:53:18,098 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,098 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,098 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,124 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,135 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,135 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-08-21 02:53:18,139 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-08-21 02:53:18,140 [main] Physical connection closed
DEBUG 2026-08-21 02:53:18,142 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:18,142 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,204 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,216 [main] Physical connection got
DEBUG 2026-08-21 02:53:18,217 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,217 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,217 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,341 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,445 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,445 [main] select * from emp
DEBUG 2026-08-21 02:53:18,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 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-08-21 02:53:18,449 [main] Physical connection closed
DEBUG 2026-08-21 02:53:18,451 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:18,452 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,454 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,456 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,461 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,461 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,469 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,469 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,472 [main] Physical connection got
DEBUG 2026-08-21 02:53:18,472 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,472 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,472 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,497 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,505 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,505 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-08-21 02:53:18,509 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-08-21 02:53:18,511 [main] Physical connection closed
DEBUG 2026-08-21 02:53:18,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:18,513 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,515 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,530 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,532 [main] Physical connection got
DEBUG 2026-08-21 02:53:18,533 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,533 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,533 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,557 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2026-08-21 02:53:18,565 [main] Physical connection closed
DEBUG 2026-08-21 02:53:18,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:18,568 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,570 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,584 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,587 [main] Physical connection got
DEBUG 2026-08-21 02:53:18,587 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,587 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,587 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,609 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,617 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,617 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-08-21 02:53:18,620 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-08-21 02:53:18,621 [main] Physical connection closed
DEBUG 2026-08-21 02:53:18,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:18,623 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,627 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,640 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,642 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,642 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,645 [main] Physical connection got
DEBUG 2026-08-21 02:53:18,645 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,645 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,646 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,667 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,674 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,675 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-08-21 02:53:18,682 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-08-21 02:53:18,683 [main] Physical connection closed
DEBUG 2026-08-21 02:53:18,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:18,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,687 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,693 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,700 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,702 [main] Physical connection got
DEBUG 2026-08-21 02:53:18,703 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,703 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,703 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,723 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,731 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,731 [main] select * from emp
DEBUG 2026-08-21 02:53:18,733 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-08-21 02:53:18,734 [main] Physical connection closed
DEBUG 2026-08-21 02:53:18,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:18,736 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,740 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,753 [main] Physical connection got
DEBUG 2026-08-21 02:53:18,754 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,754 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,754 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,774 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,781 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,782 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-08-21 02:53:18,783 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-08-21 02:53:18,785 [main] Physical connection closed
DEBUG 2026-08-21 02:53:18,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:18,787 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,802 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,805 [main] Physical connection got
DEBUG 2026-08-21 02:53:18,805 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,805 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,805 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,836 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,845 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,845 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-08-21 02:53:18,847 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-08-21 02:53:18,848 [main] Physical connection closed
DEBUG 2026-08-21 02:53:18,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:18,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,854 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,864 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,866 [main] Physical connection got
DEBUG 2026-08-21 02:53:18,866 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,867 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,867 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,885 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,893 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,893 [main] select count(*) from emp
DEBUG 2026-08-21 02:53:18,895 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,895 [main] Physical connection closed
DEBUG 2026-08-21 02:53:18,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:18,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:18,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:18,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:18,984 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:18,988 [main] Physical connection got
DEBUG 2026-08-21 02:53:18,988 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:18,988 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:18,988 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,006 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,014 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,014 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-08-21 02:53:19,015 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2026-08-21 02:53:19,015 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,016 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,017 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,019 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,020 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,030 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,030 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,032 [main] Physical connection got
DEBUG 2026-08-21 02:53:19,032 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,033 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,033 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,050 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,058 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,058 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-08-21 02:53:19,059 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2026-08-21 02:53:19,059 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,061 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,074 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,077 [main] Physical connection got
DEBUG 2026-08-21 02:53:19,077 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,077 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,077 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,095 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,102 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,102 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-08-21 02:53:19,102 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2026-08-21 02:53:19,103 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,118 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,120 [main] Physical connection got
DEBUG 2026-08-21 02:53:19,121 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,121 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,121 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,138 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,145 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,145 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-08-21 02:53:19,146 [main] Logical connection closed, tx=null
[Ljava.util.Map;@269be2b5
DEBUG 2026-08-21 02:53:19,146 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,147 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,148 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,150 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,151 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,154 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,155 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,161 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,163 [main] Physical connection got
DEBUG 2026-08-21 02:53:19,163 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,163 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,163 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,181 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,188 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,188 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2026-08-21 02:53:19,190 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2026-08-21 02:53:19,190 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,191 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,192 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,194 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,195 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,198 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,198 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,203 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,205 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,207 [main] Physical connection got
DEBUG 2026-08-21 02:53:19,207 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,207 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,208 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,225 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2026-08-21 02:53:19,232 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,232 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2026-08-21 02:53:19,236 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-08-21 02:53:19,236 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,237 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,239 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,241 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,253 [main] Physical connection got
DEBUG 2026-08-21 02:53:19,253 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,253 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,253 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,270 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,274 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,274 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-21 02:53:19,275 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,275 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,288 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,292 [main] Physical connection got
DEBUG 2026-08-21 02:53:19,292 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,292 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,292 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,310 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,313 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,313 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-21 02:53:19,313 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,314 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,315 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,315 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,322 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,331 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,334 [main] Physical connection got
DEBUG 2026-08-21 02:53:19,334 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,334 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,335 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,349 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,350 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,350 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2026-08-21 02:53:19,352 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-08-21 02:53:19,352 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,353 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,354 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,366 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,367 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,367 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,369 [main] Physical connection got
DEBUG 2026-08-21 02:53:19,369 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,369 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,369 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,380 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,381 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,381 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-08-21 02:53:19,382 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-08-21 02:53:19,382 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,391 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,397 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,399 [main] Transaction began, tx=[FormatId=4360, GlobalId=1787248397419/4, BranchId=]
DEBUG 2026-08-21 02:53:19,399 [main] Physical connection got
DEBUG 2026-08-21 02:53:19,400 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/4, BranchId=]
DEBUG 2026-08-21 02:53:19,400 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/4, BranchId=]
DEBUG 2026-08-21 02:53:19,400 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/4, BranchId=]
DEBUG 2026-08-21 02:53:19,426 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/4, BranchId=]
DEBUG 2026-08-21 02:53:19,433 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/4, BranchId=]
DEBUG 2026-08-21 02:53:19,433 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-08-21 02.53.19', 9999, 'test', 50)
DEBUG 2026-08-21 02:53:19,434 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/4, BranchId=]
DEBUG 2026-08-21 02:53:19,434 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/4, BranchId=]
DEBUG 2026-08-21 02:53:19,434 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2026-08-21 02:53:19,436 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-08-21 02:53:19,436 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/4, BranchId=]
DEBUG 2026-08-21 02:53:19,436 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2026-08-21 02:53:19,437 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-08-21 02:53:19.433 {50, null, null, 0}
DEBUG 2026-08-21 02:53:19,437 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1787248397419/4, BranchId=]
DEBUG 2026-08-21 02:53:19,437 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,439 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,446 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,446 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,461 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,467 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,469 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,480 [main] Physical connection got
DEBUG 2026-08-21 02:53:19,480 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,481 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,481 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,602 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,670 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,690 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:19,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,759 [main] Physical connection got
DEBUG 2026-08-21 02:53:19,759 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,760 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,760 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,871 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2026-08-21 02:53:19,935 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:19,936 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-08-21 02:53:19,946 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:19,947 [main] Physical connection closed
DEBUG 2026-08-21 02:53:19,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:19,959 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:19,969 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:19,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,994 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:19,994 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:20,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:20,038 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:20,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:20,052 [main] Physical connection got
DEBUG 2026-08-21 02:53:20,052 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:20,052 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:20,053 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:20,168 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2026-08-21 02:53:20,235 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:20,236 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2026-08-21 02:53:20,237 [main] Logical connection closed, tx=null
[]
DEBUG 2026-08-21 02:53:20,237 [main] Physical connection closed
DEBUG 2026-08-21 02:53:20,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:20,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:20,258 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:20,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:20,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:20,280 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:20,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:20,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:20,321 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:20,331 [main] Physical connection got
DEBUG 2026-08-21 02:53:20,331 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:20,331 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:20,332 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:20,443 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2026-08-21 02:53:20,497 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:20,497 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2026-08-21 02:53:20,508 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-08-21 02:53:20,508 [main] Physical connection closed
DEBUG 2026-08-21 02:53:20,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:20,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:20,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:20,549 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:20,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:20,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:20,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:20,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:20,612 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:20,619 [main] Physical connection got
DEBUG 2026-08-21 02:53:20,619 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:20,620 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:20,621 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:20,747 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2026-08-21 02:53:20,790 [main] Physical connection closed
DEBUG 2026-08-21 02:53:20,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:20,804 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:20,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:20,819 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:20,831 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:20,831 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:20,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:20,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:20,875 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:20,879 [main] Physical connection got
DEBUG 2026-08-21 02:53:20,879 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:20,879 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:20,879 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:20,982 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-08-21 02:53:21,015 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,015 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-08-21 02:53:21,018 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,018 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,019 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,022 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,078 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,078 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,078 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,078 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,180 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-08-21 02:53:21,226 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,226 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2026-08-21 02:53:21,226 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,227 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,236 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,262 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,331 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,331 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,332 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,332 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,394 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-08-21 02:53:21,395 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,395 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2026-08-21 02:53:21,397 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2026-08-21 02:53:21,397 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,399 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,411 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,413 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,413 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,414 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,414 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,430 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-08-21 02:53:21,431 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,432 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,432 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,448 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,448 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,448 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,448 [main] Logical connection got, tx=null
WARN 2026-08-21 02:53:21,451 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-08-21 02:53:21,456 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-08-21 02:53:21,457 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,457 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-08-21 02:53:21,460 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-08-21 02:53:21,460 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,467 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,474 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,476 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,476 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,476 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,476 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,494 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-08-21 02:53:21,501 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,502 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,517 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,517 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,517 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,518 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,534 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2026-08-21 02:53:21,539 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,539 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2026-08-21 02:53:21,539 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,539 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,540 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2026-08-21 02:53:21,540 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,540 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,554 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,557 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,557 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,557 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,557 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,574 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2026-08-21 02:53:21,577 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,577 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-08-21 02:53:21,580 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,580 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,581 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2026-08-21 02:53:21,581 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,581 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,581 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2026-08-21 02:53:21,584 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,584 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,584 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2026-08-21 02:53:21,585 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,585 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,585 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2026-08-21 02:53:21,585 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,585 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,586 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,587 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,589 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,590 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,593 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,593 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,599 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,601 [main] Transaction began, tx=[FormatId=4360, GlobalId=1787248397419/5, BranchId=]
DEBUG 2026-08-21 02:53:21,601 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,601 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/5, BranchId=]
DEBUG 2026-08-21 02:53:21,602 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/5, BranchId=]
DEBUG 2026-08-21 02:53:21,602 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/5, BranchId=]
DEBUG 2026-08-21 02:53:21,620 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-08-21 02:53:21,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/5, BranchId=]
DEBUG 2026-08-21 02:53:21,621 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-21 02:53:21,621 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/5, BranchId=]
DEBUG 2026-08-21 02:53:21,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/5, BranchId=]
DEBUG 2026-08-21 02:53:21,621 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-08-21 02:53:21,622 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/5, BranchId=]
DEBUG 2026-08-21 02:53:21,622 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1787248397419/5, BranchId=]
DEBUG 2026-08-21 02:53:21,622 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-21 02:53:21,622 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1787248397419/5, BranchId=]
DEBUG 2026-08-21 02:53:21,622 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1787248397419/5, BranchId=]
DEBUG 2026-08-21 02:53:21,622 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,623 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,624 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,637 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,637 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,639 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,639 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,639 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,640 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,657 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,661 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,663 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,668 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,668 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,674 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,677 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,677 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,677 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,677 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,693 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,699 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,701 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,708 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,716 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,716 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,717 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,717 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,722 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-08-21 02:53:21,724 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,725 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,725 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,727 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,731 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,732 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,736 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,738 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,739 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,739 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,740 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,740 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,745 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-08-21 02:53:21,746 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,753 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,758 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,759 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,761 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,761 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,761 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,761 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,767 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2026-08-21 02:53:21,768 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,771 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,773 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,776 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,776 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,780 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,784 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,784 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,784 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,784 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,789 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2026-08-21 02:53:21,791 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,792 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,796 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,807 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,807 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,807 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,807 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,840 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,841 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,841 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-08-21 02:53:21,845 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,845 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,847 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,848 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,852 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,853 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,868 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,878 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,894 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,894 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,895 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,895 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,936 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,937 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,938 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,940 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,950 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,952 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,952 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,952 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,952 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,968 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-08-21 02:53:21,969 [main] Physical connection closed
DEBUG 2026-08-21 02:53:21,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:21,971 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:21,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:21,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:21,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-21 02:53:21,984 [main] Physical connection got
DEBUG 2026-08-21 02:53:21,984 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:21,984 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:21,984 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,001 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-08-21 02:53:22,002 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.408 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-08-21 02:53:22,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,068 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,079 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,080 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,083 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,086 [main] Physical connection got
DEBUG 2026-08-21 02:53:22,086 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,090 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,093 [main] Physical connection closed
DEBUG 2026-08-21 02:53:22,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,095 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,099 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,109 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,111 [main] Physical connection got
DEBUG 2026-08-21 02:53:22,111 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,115 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,116 [main] Physical connection closed
DEBUG 2026-08-21 02:53:22,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,117 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,119 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,127 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,131 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,133 [main] Physical connection got
DEBUG 2026-08-21 02:53:22,133 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,137 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,138 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-08-21 02:53:22,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,147 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,152 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,154 [main] Physical connection got
DEBUG 2026-08-21 02:53:22,154 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,156 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,156 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-08-21 02:53:22,159 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,160 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,161 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,170 [main] Physical connection got
DEBUG 2026-08-21 02:53:22,171 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,187 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,187 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2026-08-21 02:53:22,190 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,190 [main] Physical connection closed
DEBUG 2026-08-21 02:53:22,191 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,201 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,202 [main] Physical connection got
DEBUG 2026-08-21 02:53:22,202 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,259 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,259 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,259 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,260 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,272 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,277 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,277 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-08-21 02:53:22,279 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,280 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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-08-21 02:53:22,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,301 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,316 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,337 [main] Physical connection got
DEBUG 2026-08-21 02:53:22,337 [main] Logical connection got, tx=null
WARN 2026-08-21 02:53:22,340 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-08-21 02:53:22,340 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-08-21 02:53:22,341 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,341 [main] Physical connection closed
DEBUG 2026-08-21 02:53:22,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,343 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,346 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,353 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,357 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,360 [main] Physical connection got
DEBUG 2026-08-21 02:53:22,360 [main] Logical connection got, tx=null
WARN 2026-08-21 02:53:22,362 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-08-21 02:53:22,363 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-08-21 02:53:22,363 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,363 [main] Physical connection closed
DEBUG 2026-08-21 02:53:22,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,365 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,371 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,375 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,378 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,383 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-21 02:53:22,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,393 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,394 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,396 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-08-21 02:53:22,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,408 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,416 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,417 [main] Physical connection got
DEBUG 2026-08-21 02:53:22,417 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,419 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,419 [main] Physical connection closed
DEBUG 2026-08-21 02:53:22,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,424 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,429 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,431 [main] Physical connection got
DEBUG 2026-08-21 02:53:22,431 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,433 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,433 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-08-21 02:53:22,436 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-08-21 02:53:22,436 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-21 02:53:22,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,445 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-21 02:53:22,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-21 02:53:22,447 [main] Physical connection got
DEBUG 2026-08-21 02:53:22,448 [main] Logical connection got, tx=null
DEBUG 2026-08-21 02:53:22,448 [main] Logical connection closed, tx=null
DEBUG 2026-08-21 02:53:22,448 [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.008 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.366s]
[INFO] S2Dao Tiger ........................................... SUCCESS [2:18.084s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.803s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [8.035s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 28 seconds
[INFO] Finished at: Fri Aug 21 02:53:22 JST 2026
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS