Skip to content
This log is too long to show here, 90 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-08-08 02:53:11,473 [main] Logical connection closed
updatedRows:1
DEBUG 2026-08-08 02:53:11,474 [main] Logical connection got
DEBUG 2026-08-08 02:53:11,475 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2026-08-08 02:53:11,478 [main] Logical connection closed
DEBUG 2026-08-08 02:53:11,478 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-08-08 02:53:11,516 [main] Physical connection got
DEBUG 2026-08-08 02:53:11,516 [main] Logical connection got
DEBUG 2026-08-08 02:53:11,516 [main] Logical connection closed
DEBUG 2026-08-08 02:53:11,517 [main] Logical connection got
DEBUG 2026-08-08 02:53:11,529 [main] Logical connection closed
DEBUG 2026-08-08 02:53:11,530 [main] Logical connection got
DEBUG 2026-08-08 02:53:11,530 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2026-08-08 02:53:11,532 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-08-08 02:53:11.304 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-08-08 02:53:11,533 [main] Logical connection got
DEBUG 2026-08-08 02:53:11,533 [main] Logical connection closed
DEBUG 2026-08-08 02:53:11,533 [main] Logical connection got
DEBUG 2026-08-08 02:53:11,537 [main] Logical connection closed
DEBUG 2026-08-08 02:53:11,539 [main] Logical connection got
DEBUG 2026-08-08 02:53:11,539 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2026-08-08 02:53:11,540 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-08-08 02:53:11.304 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-08-08 02:53:11,540 [main] Logical connection got
DEBUG 2026-08-08 02:53:11,541 [main] UPDATE EMP SET tstamp = '2026-08-08 02.53.11', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2026-08-08 02.53.11'
DEBUG 2026-08-08 02:53:11,542 [main] Logical connection closed
DEBUG 2026-08-08 02:53:11,542 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 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.142 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-08-08 02:53:12,878 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:12,944 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-08 02:53:12,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:12,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,081 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,108 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-08 02:53:13,290 [main] Physical connection got
DEBUG 2026-08-08 02:53:13,290 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,372 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:13,378 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-08-08 02:53:13,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:13,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,397 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,434 [main] Physical connection got
DEBUG 2026-08-08 02:53:13,434 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,434 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:13,435 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,553 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2026-08-08 02:53:13,559 [main] Physical connection closed
DEBUG 2026-08-08 02:53:13,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:13,562 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,565 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,583 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,585 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,586 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,591 [main] Physical connection got
DEBUG 2026-08-08 02:53:13,591 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,591 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:13,592 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,631 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:13,656 [main] Physical connection closed
DEBUG 2026-08-08 02:53:13,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:13,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,670 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,682 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,684 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,685 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,689 [main] Physical connection got
DEBUG 2026-08-08 02:53:13,689 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,690 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:13,690 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,749 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:13,772 [main] Physical connection closed
DEBUG 2026-08-08 02:53:13,773 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:13,774 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,798 [main] Physical connection got
DEBUG 2026-08-08 02:53:13,798 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,799 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:13,799 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,832 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:13,838 [main] Physical connection closed
DEBUG 2026-08-08 02:53:13,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:13,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,860 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,861 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,864 [main] Physical connection got
DEBUG 2026-08-08 02:53:13,864 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,864 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:13,864 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,898 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:13,903 [main] Physical connection closed
DEBUG 2026-08-08 02:53:13,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:13,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,929 [main] Physical connection got
DEBUG 2026-08-08 02:53:13,929 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,929 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:13,929 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,961 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2026-08-08 02:53:13,965 [main] Physical connection closed
DEBUG 2026-08-08 02:53:13,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:13,967 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,972 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:13,976 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,984 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:13,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:13,986 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:13,989 [main] Physical connection got
DEBUG 2026-08-08 02:53:13,989 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:13,989 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:13,990 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,022 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,027 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,029 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,047 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,051 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,051 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,051 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,051 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,089 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,094 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,096 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,108 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,115 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,117 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,118 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,121 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,121 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,121 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,121 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,152 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,156 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,158 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,158 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,161 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,163 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,176 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,177 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,185 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786125194185/0, BranchId=]
DEBUG 2026-08-08 02:53:14,187 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/0, BranchId=]
DEBUG 2026-08-08 02:53:14,188 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/0, BranchId=]
DEBUG 2026-08-08 02:53:14,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/0, BranchId=]
DEBUG 2026-08-08 02:53:14,215 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/0, BranchId=]
DEBUG 2026-08-08 02:53:14,238 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/0, BranchId=]
DEBUG 2026-08-08 02:53:14,240 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-08-08 02.53.14', 99, 'hoge', 0)
DEBUG 2026-08-08 02:53:14,246 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/0, BranchId=]
DEBUG 2026-08-08 02:53:14,246 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786125194185/0, BranchId=]
DEBUG 2026-08-08 02:53:14,247 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,249 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,258 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,266 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,268 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,271 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786125194185/1, BranchId=]
DEBUG 2026-08-08 02:53:14,271 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,271 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/1, BranchId=]
DEBUG 2026-08-08 02:53:14,271 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/1, BranchId=]
DEBUG 2026-08-08 02:53:14,271 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/1, BranchId=]
DEBUG 2026-08-08 02:53:14,298 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/1, BranchId=]
DEBUG 2026-08-08 02:53:14,308 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/1, BranchId=]
DEBUG 2026-08-08 02:53:14,308 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2026-08-08 02:53:14,316 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/1, BranchId=]
DEBUG 2026-08-08 02:53:14,316 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/1, BranchId=]
DEBUG 2026-08-08 02:53:14,317 [main] UPDATE EMP SET tstamp = '2026-08-08 02.53.14', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-08-08 02:53:14,317 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/1, BranchId=]
DEBUG 2026-08-08 02:53:14,318 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786125194185/1, BranchId=]
DEBUG 2026-08-08 02:53:14,318 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,336 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,338 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,338 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,341 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786125194185/2, BranchId=]
DEBUG 2026-08-08 02:53:14,341 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,341 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/2, BranchId=]
DEBUG 2026-08-08 02:53:14,342 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/2, BranchId=]
DEBUG 2026-08-08 02:53:14,342 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/2, BranchId=]
DEBUG 2026-08-08 02:53:14,368 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/2, BranchId=]
DEBUG 2026-08-08 02:53:14,377 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/2, BranchId=]
DEBUG 2026-08-08 02:53:14,377 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2026-08-08 02:53:14,379 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/2, BranchId=]
DEBUG 2026-08-08 02:53:14,380 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/2, BranchId=]
DEBUG 2026-08-08 02:53:14,380 [main] UPDATE EMP SET tstamp = '2026-08-08 02.53.14', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2026-08-08 02:53:14,380 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/2, BranchId=]
DEBUG 2026-08-08 02:53:14,381 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786125194185/2, BranchId=]
DEBUG 2026-08-08 02:53:14,381 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,404 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,406 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,407 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,409 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786125194185/3, BranchId=]
DEBUG 2026-08-08 02:53:14,410 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,410 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/3, BranchId=]
DEBUG 2026-08-08 02:53:14,410 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/3, BranchId=]
DEBUG 2026-08-08 02:53:14,410 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/3, BranchId=]
DEBUG 2026-08-08 02:53:14,436 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/3, BranchId=]
DEBUG 2026-08-08 02:53:14,445 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/3, BranchId=]
DEBUG 2026-08-08 02:53:14,446 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2026-08-08 02:53:14,448 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/3, BranchId=]
DEBUG 2026-08-08 02:53:14,448 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/3, BranchId=]
DEBUG 2026-08-08 02:53:14,448 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-08-08 02:53:14,448 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/3, BranchId=]
DEBUG 2026-08-08 02:53:14,449 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786125194185/3, BranchId=]
DEBUG 2026-08-08 02:53:14,449 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,450 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,451 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,453 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,455 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,468 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,469 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,470 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,474 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,474 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,474 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,474 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,501 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2026-08-08 02:53:14,502 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,524 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,536 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,536 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,536 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,536 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,563 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2026-08-08 02:53:14,572 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,573 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,592 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,593 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,596 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,596 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,596 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,596 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,622 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,631 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,633 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,654 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,654 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,654 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,654 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,684 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,692 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,703 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,703 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,713 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,716 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,716 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,716 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,716 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,743 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,752 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,754 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,754 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,763 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,775 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,775 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,775 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,775 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,801 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,810 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,810 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-08-08 02:53:14,818 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-08-08 02:53:14,819 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,822 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,830 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,830 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,837 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,839 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,839 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,843 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,843 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,843 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,843 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,868 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,876 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,876 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-08-08 02:53:14,881 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-08-08 02:53:14,882 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,884 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,886 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,892 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,892 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,899 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,900 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,901 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,903 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,903 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,904 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,904 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,928 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,941 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,941 [main] select * from emp
DEBUG 2026-08-08 02:53:14,944 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-08-08 02:53:14,945 [main] Physical connection closed
DEBUG 2026-08-08 02:53:14,947 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:14,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,950 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,952 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:14,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:14,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:14,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:14,967 [main] Physical connection got
DEBUG 2026-08-08 02:53:14,967 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,967 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:14,967 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:14,991 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,000 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,000 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-08-08 02:53:15,004 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-08-08 02:53:15,005 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,007 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,007 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,009 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,011 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,015 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,015 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,024 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,024 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,026 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,026 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,027 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,027 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,050 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2026-08-08 02:53:15,059 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,061 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,078 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,080 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,080 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,080 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,080 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,103 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,112 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,112 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-08-08 02:53:15,115 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-08-08 02:53:15,116 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,118 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,120 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,122 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,133 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,135 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,137 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,137 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,137 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,137 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,159 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,172 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,172 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-08-08 02:53:15,176 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-08-08 02:53:15,177 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,196 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,198 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,198 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,198 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,198 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,219 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,228 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,228 [main] select * from emp
DEBUG 2026-08-08 02:53:15,229 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-08-08 02:53:15,230 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,240 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,240 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,246 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,247 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,248 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,250 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,250 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,250 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,250 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,271 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,280 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,280 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-08-08 02:53:15,282 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-08-08 02:53:15,283 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,284 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,284 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,300 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,300 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,302 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,302 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,303 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,303 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,324 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,332 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,332 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-08-08 02:53:15,334 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-08-08 02:53:15,334 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,340 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,344 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,350 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,352 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,354 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,354 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,355 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,355 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,375 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,383 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,383 [main] select count(*) from emp
DEBUG 2026-08-08 02:53:15,385 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,385 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,386 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,387 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,391 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,407 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,409 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,409 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,409 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,410 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,431 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,439 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,440 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-08-08 02:53:15,440 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2026-08-08 02:53:15,441 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,457 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,458 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,459 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,461 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,461 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,461 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,461 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,482 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,490 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,491 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-08-08 02:53:15,491 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2026-08-08 02:53:15,492 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,493 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,498 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,507 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,509 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,511 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,511 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,511 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,511 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,532 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,540 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,540 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-08-08 02:53:15,541 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2026-08-08 02:53:15,541 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,543 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,545 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,550 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,556 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,557 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,558 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,560 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,560 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,560 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,560 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,581 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,588 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,589 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-08-08 02:53:15,589 [main] Logical connection closed, tx=null
[Ljava.util.Map;@52158cc6
DEBUG 2026-08-08 02:53:15,590 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,606 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,609 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,611 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,611 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,611 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,632 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,639 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,639 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2026-08-08 02:53:15,642 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2026-08-08 02:53:15,642 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,661 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,661 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,661 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,661 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,682 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2026-08-08 02:53:15,690 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,690 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2026-08-08 02:53:15,694 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-08-08 02:53:15,694 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,696 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,703 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,703 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,709 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,710 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,710 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,713 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,713 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,713 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,713 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,733 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,737 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,737 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-08 02:53:15,737 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,737 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,739 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,752 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,754 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,756 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,756 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,756 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,756 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,780 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,784 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,784 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-08 02:53:15,784 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,784 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,786 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,804 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,804 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,805 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,805 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,819 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,820 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,820 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2026-08-08 02:53:15,821 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-08-08 02:53:15,821 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,823 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,838 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,839 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,840 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,842 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,842 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,842 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,842 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,855 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,856 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,856 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-08-08 02:53:15,857 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-08-08 02:53:15,857 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,859 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,875 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786125194185/4, BranchId=]
DEBUG 2026-08-08 02:53:15,876 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,876 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/4, BranchId=]
DEBUG 2026-08-08 02:53:15,876 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/4, BranchId=]
DEBUG 2026-08-08 02:53:15,876 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/4, BranchId=]
DEBUG 2026-08-08 02:53:15,896 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/4, BranchId=]
DEBUG 2026-08-08 02:53:15,904 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/4, BranchId=]
DEBUG 2026-08-08 02:53:15,904 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-08-08 02.53.15', 9999, 'test', 50)
DEBUG 2026-08-08 02:53:15,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/4, BranchId=]
DEBUG 2026-08-08 02:53:15,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/4, BranchId=]
DEBUG 2026-08-08 02:53:15,905 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2026-08-08 02:53:15,907 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-08-08 02:53:15,907 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/4, BranchId=]
DEBUG 2026-08-08 02:53:15,907 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2026-08-08 02:53:15,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-08-08 02:53:15.904 {50, null, null, 0}
DEBUG 2026-08-08 02:53:15,908 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786125194185/4, BranchId=]
DEBUG 2026-08-08 02:53:15,908 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,910 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,914 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,917 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,917 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,927 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,927 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,928 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,928 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,948 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,954 [main] Physical connection closed
DEBUG 2026-08-08 02:53:15,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:15,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,963 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:15,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,969 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:15,970 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:15,971 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:15,973 [main] Physical connection got
DEBUG 2026-08-08 02:53:15,973 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,973 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:15,973 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:15,993 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2026-08-08 02:53:16,003 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,003 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2026-08-08 02:53:16,005 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,005 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,007 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,009 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,011 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,014 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,015 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,020 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,021 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,022 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,024 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,024 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,024 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,024 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,049 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2026-08-08 02:53:16,058 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,059 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2026-08-08 02:53:16,059 [main] Logical connection closed, tx=null
[]
DEBUG 2026-08-08 02:53:16,059 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,061 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,076 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,079 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,079 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,079 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,079 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,098 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2026-08-08 02:53:16,104 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,104 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2026-08-08 02:53:16,105 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-08-08 02:53:16,106 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,107 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,114 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,122 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,124 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,124 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,124 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,124 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,143 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2026-08-08 02:53:16,146 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,147 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,147 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,149 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,151 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,154 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,154 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,161 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,163 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,163 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,163 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,164 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,182 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-08-08 02:53:16,189 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,190 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-08-08 02:53:16,192 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,192 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,194 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,196 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,198 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,207 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,208 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,208 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,210 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,210 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,210 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,210 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,236 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-08-08 02:53:16,243 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,243 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2026-08-08 02:53:16,244 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,244 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,246 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,248 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,250 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,253 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,263 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,263 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,263 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,263 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,284 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-08-08 02:53:16,285 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,285 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2026-08-08 02:53:16,287 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2026-08-08 02:53:16,287 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,309 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,309 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,309 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,309 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,330 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-08-08 02:53:16,331 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,332 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,333 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,349 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,349 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,349 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,349 [main] Logical connection got, tx=null
WARN  2026-08-08 02:53:16,356 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-08-08 02:53:16,362 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-08-08 02:53:16,362 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,363 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-08-08 02:53:16,365 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-08-08 02:53:16,365 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,367 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,370 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,374 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,374 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,379 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,380 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,380 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,382 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,382 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,382 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,382 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,402 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-08-08 02:53:16,409 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,411 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,413 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,415 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,418 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,418 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,428 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,428 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,428 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,428 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,447 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2026-08-08 02:53:16,451 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,451 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2026-08-08 02:53:16,452 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,452 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,452 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2026-08-08 02:53:16,453 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,453 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,455 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,458 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,461 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,461 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,468 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,471 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,471 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,471 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,471 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,491 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2026-08-08 02:53:16,494 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,494 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2026-08-08 02:53:16,497 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,498 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,498 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2026-08-08 02:53:16,498 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,499 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,499 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2026-08-08 02:53:16,501 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,501 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,501 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2026-08-08 02:53:16,502 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,502 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,502 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2026-08-08 02:53:16,502 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,503 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,504 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,520 [main] Transaction began, tx=[FormatId=4360, GlobalId=1786125194185/5, BranchId=]
DEBUG 2026-08-08 02:53:16,521 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,521 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/5, BranchId=]
DEBUG 2026-08-08 02:53:16,521 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/5, BranchId=]
DEBUG 2026-08-08 02:53:16,521 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/5, BranchId=]
DEBUG 2026-08-08 02:53:16,545 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-08-08 02:53:16,546 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/5, BranchId=]
DEBUG 2026-08-08 02:53:16,546 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-08 02:53:16,546 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/5, BranchId=]
DEBUG 2026-08-08 02:53:16,547 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/5, BranchId=]
DEBUG 2026-08-08 02:53:16,547 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-08-08 02:53:16,547 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/5, BranchId=]
DEBUG 2026-08-08 02:53:16,547 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1786125194185/5, BranchId=]
DEBUG 2026-08-08 02:53:16,547 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-08-08 02:53:16,547 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1786125194185/5, BranchId=]
DEBUG 2026-08-08 02:53:16,548 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1786125194185/5, BranchId=]
DEBUG 2026-08-08 02:53:16,548 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,554 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,569 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,571 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,571 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,572 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,572 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,591 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,595 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,596 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,596 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,600 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,609 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,610 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,612 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,613 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,613 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,613 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,632 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,637 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,638 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,652 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,654 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,655 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,655 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,655 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,662 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-08-08 02:53:16,664 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,665 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,667 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,669 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,679 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,681 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,681 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,681 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,681 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,688 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-08-08 02:53:16,689 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,691 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,694 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,705 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,706 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,707 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,707 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,707 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,713 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2026-08-08 02:53:16,715 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,716 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,718 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,720 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,723 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,730 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,732 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,732 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,732 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,732 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,739 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2026-08-08 02:53:16,741 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,742 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,756 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,758 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,758 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,758 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,758 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,776 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,777 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,777 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-08-08 02:53:16,780 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,781 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,782 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,784 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,796 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,798 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,798 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,799 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,799 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,817 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,818 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,835 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,835 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,835 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,835 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,853 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-08-08 02:53:16,854 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-08-08 02:53:16,874 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,874 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,874 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,874 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,892 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-08-08 02:53:16,893 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.515 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-08-08 02:53:16,945 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,946 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-08 02:53:16,948 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,962 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-08 02:53:16,965 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,965 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,969 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,972 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,974 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-08 02:53:16,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:16,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:16,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:16,990 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-08 02:53:16,992 [main] Physical connection got
DEBUG 2026-08-08 02:53:16,992 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:16,996 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:16,997 [main] Physical connection closed
DEBUG 2026-08-08 02:53:16,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:16,998 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-08 02:53:17,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,011 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,014 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-08 02:53:17,017 [main] Physical connection got
DEBUG 2026-08-08 02:53:17,017 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:17,021 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,022 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-08-08 02:53:17,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:17,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,031 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,037 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,038 [main] Physical connection got
DEBUG 2026-08-08 02:53:17,038 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:17,039 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,039 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-08-08 02:53:17,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:17,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,048 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,055 [main] Physical connection got
DEBUG 2026-08-08 02:53:17,055 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:17,074 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,074 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2026-08-08 02:53:17,078 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,078 [main] Physical connection closed
DEBUG 2026-08-08 02:53:17,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:17,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,087 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,092 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,093 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,095 [main] Physical connection got
DEBUG 2026-08-08 02:53:17,095 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:17,113 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,113 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:17,113 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,113 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:17,126 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,131 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:17,131 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2026-08-08 02:53:17,134 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,134 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-08-08 02:53:17,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:17,160 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-08 02:53:17,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,164 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,171 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,176 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-08 02:53:17,188 [main] Physical connection got
DEBUG 2026-08-08 02:53:17,188 [main] Logical connection got, tx=null
WARN  2026-08-08 02:53:17,190 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2026-08-08 02:53:17,191 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-08-08 02:53:17,191 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,192 [main] Physical connection closed
DEBUG 2026-08-08 02:53:17,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:17,193 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-08 02:53:17,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,219 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-08 02:53:17,222 [main] Physical connection got
DEBUG 2026-08-08 02:53:17,222 [main] Logical connection got, tx=null
WARN  2026-08-08 02:53:17,224 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2026-08-08 02:53:17,225 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-08-08 02:53:17,226 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,226 [main] Physical connection closed
DEBUG 2026-08-08 02:53:17,227 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:17,227 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-08 02:53:17,229 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,231 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,243 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-08-08 02:53:17,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:17,248 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-08-08 02:53:17,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,263 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-08-08 02:53:17,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:17,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,281 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,282 [main] Physical connection got
DEBUG 2026-08-08 02:53:17,282 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:17,284 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,284 [main] Physical connection closed
DEBUG 2026-08-08 02:53:17,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:17,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,290 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,297 [main] Physical connection got
DEBUG 2026-08-08 02:53:17,297 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:17,299 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,299 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-08-08 02:53:17,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-08-08 02:53:17,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-08-08 02:53:17,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-08-08 02:53:17,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-08-08 02:53:17,314 [main] Physical connection got
DEBUG 2026-08-08 02:53:17,315 [main] Logical connection got, tx=null
DEBUG 2026-08-08 02:53:17,315 [main] Logical connection closed, tx=null
DEBUG 2026-08-08 02:53:17,315 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

Tests run: 197, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.695s]
[INFO] S2Dao Tiger ........................................... SUCCESS [2:18.970s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.781s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.811s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 27 seconds
[INFO] Finished at: Sat Aug 08 02:53:17 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