Skip to content
This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-03-26 02:50:57,672 [main] Logical connection closed
updatedRows:1
DEBUG 2026-03-26 02:50:57,673 [main] Logical connection got
DEBUG 2026-03-26 02:50:57,673 [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-03-26 02:50:57,676 [main] Logical connection closed
DEBUG 2026-03-26 02:50:57,676 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-03-26 02:50:57,712 [main] Physical connection got
DEBUG 2026-03-26 02:50:57,712 [main] Logical connection got
DEBUG 2026-03-26 02:50:57,712 [main] Logical connection closed
DEBUG 2026-03-26 02:50:57,712 [main] Logical connection got
DEBUG 2026-03-26 02:50:57,723 [main] Logical connection closed
DEBUG 2026-03-26 02:50:57,724 [main] Logical connection got
DEBUG 2026-03-26 02:50:57,724 [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-03-26 02:50:57,726 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-03-26 02:50:57.522 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-03-26 02:50:57,726 [main] Logical connection got
DEBUG 2026-03-26 02:50:57,726 [main] Logical connection closed
DEBUG 2026-03-26 02:50:57,726 [main] Logical connection got
DEBUG 2026-03-26 02:50:57,730 [main] Logical connection closed
DEBUG 2026-03-26 02:50:57,732 [main] Logical connection got
DEBUG 2026-03-26 02:50:57,732 [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-03-26 02:50:57,733 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-03-26 02:50:57.522 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-03-26 02:50:57,733 [main] Logical connection got
DEBUG 2026-03-26 02:50:57,733 [main] UPDATE EMP SET tstamp = '2026-03-26 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2026-03-26 02.50.57'
DEBUG 2026-03-26 02:50:57,734 [main] Logical connection closed
DEBUG 2026-03-26 02:50:57,734 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-03-26 02:50:58,919 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:50:58,974 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-26 02:50:59,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,110 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-26 02:50:59,268 [main] Physical connection got
DEBUG 2026-03-26 02:50:59,268 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,345 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,350 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-03-26 02:50:59,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:50:59,363 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,369 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,376 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,387 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,391 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,404 [main] Physical connection got
DEBUG 2026-03-26 02:50:59,404 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,404 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,404 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,519 [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-03-26 02:50:59,524 [main] Physical connection closed
DEBUG 2026-03-26 02:50:59,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:50:59,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,550 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,555 [main] Physical connection got
DEBUG 2026-03-26 02:50:59,555 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,556 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,556 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,595 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,618 [main] Physical connection closed
DEBUG 2026-03-26 02:50:59,620 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:50:59,621 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,623 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,645 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,649 [main] Physical connection got
DEBUG 2026-03-26 02:50:59,649 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,649 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,649 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,689 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,695 [main] Physical connection closed
DEBUG 2026-03-26 02:50:59,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:50:59,697 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,718 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,721 [main] Physical connection got
DEBUG 2026-03-26 02:50:59,722 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,722 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,722 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,755 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,761 [main] Physical connection closed
DEBUG 2026-03-26 02:50:59,762 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:50:59,763 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,772 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,784 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,787 [main] Physical connection got
DEBUG 2026-03-26 02:50:59,787 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,787 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,787 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,819 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,825 [main] Physical connection closed
DEBUG 2026-03-26 02:50:59,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:50:59,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,848 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,851 [main] Physical connection got
DEBUG 2026-03-26 02:50:59,851 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,851 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,852 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,884 [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-03-26 02:50:59,888 [main] Physical connection closed
DEBUG 2026-03-26 02:50:59,890 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:50:59,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,900 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,908 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,910 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,911 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,914 [main] Physical connection got
DEBUG 2026-03-26 02:50:59,914 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,914 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,915 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,947 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,952 [main] Physical connection closed
DEBUG 2026-03-26 02:50:59,953 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:50:59,954 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,957 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,959 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:50:59,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:50:59,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:50:59,974 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:50:59,977 [main] Physical connection got
DEBUG 2026-03-26 02:50:59,977 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:50:59,977 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:50:59,977 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,014 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,019 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,021 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,026 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,043 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,043 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,043 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,044 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,072 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,077 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,080 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,082 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,088 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,089 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,096 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,098 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,104 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774461060103/0, BranchId=]
DEBUG 2026-03-26 02:51:00,105 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,106 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/0, BranchId=]
DEBUG 2026-03-26 02:51:00,106 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/0, BranchId=]
DEBUG 2026-03-26 02:51:00,107 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/0, BranchId=]
DEBUG 2026-03-26 02:51:00,133 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/0, BranchId=]
DEBUG 2026-03-26 02:51:00,156 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/0, BranchId=]
DEBUG 2026-03-26 02:51:00,159 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-03-26 02.51.00', 99, 'hoge', 0)
DEBUG 2026-03-26 02:51:00,164 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/0, BranchId=]
DEBUG 2026-03-26 02:51:00,164 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774461060103/0, BranchId=]
DEBUG 2026-03-26 02:51:00,165 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,166 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,167 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,172 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,185 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,188 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774461060103/1, BranchId=]
DEBUG 2026-03-26 02:51:00,188 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/1, BranchId=]
DEBUG 2026-03-26 02:51:00,189 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/1, BranchId=]
DEBUG 2026-03-26 02:51:00,189 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/1, BranchId=]
DEBUG 2026-03-26 02:51:00,215 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/1, BranchId=]
DEBUG 2026-03-26 02:51:00,225 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/1, BranchId=]
DEBUG 2026-03-26 02:51:00,225 [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-03-26 02:51:00,232 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/1, BranchId=]
DEBUG 2026-03-26 02:51:00,233 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/1, BranchId=]
DEBUG 2026-03-26 02:51:00,233 [main] UPDATE EMP SET tstamp = '2026-03-26 02.51.00', 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-03-26 02:51:00,234 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/1, BranchId=]
DEBUG 2026-03-26 02:51:00,234 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774461060103/1, BranchId=]
DEBUG 2026-03-26 02:51:00,235 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,236 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,237 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,239 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,241 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,258 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774461060103/2, BranchId=]
DEBUG 2026-03-26 02:51:00,258 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,258 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/2, BranchId=]
DEBUG 2026-03-26 02:51:00,258 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/2, BranchId=]
DEBUG 2026-03-26 02:51:00,259 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/2, BranchId=]
DEBUG 2026-03-26 02:51:00,285 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/2, BranchId=]
DEBUG 2026-03-26 02:51:00,295 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/2, BranchId=]
DEBUG 2026-03-26 02:51:00,295 [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-03-26 02:51:00,297 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/2, BranchId=]
DEBUG 2026-03-26 02:51:00,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/2, BranchId=]
DEBUG 2026-03-26 02:51:00,298 [main] UPDATE EMP SET tstamp = '2026-03-26 02.51.00', 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-03-26 02:51:00,298 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/2, BranchId=]
DEBUG 2026-03-26 02:51:00,298 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774461060103/2, BranchId=]
DEBUG 2026-03-26 02:51:00,299 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,305 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,308 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,310 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,321 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,324 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,326 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774461060103/3, BranchId=]
DEBUG 2026-03-26 02:51:00,327 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,327 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/3, BranchId=]
DEBUG 2026-03-26 02:51:00,327 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/3, BranchId=]
DEBUG 2026-03-26 02:51:00,327 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/3, BranchId=]
DEBUG 2026-03-26 02:51:00,353 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/3, BranchId=]
DEBUG 2026-03-26 02:51:00,363 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/3, BranchId=]
DEBUG 2026-03-26 02:51:00,363 [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-03-26 02:51:00,365 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/3, BranchId=]
DEBUG 2026-03-26 02:51:00,365 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/3, BranchId=]
DEBUG 2026-03-26 02:51:00,365 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-03-26 02:51:00,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/3, BranchId=]
DEBUG 2026-03-26 02:51:00,366 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774461060103/3, BranchId=]
DEBUG 2026-03-26 02:51:00,366 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,368 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,368 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,385 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,389 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,389 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,389 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,389 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,416 [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-03-26 02:51:00,417 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,428 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,436 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,450 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,451 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,451 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,451 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,477 [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-03-26 02:51:00,486 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,487 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,488 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,490 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,492 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,503 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,505 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,505 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,509 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,509 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,509 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,509 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,534 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,543 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,545 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,562 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,565 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,565 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,566 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,566 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,595 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,603 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,605 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,607 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,622 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,625 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,625 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,625 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,625 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,648 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,657 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,678 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,678 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,678 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,678 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,701 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,709 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,709 [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-03-26 02:51:00,717 [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-03-26 02:51:00,718 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,720 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,734 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,736 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,739 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,739 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,739 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,740 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,761 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,769 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,769 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-03-26 02:51:00,773 [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-03-26 02:51:00,774 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,776 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,790 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,791 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,791 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,794 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,794 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,794 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,794 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,815 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,827 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,827 [main] select * from emp
DEBUG 2026-03-26 02:51:00,830 [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-03-26 02:51:00,831 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,833 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,835 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,837 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,849 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,851 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,851 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,851 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,851 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,872 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,880 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,880 [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-03-26 02:51:00,884 [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-03-26 02:51:00,885 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,894 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,894 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,900 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,901 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,902 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,904 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,904 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,904 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,905 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,924 [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-03-26 02:51:00,932 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,933 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,936 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,941 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,949 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,951 [main] Physical connection got
DEBUG 2026-03-26 02:51:00,951 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,951 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,952 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,971 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:00,979 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:00,979 [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-03-26 02:51:00,981 [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-03-26 02:51:00,982 [main] Physical connection closed
DEBUG 2026-03-26 02:51:00,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:00,984 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:00,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:00,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:00,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:00,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,000 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,002 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,002 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,002 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,002 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,021 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,029 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,030 [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-03-26 02:51:01,046 [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-03-26 02:51:01,047 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,049 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,063 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,066 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,066 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,066 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,066 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,085 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,093 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,093 [main] select * from emp
DEBUG 2026-03-26 02:51:01,095 [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-03-26 02:51:01,096 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,098 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,112 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,112 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,114 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,114 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,115 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,115 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,134 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,142 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,142 [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-03-26 02:51:01,144 [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-03-26 02:51:01,145 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,146 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,146 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,159 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,160 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,162 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,162 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,163 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,163 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,182 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,189 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,189 [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-03-26 02:51:01,190 [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-03-26 02:51:01,191 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,192 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,194 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,196 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,199 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,200 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,208 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,208 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,209 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,209 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,228 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,235 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,235 [main] select count(*) from emp
DEBUG 2026-03-26 02:51:01,236 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,236 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,262 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,262 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,263 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,263 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,282 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,290 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,290 [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-03-26 02:51:01,291 [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-03-26 02:51:01,291 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,308 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,308 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,308 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,308 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,327 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,335 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,335 [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-03-26 02:51:01,336 [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-03-26 02:51:01,336 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,350 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,352 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,354 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,354 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,354 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,354 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,373 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,379 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,379 [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-03-26 02:51:01,380 [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-03-26 02:51:01,380 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,398 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,398 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,398 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,398 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,417 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,423 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,424 [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-03-26 02:51:01,424 [main] Logical connection closed, tx=null
[Ljava.util.Map;@153b2cb
DEBUG 2026-03-26 02:51:01,424 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,426 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,430 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,439 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,440 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,441 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,443 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,443 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,443 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,443 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,462 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,468 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,468 [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-03-26 02:51:01,470 [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-03-26 02:51:01,471 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,472 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,474 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,479 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,479 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,485 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,486 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,488 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,490 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,490 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,490 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,490 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,507 [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-03-26 02:51:01,515 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,515 [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-03-26 02:51:01,519 [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-03-26 02:51:01,519 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,521 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,529 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,529 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,534 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,535 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,536 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,538 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,538 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,538 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,538 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,556 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,559 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,559 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-03-26 02:51:01,560 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,560 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,561 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,563 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,573 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,574 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,575 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,577 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,577 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,577 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,577 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,595 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,598 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,598 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-03-26 02:51:01,599 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,599 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,617 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,619 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,620 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,620 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,620 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,632 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,632 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,633 [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-03-26 02:51:01,634 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-03-26 02:51:01,634 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,654 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,656 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,658 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,658 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,658 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,658 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,669 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,670 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,670 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-03-26 02:51:01,671 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-03-26 02:51:01,671 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,673 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,674 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,676 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,679 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,679 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,687 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774461060103/4, BranchId=]
DEBUG 2026-03-26 02:51:01,688 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/4, BranchId=]
DEBUG 2026-03-26 02:51:01,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/4, BranchId=]
DEBUG 2026-03-26 02:51:01,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/4, BranchId=]
DEBUG 2026-03-26 02:51:01,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/4, BranchId=]
DEBUG 2026-03-26 02:51:01,711 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/4, BranchId=]
DEBUG 2026-03-26 02:51:01,712 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-03-26 02.51.01', 9999, 'test', 50)
DEBUG 2026-03-26 02:51:01,712 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/4, BranchId=]
DEBUG 2026-03-26 02:51:01,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/4, BranchId=]
DEBUG 2026-03-26 02:51:01,712 [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-03-26 02:51:01,714 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/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-03-26 02:51:01,714 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/4, BranchId=]
DEBUG 2026-03-26 02:51:01,714 [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-03-26 02:51:01,715 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-03-26 02:51:01.711 {50, null, null, 0}
DEBUG 2026-03-26 02:51:01,715 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774461060103/4, BranchId=]
DEBUG 2026-03-26 02:51:01,715 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,718 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,720 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,723 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,730 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,731 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,732 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,732 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,732 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,748 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,754 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,756 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,769 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,770 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,770 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,771 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,771 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,787 [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-03-26 02:51:01,795 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,795 [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-03-26 02:51:01,797 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,797 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,799 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,801 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,810 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,811 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,812 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,813 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,813 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,814 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,814 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,830 [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-03-26 02:51:01,838 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,839 [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-03-26 02:51:01,839 [main] Logical connection closed, tx=null
[]
DEBUG 2026-03-26 02:51:01,839 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,853 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,856 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,856 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,856 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,856 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,871 [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-03-26 02:51:01,876 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,876 [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-03-26 02:51:01,878 [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-03-26 02:51:01,878 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,879 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,886 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,894 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,894 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,894 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,894 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,909 [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-03-26 02:51:01,912 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,920 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,925 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,926 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,926 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,928 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,928 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,928 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,928 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,944 [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-03-26 02:51:01,950 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,950 [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-03-26 02:51:01,952 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,952 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,953 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,954 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,955 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,957 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:01,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:01,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,968 [main] Physical connection got
DEBUG 2026-03-26 02:51:01,968 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,968 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,968 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,983 [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-03-26 02:51:01,989 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:01,989 [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-03-26 02:51:01,990 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:01,990 [main] Physical connection closed
DEBUG 2026-03-26 02:51:01,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:01,992 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:01,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:01,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,001 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,006 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,007 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,008 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,010 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,010 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,010 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,010 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,027 [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-03-26 02:51:02,028 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,028 [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-03-26 02:51:02,030 [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-03-26 02:51:02,030 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,031 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,043 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,045 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,045 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,046 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,046 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,061 [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-03-26 02:51:02,062 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,074 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,077 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,077 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,078 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,078 [main] Logical connection got, tx=null
WARN  2026-03-26 02:51:02,080 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-03-26 02:51:02,085 [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-03-26 02:51:02,086 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,086 [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-03-26 02:51:02,088 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-03-26 02:51:02,088 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,089 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,090 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,091 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,096 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,101 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,102 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,104 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,104 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,104 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,104 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,120 [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-03-26 02:51:02,126 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,128 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,134 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,142 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,142 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,142 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,142 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,159 [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-03-26 02:51:02,163 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,163 [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-03-26 02:51:02,164 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,164 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,164 [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-03-26 02:51:02,165 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,165 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,166 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,166 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,178 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,180 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,180 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,180 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,180 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,197 [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-03-26 02:51:02,200 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,200 [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-03-26 02:51:02,203 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,203 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,203 [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-03-26 02:51:02,203 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,204 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,204 [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-03-26 02:51:02,205 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,205 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,205 [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-03-26 02:51:02,206 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,206 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,206 [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-03-26 02:51:02,207 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,207 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,208 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,210 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,211 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,214 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,220 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,222 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774461060103/5, BranchId=]
DEBUG 2026-03-26 02:51:02,222 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,222 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/5, BranchId=]
DEBUG 2026-03-26 02:51:02,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/5, BranchId=]
DEBUG 2026-03-26 02:51:02,223 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/5, BranchId=]
DEBUG 2026-03-26 02:51:02,239 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-03-26 02:51:02,240 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/5, BranchId=]
DEBUG 2026-03-26 02:51:02,240 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-03-26 02:51:02,240 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/5, BranchId=]
DEBUG 2026-03-26 02:51:02,241 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/5, BranchId=]
DEBUG 2026-03-26 02:51:02,241 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-03-26 02:51:02,241 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/5, BranchId=]
DEBUG 2026-03-26 02:51:02,241 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774461060103/5, BranchId=]
DEBUG 2026-03-26 02:51:02,241 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-03-26 02:51:02,241 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774461060103/5, BranchId=]
DEBUG 2026-03-26 02:51:02,241 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774461060103/5, BranchId=]
DEBUG 2026-03-26 02:51:02,241 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,243 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,245 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,257 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,257 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,257 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,257 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,274 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,277 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,289 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,290 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,291 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,293 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,293 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,293 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,293 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,310 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,314 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,315 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,315 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,326 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,327 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,329 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,329 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,329 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,330 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,336 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-03-26 02:51:02,337 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,339 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,350 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,352 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,352 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,352 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,353 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,358 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-03-26 02:51:02,359 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,361 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,364 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,372 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,374 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,374 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,374 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,374 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,380 [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-03-26 02:51:02,381 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,385 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,394 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,395 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,395 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,396 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,396 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,402 [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-03-26 02:51:02,403 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,415 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,416 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,418 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,418 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,418 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,418 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,434 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,435 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,435 [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-03-26 02:51:02,438 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,438 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,440 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,446 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,446 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,460 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,463 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,463 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,463 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,463 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,479 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,480 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,487 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,504 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,504 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,506 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,506 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,506 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,506 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,522 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-03-26 02:51:02,523 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,524 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,525 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,532 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,536 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,537 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-26 02:51:02,539 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,539 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,539 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,539 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,560 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-03-26 02:51:02,560 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-03-26 02:51:02,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,636 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,640 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,647 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,648 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,650 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,654 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,654 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,657 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,662 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,663 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,664 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,667 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,681 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,687 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,690 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,690 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,695 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,696 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,697 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,703 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,703 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,711 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,713 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,713 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,717 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,717 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-03-26 02:51:02,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,721 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,732 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,732 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,732 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,733 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-03-26 02:51:02,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,746 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,748 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,759 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,760 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,782 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,782 [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-03-26 02:51:02,785 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,785 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,788 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,796 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,797 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,797 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,814 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,814 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,815 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,815 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,858 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,897 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:02,897 [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-03-26 02:51:02,901 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,901 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-03-26 02:51:02,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,920 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,922 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,924 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,927 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,935 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,949 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,949 [main] Logical connection got, tx=null
WARN  2026-03-26 02:51:02,951 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2026-03-26 02:51:02,952 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-03-26 02:51:02,952 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,953 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,954 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,957 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,967 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,970 [main] Physical connection got
DEBUG 2026-03-26 02:51:02,970 [main] Logical connection got, tx=null
WARN  2026-03-26 02:51:02,972 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2026-03-26 02:51:02,972 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-03-26 02:51:02,973 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:02,973 [main] Physical connection closed
DEBUG 2026-03-26 02:51:02,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,974 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,984 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:02,985 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,987 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:02,991 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-26 02:51:02,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:02,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,997 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:02,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:03,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:03,007 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:03,018 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-03-26 02:51:03,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:03,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:03,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:03,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:03,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:03,034 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:03,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:03,037 [main] Physical connection got
DEBUG 2026-03-26 02:51:03,037 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:03,038 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:03,038 [main] Physical connection closed
DEBUG 2026-03-26 02:51:03,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:03,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:03,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:03,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:03,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:03,047 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:03,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:03,049 [main] Physical connection got
DEBUG 2026-03-26 02:51:03,050 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:03,051 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:03,051 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-03-26 02:51:03,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-03-26 02:51:03,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:03,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-26 02:51:03,058 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-26 02:51:03,058 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:03,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-26 02:51:03,063 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-26 02:51:03,065 [main] Physical connection got
DEBUG 2026-03-26 02:51:03,065 [main] Logical connection got, tx=null
DEBUG 2026-03-26 02:51:03,066 [main] Logical connection closed, tx=null
DEBUG 2026-03-26 02:51:03,066 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.304s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.811s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.610s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.314s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu Mar 26 02:51:03 JST 2026
[INFO] Final Memory: 29M/407M
[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