This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-06-23 02:50:53,306 [main] Logical connection closed
updatedRows:1
DEBUG 2026-06-23 02:50:53,308 [main] Logical connection got
DEBUG 2026-06-23 02:50:53,308 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2026-06-23 02:50:53,316 [main] Logical connection closed
DEBUG 2026-06-23 02:50:53,316 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-06-23 02:50:53,348 [main] Physical connection got
DEBUG 2026-06-23 02:50:53,349 [main] Logical connection got
DEBUG 2026-06-23 02:50:53,349 [main] Logical connection closed
DEBUG 2026-06-23 02:50:53,349 [main] Logical connection got
DEBUG 2026-06-23 02:50:53,360 [main] Logical connection closed
DEBUG 2026-06-23 02:50:53,360 [main] Logical connection got
DEBUG 2026-06-23 02:50:53,360 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2026-06-23 02:50:53,362 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-06-23 02:50:53.159 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-23 02:50:53,362 [main] Logical connection got
DEBUG 2026-06-23 02:50:53,362 [main] Logical connection closed
DEBUG 2026-06-23 02:50:53,362 [main] Logical connection got
DEBUG 2026-06-23 02:50:53,366 [main] Logical connection closed
DEBUG 2026-06-23 02:50:53,367 [main] Logical connection got
DEBUG 2026-06-23 02:50:53,368 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-06-23 02:50:53,368 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-06-23 02:50:53.159 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-23 02:50:53,369 [main] Logical connection got
DEBUG 2026-06-23 02:50:53,369 [main] UPDATE EMP SET tstamp = '2026-06-23 02.50.53', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2026-06-23 02.50.53'
DEBUG 2026-06-23 02:50:53,370 [main] Logical connection closed
DEBUG 2026-06-23 02:50:53,370 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-06-23 02:50:54,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:54,528 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-23 02:50:54,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:54,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:54,588 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:54,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:54,633 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:54,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:54,661 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-23 02:50:54,814 [main] Physical connection got
DEBUG 2026-06-23 02:50:54,814 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:54,884 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:54,891 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-06-23 02:50:54,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:54,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:54,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:54,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:54,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:54,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:54,926 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:54,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:54,930 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:54,942 [main] Physical connection got
DEBUG 2026-06-23 02:50:54,943 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:54,943 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:54,943 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,050 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2026-06-23 02:50:55,055 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,056 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,057 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,067 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,079 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,084 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,084 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,084 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,084 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,121 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,143 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,145 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,155 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,155 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,168 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,168 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,172 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,172 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,172 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,172 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,213 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,219 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,242 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,245 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,245 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,246 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,246 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,279 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,284 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,286 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,287 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,304 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,309 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,310 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,310 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,310 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,341 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,346 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,357 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,367 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,370 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,374 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,374 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,374 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,374 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,406 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2026-06-23 02:50:55,410 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,415 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,417 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,421 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,430 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,438 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,438 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,438 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,438 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,472 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,477 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,480 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,489 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,497 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,500 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,503 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,503 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,504 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,504 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,541 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,546 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,548 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,552 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,557 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,557 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,566 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,569 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,569 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,570 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,570 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,600 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,604 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,624 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,629 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782150655629/0, BranchId=]
DEBUG 2026-06-23 02:50:55,631 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/0, BranchId=]
DEBUG 2026-06-23 02:50:55,632 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/0, BranchId=]
DEBUG 2026-06-23 02:50:55,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/0, BranchId=]
DEBUG 2026-06-23 02:50:55,660 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/0, BranchId=]
DEBUG 2026-06-23 02:50:55,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/0, BranchId=]
DEBUG 2026-06-23 02:50:55,682 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-06-23 02.50.55', 99, 'hoge', 0)
DEBUG 2026-06-23 02:50:55,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/0, BranchId=]
DEBUG 2026-06-23 02:50:55,688 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782150655629/0, BranchId=]
DEBUG 2026-06-23 02:50:55,689 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,691 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,706 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,708 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,711 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782150655629/1, BranchId=]
DEBUG 2026-06-23 02:50:55,711 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/1, BranchId=]
DEBUG 2026-06-23 02:50:55,712 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/1, BranchId=]
DEBUG 2026-06-23 02:50:55,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/1, BranchId=]
DEBUG 2026-06-23 02:50:55,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/1, BranchId=]
DEBUG 2026-06-23 02:50:55,748 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/1, BranchId=]
DEBUG 2026-06-23 02:50:55,749 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-06-23 02:50:55,756 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/1, BranchId=]
DEBUG 2026-06-23 02:50:55,756 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/1, BranchId=]
DEBUG 2026-06-23 02:50:55,756 [main] UPDATE EMP SET tstamp = '2026-06-23 02.50.55', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-06-23 02:50:55,757 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/1, BranchId=]
DEBUG 2026-06-23 02:50:55,757 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782150655629/1, BranchId=]
DEBUG 2026-06-23 02:50:55,758 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,760 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,764 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,768 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,768 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,780 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782150655629/2, BranchId=]
DEBUG 2026-06-23 02:50:55,780 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,781 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/2, BranchId=]
DEBUG 2026-06-23 02:50:55,781 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/2, BranchId=]
DEBUG 2026-06-23 02:50:55,781 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/2, BranchId=]
DEBUG 2026-06-23 02:50:55,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/2, BranchId=]
DEBUG 2026-06-23 02:50:55,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/2, BranchId=]
DEBUG 2026-06-23 02:50:55,816 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-06-23 02:50:55,818 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/2, BranchId=]
DEBUG 2026-06-23 02:50:55,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/2, BranchId=]
DEBUG 2026-06-23 02:50:55,818 [main] UPDATE EMP SET tstamp = '2026-06-23 02.50.55', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2026-06-23 02:50:55,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/2, BranchId=]
DEBUG 2026-06-23 02:50:55,819 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782150655629/2, BranchId=]
DEBUG 2026-06-23 02:50:55,819 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,826 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,834 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,848 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782150655629/3, BranchId=]
DEBUG 2026-06-23 02:50:55,848 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,848 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/3, BranchId=]
DEBUG 2026-06-23 02:50:55,848 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/3, BranchId=]
DEBUG 2026-06-23 02:50:55,849 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/3, BranchId=]
DEBUG 2026-06-23 02:50:55,874 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/3, BranchId=]
DEBUG 2026-06-23 02:50:55,883 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/3, BranchId=]
DEBUG 2026-06-23 02:50:55,883 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-06-23 02:50:55,885 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/3, BranchId=]
DEBUG 2026-06-23 02:50:55,885 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/3, BranchId=]
DEBUG 2026-06-23 02:50:55,885 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-06-23 02:50:55,886 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/3, BranchId=]
DEBUG 2026-06-23 02:50:55,886 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782150655629/3, BranchId=]
DEBUG 2026-06-23 02:50:55,886 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,888 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,906 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,910 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,911 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,911 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,911 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,938 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2026-06-23 02:50:55,940 [main] Physical connection closed
DEBUG 2026-06-23 02:50:55,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:55,942 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:55,950 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,957 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:55,958 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:55,959 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:55,969 [main] Physical connection got
DEBUG 2026-06-23 02:50:55,969 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,970 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:55,970 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:55,995 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2026-06-23 02:50:56,003 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,005 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,010 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,013 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,014 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,020 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,021 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,022 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,025 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,026 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,026 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,026 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,051 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,059 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,061 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,078 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,080 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,081 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,081 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,081 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,109 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,117 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,119 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,119 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,133 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,135 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,135 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,137 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,137 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,138 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,138 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,162 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,171 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,173 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,181 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,181 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,187 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,188 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,189 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,191 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,191 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,191 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,192 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,215 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,223 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,223 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-23 02:50:56,230 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-06-23 02:50:56,232 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,233 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,234 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,236 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,238 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,242 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,242 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,250 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,253 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,253 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,253 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,253 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,276 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,284 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,284 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-23 02:50:56,288 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-06-23 02:50:56,289 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,290 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,291 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,307 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,309 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,309 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,310 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,310 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,332 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,345 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,345 [main] select * from emp
DEBUG 2026-06-23 02:50:56,348 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-06-23 02:50:56,349 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,355 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,366 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,368 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,368 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,370 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,370 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,371 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,371 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,393 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,402 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,402 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-06-23 02:50:56,405 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-06-23 02:50:56,407 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,409 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,411 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,424 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,426 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,427 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,427 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,427 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,450 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2026-06-23 02:50:56,458 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,459 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,460 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,462 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,464 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,467 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,475 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,478 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,478 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,478 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,478 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,499 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,507 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,507 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-23 02:50:56,510 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-06-23 02:50:56,511 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,513 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,515 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,529 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,531 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,531 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,531 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,531 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,554 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,561 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,562 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-23 02:50:56,571 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-06-23 02:50:56,572 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,587 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,589 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,589 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,591 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,591 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,592 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,592 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,613 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,621 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,621 [main] select * from emp
DEBUG 2026-06-23 02:50:56,623 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-06-23 02:50:56,624 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,625 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,626 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,628 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,633 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,633 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,640 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,642 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,643 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,643 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,643 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,664 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,672 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,672 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-06-23 02:50:56,674 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-06-23 02:50:56,675 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,677 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,677 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,684 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,692 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,692 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,694 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,694 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,694 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,695 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,716 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,723 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,723 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-23 02:50:56,725 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-23 02:50:56,725 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,726 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,727 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,729 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,731 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,734 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,744 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,744 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,745 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,745 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,766 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,774 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,774 [main] select count(*) from emp
DEBUG 2026-06-23 02:50:56,775 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,776 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,777 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,785 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,796 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,796 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,798 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,798 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,799 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,799 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,819 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,827 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,828 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-23 02:50:56,828 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2026-06-23 02:50:56,829 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,830 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,831 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,845 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,847 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,847 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,848 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,848 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,868 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,875 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,875 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-23 02:50:56,876 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2026-06-23 02:50:56,876 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,885 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,885 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,895 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,895 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,895 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,895 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,916 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,923 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,923 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-23 02:50:56,924 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2026-06-23 02:50:56,924 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,939 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,942 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,942 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,943 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,943 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,963 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,970 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,970 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-23 02:50:56,971 [main] Logical connection closed, tx=null
[Ljava.util.Map;@153b2cb
DEBUG 2026-06-23 02:50:56,971 [main] Physical connection closed
DEBUG 2026-06-23 02:50:56,972 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:56,973 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,975 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,976 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:56,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:56,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:56,987 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:56,989 [main] Physical connection got
DEBUG 2026-06-23 02:50:56,989 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:56,989 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:56,989 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,009 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,016 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,016 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2026-06-23 02:50:57,018 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2026-06-23 02:50:57,019 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,021 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,034 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,035 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,037 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,037 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,037 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,037 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,057 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2026-06-23 02:50:57,066 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,066 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2026-06-23 02:50:57,070 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-06-23 02:50:57,071 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,072 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,073 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,075 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,077 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,080 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,085 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,086 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,087 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,089 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,089 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,090 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,090 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,110 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,114 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,114 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-23 02:50:57,114 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,114 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,130 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,132 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,132 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,133 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,133 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,153 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,156 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,157 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-23 02:50:57,157 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,157 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,158 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,159 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,161 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,163 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,166 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,166 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,171 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,173 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,173 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,176 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,176 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,176 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,176 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,190 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,191 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,191 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2026-06-23 02:50:57,192 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-06-23 02:50:57,193 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,194 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,198 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,213 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,213 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,213 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,213 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,226 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,227 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,227 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-06-23 02:50:57,228 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-06-23 02:50:57,228 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,230 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,232 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,234 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,246 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,247 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782150655629/4, BranchId=]
DEBUG 2026-06-23 02:50:57,248 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,248 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/4, BranchId=]
DEBUG 2026-06-23 02:50:57,248 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/4, BranchId=]
DEBUG 2026-06-23 02:50:57,248 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/4, BranchId=]
DEBUG 2026-06-23 02:50:57,268 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/4, BranchId=]
DEBUG 2026-06-23 02:50:57,275 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/4, BranchId=]
DEBUG 2026-06-23 02:50:57,275 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-06-23 02.50.57', 9999, 'test', 50)
DEBUG 2026-06-23 02:50:57,275 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/4, BranchId=]
DEBUG 2026-06-23 02:50:57,276 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/4, BranchId=]
DEBUG 2026-06-23 02:50:57,276 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2026-06-23 02:50:57,277 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-23 02:50:57,278 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/4, BranchId=]
DEBUG 2026-06-23 02:50:57,278 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2026-06-23 02:50:57,279 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-06-23 02:50:57.275 {50, null, null, 0}
DEBUG 2026-06-23 02:50:57,279 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782150655629/4, BranchId=]
DEBUG 2026-06-23 02:50:57,280 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,281 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,281 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,284 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,286 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,289 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,290 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,297 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,299 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,299 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,299 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,300 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,320 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,326 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,328 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,330 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,332 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,335 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,335 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,342 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,344 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,345 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,345 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,345 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,364 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2026-06-23 02:50:57,373 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,373 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-06-23 02:50:57,376 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,376 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,377 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,380 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,381 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,385 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,385 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,391 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,394 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,394 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,394 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,395 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,413 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2026-06-23 02:50:57,422 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,422 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2026-06-23 02:50:57,423 [main] Logical connection closed, tx=null
[]
DEBUG 2026-06-23 02:50:57,423 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,427 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,441 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,441 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,441 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,442 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,459 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2026-06-23 02:50:57,464 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,464 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2026-06-23 02:50:57,466 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-06-23 02:50:57,466 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,468 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,475 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,484 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,484 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,484 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,484 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,502 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2026-06-23 02:50:57,505 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,507 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,511 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,514 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,519 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,520 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,522 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,522 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,522 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,522 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,539 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-06-23 02:50:57,546 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,546 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-06-23 02:50:57,548 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,548 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,563 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,565 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,565 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,565 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,565 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,582 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-06-23 02:50:57,592 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,592 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2026-06-23 02:50:57,593 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,593 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,595 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,597 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,598 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,601 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,601 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,610 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,610 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,610 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,610 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,629 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-06-23 02:50:57,630 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,630 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2026-06-23 02:50:57,632 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2026-06-23 02:50:57,632 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,633 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,634 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,640 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,640 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,645 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,646 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,646 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,648 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,648 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,648 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,648 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,665 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-06-23 02:50:57,665 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,673 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,678 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,679 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,679 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,681 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,681 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,681 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,682 [main] Logical connection got, tx=null
WARN 2026-06-23 02:50:57,684 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-06-23 02:50:57,689 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-06-23 02:50:57,690 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,690 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-06-23 02:50:57,692 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-06-23 02:50:57,692 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,694 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,708 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,708 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,708 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,708 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,726 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-06-23 02:50:57,732 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,734 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,748 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,748 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,748 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,748 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,766 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2026-06-23 02:50:57,769 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,769 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2026-06-23 02:50:57,770 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,770 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,771 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2026-06-23 02:50:57,771 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,771 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,773 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,776 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,787 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,787 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,787 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,787 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,805 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2026-06-23 02:50:57,808 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,808 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-23 02:50:57,813 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,813 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,813 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2026-06-23 02:50:57,814 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,814 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,814 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2026-06-23 02:50:57,816 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,816 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,816 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2026-06-23 02:50:57,817 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,817 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,817 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2026-06-23 02:50:57,817 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,817 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,819 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,830 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,831 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,831 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,833 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782150655629/5, BranchId=]
DEBUG 2026-06-23 02:50:57,833 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,833 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/5, BranchId=]
DEBUG 2026-06-23 02:50:57,833 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/5, BranchId=]
DEBUG 2026-06-23 02:50:57,834 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/5, BranchId=]
DEBUG 2026-06-23 02:50:57,851 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-06-23 02:50:57,852 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/5, BranchId=]
DEBUG 2026-06-23 02:50:57,852 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-23 02:50:57,852 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/5, BranchId=]
DEBUG 2026-06-23 02:50:57,852 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/5, BranchId=]
DEBUG 2026-06-23 02:50:57,853 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-06-23 02:50:57,853 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/5, BranchId=]
DEBUG 2026-06-23 02:50:57,853 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782150655629/5, BranchId=]
DEBUG 2026-06-23 02:50:57,853 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-23 02:50:57,853 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782150655629/5, BranchId=]
DEBUG 2026-06-23 02:50:57,853 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782150655629/5, BranchId=]
DEBUG 2026-06-23 02:50:57,853 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,858 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,867 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,869 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,869 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,869 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,870 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,887 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,890 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,891 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,892 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,898 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,898 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,906 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,906 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,906 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,906 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,924 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,928 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,929 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,935 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,935 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,944 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,944 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,947 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,947 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,947 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,947 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,953 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-06-23 02:50:57,955 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,962 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,962 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,968 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,968 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,970 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,970 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,970 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,970 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,976 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-06-23 02:50:57,978 [main] Physical connection closed
DEBUG 2026-06-23 02:50:57,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:57,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:57,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:57,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:57,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:57,993 [main] Physical connection got
DEBUG 2026-06-23 02:50:57,993 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,993 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:57,993 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:57,999 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2026-06-23 02:50:58,001 [main] Physical connection closed
DEBUG 2026-06-23 02:50:58,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:58,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,023 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:58,028 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,028 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,028 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,028 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,035 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2026-06-23 02:50:58,036 [main] Physical connection closed
DEBUG 2026-06-23 02:50:58,037 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,038 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:58,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,050 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:58,052 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,052 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,052 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,052 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,070 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,071 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,071 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-23 02:50:58,074 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,074 [main] Physical connection closed
DEBUG 2026-06-23 02:50:58,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:58,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,079 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,082 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,082 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:58,090 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,090 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,090 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,091 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,108 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,109 [main] Physical connection closed
DEBUG 2026-06-23 02:50:58,110 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,110 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:58,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,114 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,121 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,122 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,123 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:58,125 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,125 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,125 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,125 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,142 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-06-23 02:50:58,143 [main] Physical connection closed
DEBUG 2026-06-23 02:50:58,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,144 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:58,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,148 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-23 02:50:58,158 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,159 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,159 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,159 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,176 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-06-23 02:50:58,176 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.285 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-06-23 02:50:58,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,225 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,235 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,236 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,239 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,242 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,242 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,246 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,248 [main] Physical connection closed
DEBUG 2026-06-23 02:50:58,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,250 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,265 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,267 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,267 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,271 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,271 [main] Physical connection closed
DEBUG 2026-06-23 02:50:58,272 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,273 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,281 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,284 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,284 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,288 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,292 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,295 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,295 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,299 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,299 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-06-23 02:50:58,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,308 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,310 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,317 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,318 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,320 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,320 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,321 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,321 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-06-23 02:50:58,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,326 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,329 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,329 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,334 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,336 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,336 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,358 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,359 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2026-06-23 02:50:58,363 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,363 [main] Physical connection closed
DEBUG 2026-06-23 02:50:58,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,369 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,376 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,376 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,392 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,392 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,392 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,392 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,404 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,408 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,409 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-06-23 02:50:58,411 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,411 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-06-23 02:50:58,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,429 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,431 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,440 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,441 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,444 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,455 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,455 [main] Logical connection got, tx=null
WARN 2026-06-23 02:50:58,457 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-06-23 02:50:58,458 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-06-23 02:50:58,458 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,459 [main] Physical connection closed
DEBUG 2026-06-23 02:50:58,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,460 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,462 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,474 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,477 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,477 [main] Logical connection got, tx=null
WARN 2026-06-23 02:50:58,478 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-06-23 02:50:58,479 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-06-23 02:50:58,479 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,479 [main] Physical connection closed
DEBUG 2026-06-23 02:50:58,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,481 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,482 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,494 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,498 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,502 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-23 02:50:58,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,516 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-06-23 02:50:58,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,534 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,534 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,535 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,535 [main] Physical connection closed
DEBUG 2026-06-23 02:50:58,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,537 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,547 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,547 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,548 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,548 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-06-23 02:50:58,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-23 02:50:58,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-23 02:50:58,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-23 02:50:58,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-23 02:50:58,562 [main] Physical connection got
DEBUG 2026-06-23 02:50:58,562 [main] Logical connection got, tx=null
DEBUG 2026-06-23 02:50:58,563 [main] Logical connection closed, tx=null
DEBUG 2026-06-23 02:50:58,563 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.297s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.598s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.500s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.186s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Jun 23 02:50:58 JST 2026
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS