Skip to content
Success

Console Output

This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2025-12-06 02:50:57,670 [main] Logical connection closed
updatedRows:1
DEBUG 2025-12-06 02:50:57,671 [main] Logical connection got
DEBUG 2025-12-06 02:50:57,671 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-12-06 02:50:57,674 [main] Logical connection closed
DEBUG 2025-12-06 02:50:57,675 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-12-06 02:50:57,713 [main] Physical connection got
DEBUG 2025-12-06 02:50:57,714 [main] Logical connection got
DEBUG 2025-12-06 02:50:57,714 [main] Logical connection closed
DEBUG 2025-12-06 02:50:57,714 [main] Logical connection got
DEBUG 2025-12-06 02:50:57,726 [main] Logical connection closed
DEBUG 2025-12-06 02:50:57,726 [main] Logical connection got
DEBUG 2025-12-06 02:50:57,726 [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 2025-12-06 02:50:57,728 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-12-06 02:50:57.499 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-12-06 02:50:57,729 [main] Logical connection got
DEBUG 2025-12-06 02:50:57,729 [main] Logical connection closed
DEBUG 2025-12-06 02:50:57,729 [main] Logical connection got
DEBUG 2025-12-06 02:50:57,735 [main] Logical connection closed
DEBUG 2025-12-06 02:50:57,737 [main] Logical connection got
DEBUG 2025-12-06 02:50:57,737 [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 2025-12-06 02:50:57,738 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-12-06 02:50:57.499 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-12-06 02:50:57,739 [main] Logical connection got
DEBUG 2025-12-06 02:50:57,739 [main] UPDATE EMP SET tstamp = '2025-12-06 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 = '2025-12-06 02.50.57'
DEBUG 2025-12-06 02:50:57,740 [main] Logical connection closed
DEBUG 2025-12-06 02:50:57,740 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec

Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-12-06 02:50:59,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:50:59,109 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-06 02:50:59,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:50:59,151 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:50:59,181 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:50:59,181 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:50:59,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:50:59,242 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:50:59,269 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-06 02:50:59,447 [main] Physical connection got
DEBUG 2025-12-06 02:50:59,447 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:50:59,531 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:50:59,536 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-12-06 02:50:59,548 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:50:59,549 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:50:59,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:50:59,557 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:50:59,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:50:59,564 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:50:59,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:50:59,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:50:59,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:50:59,593 [main] Physical connection got
DEBUG 2025-12-06 02:50:59,594 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:50:59,594 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:50:59,594 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:50:59,713 [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 2025-12-06 02:50:59,719 [main] Physical connection closed
DEBUG 2025-12-06 02:50:59,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:50:59,721 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:50:59,724 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:50:59,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:50:59,733 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:50:59,733 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:50:59,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:50:59,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:50:59,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:50:59,751 [main] Physical connection got
DEBUG 2025-12-06 02:50:59,751 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:50:59,751 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:50:59,752 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:50:59,794 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:50:59,818 [main] Physical connection closed
DEBUG 2025-12-06 02:50:59,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:50:59,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:50:59,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:50:59,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:50:59,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:50:59,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:50:59,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:50:59,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:50:59,847 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:50:59,851 [main] Physical connection got
DEBUG 2025-12-06 02:50:59,851 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:50:59,852 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:50:59,852 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:50:59,899 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:50:59,905 [main] Physical connection closed
DEBUG 2025-12-06 02:50:59,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:50:59,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:50:59,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:50:59,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:50:59,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:50:59,919 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:50:59,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:50:59,930 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:50:59,931 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:50:59,934 [main] Physical connection got
DEBUG 2025-12-06 02:50:59,934 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:50:59,934 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:50:59,935 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:50:59,971 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:50:59,976 [main] Physical connection closed
DEBUG 2025-12-06 02:50:59,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:50:59,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:50:59,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:50:59,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:50:59,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:50:59,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:50:59,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,000 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,001 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,004 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,004 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,004 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,005 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,039 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,045 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,047 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,058 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,073 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,073 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,073 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,074 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,108 [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 2025-12-06 02:51:00,112 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,115 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,124 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,124 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,135 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,138 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,138 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,139 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,139 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,172 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,177 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,180 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,189 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,189 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,200 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,203 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,203 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,203 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,204 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,238 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,243 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,246 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,248 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,250 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,255 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,268 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,268 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,268 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,269 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,297 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,302 [main] Physical connection closed
DEBUG 2025-12-06 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 2025-12-06 02:51:00,304 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,321 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,324 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,329 [main] Transaction began, tx=[FormatId=4360, GlobalId=1764957060329/0, BranchId=]
DEBUG 2025-12-06 02:51:00,331 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,332 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/0, BranchId=]
DEBUG 2025-12-06 02:51:00,332 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/0, BranchId=]
DEBUG 2025-12-06 02:51:00,332 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/0, BranchId=]
DEBUG 2025-12-06 02:51:00,360 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/0, BranchId=]
DEBUG 2025-12-06 02:51:00,382 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/0, BranchId=]
DEBUG 2025-12-06 02:51:00,385 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-12-06 02.51.00', 99, 'hoge', 0)
DEBUG 2025-12-06 02:51:00,391 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/0, BranchId=]
DEBUG 2025-12-06 02:51:00,391 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1764957060329/0, BranchId=]
DEBUG 2025-12-06 02:51:00,392 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,394 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,398 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,413 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,416 [main] Transaction began, tx=[FormatId=4360, GlobalId=1764957060329/1, BranchId=]
DEBUG 2025-12-06 02:51:00,416 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,417 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/1, BranchId=]
DEBUG 2025-12-06 02:51:00,417 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/1, BranchId=]
DEBUG 2025-12-06 02:51:00,417 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/1, BranchId=]
DEBUG 2025-12-06 02:51:00,444 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/1, BranchId=]
DEBUG 2025-12-06 02:51:00,455 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/1, BranchId=]
DEBUG 2025-12-06 02:51:00,455 [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 2025-12-06 02:51:00,463 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/1, BranchId=]
DEBUG 2025-12-06 02:51:00,464 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/1, BranchId=]
DEBUG 2025-12-06 02:51:00,464 [main] UPDATE EMP SET tstamp = '2025-12-06 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 2025-12-06 02:51:00,465 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/1, BranchId=]
DEBUG 2025-12-06 02:51:00,466 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1764957060329/1, BranchId=]
DEBUG 2025-12-06 02:51:00,466 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,468 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,477 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,485 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,487 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,487 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,491 [main] Transaction began, tx=[FormatId=4360, GlobalId=1764957060329/2, BranchId=]
DEBUG 2025-12-06 02:51:00,491 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,491 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/2, BranchId=]
DEBUG 2025-12-06 02:51:00,492 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/2, BranchId=]
DEBUG 2025-12-06 02:51:00,492 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/2, BranchId=]
DEBUG 2025-12-06 02:51:00,519 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/2, BranchId=]
DEBUG 2025-12-06 02:51:00,528 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/2, BranchId=]
DEBUG 2025-12-06 02:51:00,529 [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 2025-12-06 02:51:00,531 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/2, BranchId=]
DEBUG 2025-12-06 02:51:00,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/2, BranchId=]
DEBUG 2025-12-06 02:51:00,532 [main] UPDATE EMP SET tstamp = '2025-12-06 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 2025-12-06 02:51:00,532 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/2, BranchId=]
DEBUG 2025-12-06 02:51:00,533 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1764957060329/2, BranchId=]
DEBUG 2025-12-06 02:51:00,533 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,540 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,543 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,549 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,549 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,559 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,562 [main] Transaction began, tx=[FormatId=4360, GlobalId=1764957060329/3, BranchId=]
DEBUG 2025-12-06 02:51:00,563 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,563 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/3, BranchId=]
DEBUG 2025-12-06 02:51:00,563 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/3, BranchId=]
DEBUG 2025-12-06 02:51:00,564 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/3, BranchId=]
DEBUG 2025-12-06 02:51:00,590 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/3, BranchId=]
DEBUG 2025-12-06 02:51:00,600 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/3, BranchId=]
DEBUG 2025-12-06 02:51:00,600 [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 2025-12-06 02:51:00,602 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/3, BranchId=]
DEBUG 2025-12-06 02:51:00,603 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/3, BranchId=]
DEBUG 2025-12-06 02:51:00,603 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-12-06 02:51:00,603 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/3, BranchId=]
DEBUG 2025-12-06 02:51:00,604 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1764957060329/3, BranchId=]
DEBUG 2025-12-06 02:51:00,604 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,623 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,625 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,625 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,630 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,630 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,631 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,658 [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 2025-12-06 02:51:00,660 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,667 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,678 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,681 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,693 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,693 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,693 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,694 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,721 [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 2025-12-06 02:51:00,731 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,752 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,756 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,756 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,756 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,757 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,783 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,793 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,795 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,804 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,804 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,812 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,813 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,814 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,817 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,817 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,818 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,818 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,848 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,858 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,860 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,862 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,865 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,876 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,878 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,878 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,881 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,882 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,882 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,882 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,908 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,918 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,919 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,920 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,922 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,929 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,929 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,936 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:00,937 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,938 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,941 [main] Physical connection got
DEBUG 2025-12-06 02:51:00,941 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,941 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,941 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,967 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:00,976 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:00,976 [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 2025-12-06 02:51:00,984 [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 2025-12-06 02:51:00,985 [main] Physical connection closed
DEBUG 2025-12-06 02:51:00,987 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:00,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:00,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:00,992 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:00,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,005 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,005 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,009 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,009 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,009 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,009 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,035 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,044 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,044 [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 2025-12-06 02:51:01,048 [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 2025-12-06 02:51:01,049 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,054 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,060 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,060 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,067 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,069 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,072 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,072 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,072 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,072 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,096 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,114 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,114 [main] select * from emp
DEBUG 2025-12-06 02:51:01,118 [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 2025-12-06 02:51:01,119 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,130 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,138 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,141 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,141 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,141 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,142 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,165 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,175 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,175 [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 2025-12-06 02:51:01,179 [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 2025-12-06 02:51:01,180 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,182 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,184 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,187 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,191 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,199 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,202 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,202 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,202 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,203 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,226 [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 2025-12-06 02:51:01,235 [main] Physical connection closed
DEBUG 2025-12-06 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 2025-12-06 02:51:01,237 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,257 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,258 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,258 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,258 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,282 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,291 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,291 [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 2025-12-06 02:51:01,294 [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 2025-12-06 02:51:01,295 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,315 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,317 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,317 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,318 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,318 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,341 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,357 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,358 [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 2025-12-06 02:51:01,363 [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 2025-12-06 02:51:01,364 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,366 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,382 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,383 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,384 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,387 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,387 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,387 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,387 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,410 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,420 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,420 [main] select * from emp
DEBUG 2025-12-06 02:51:01,422 [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 2025-12-06 02:51:01,423 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,427 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,440 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,442 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,442 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,445 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,445 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,445 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,445 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,467 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,476 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,476 [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 2025-12-06 02:51:01,478 [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 2025-12-06 02:51:01,479 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,484 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,486 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,489 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,496 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,498 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,498 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,501 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,501 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,501 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,501 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,523 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,531 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,532 [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 2025-12-06 02:51:01,534 [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 2025-12-06 02:51:01,534 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,550 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,552 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,555 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,555 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,555 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,556 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,577 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,586 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,586 [main] select count(*) from emp
DEBUG 2025-12-06 02:51:01,587 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,588 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,589 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,598 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,613 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,613 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,613 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,613 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,635 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,644 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,645 [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 2025-12-06 02:51:01,645 [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 2025-12-06 02:51:01,646 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,647 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,650 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,655 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,655 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,666 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,666 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,666 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,667 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,690 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,698 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,698 [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 2025-12-06 02:51:01,699 [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 2025-12-06 02:51:01,700 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,702 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,721 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,721 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,721 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,722 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,743 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,751 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,751 [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 2025-12-06 02:51:01,752 [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 2025-12-06 02:51:01,752 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,754 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,756 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,758 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,768 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,770 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,770 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,773 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,773 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,773 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,773 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,796 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,804 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,804 [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 2025-12-06 02:51:01,804 [main] Logical connection closed, tx=null
[Ljava.util.Map;@7b48392
DEBUG 2025-12-06 02:51:01,805 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,806 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,809 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,811 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,825 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,825 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,826 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,826 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,847 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,855 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,855 [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 2025-12-06 02:51:01,857 [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 2025-12-06 02:51:01,858 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,859 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,862 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,876 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,878 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,880 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,880 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,880 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,880 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,901 [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 2025-12-06 02:51:01,911 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,911 [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 2025-12-06 02:51:01,915 [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 2025-12-06 02:51:01,916 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,917 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,918 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,921 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,927 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,936 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,939 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,939 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,939 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,939 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,966 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,972 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,972 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-12-06 02:51:01,973 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,973 [main] Physical connection closed
DEBUG 2025-12-06 02:51:01,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:01,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:01,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:01,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:01,994 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:01,997 [main] Physical connection got
DEBUG 2025-12-06 02:51:01,997 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:01,997 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:01,997 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,024 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,036 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,036 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-12-06 02:51:02,037 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,037 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,038 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,039 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,042 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,044 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,049 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,060 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,063 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,063 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,064 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,064 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,082 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,083 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,083 [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 2025-12-06 02:51:02,085 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-12-06 02:51:02,085 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,087 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,089 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,104 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,106 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,109 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,109 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,109 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,109 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,122 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,123 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,123 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-12-06 02:51:02,124 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-12-06 02:51:02,124 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,126 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,143 [main] Transaction began, tx=[FormatId=4360, GlobalId=1764957060329/4, BranchId=]
DEBUG 2025-12-06 02:51:02,145 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,145 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/4, BranchId=]
DEBUG 2025-12-06 02:51:02,145 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/4, BranchId=]
DEBUG 2025-12-06 02:51:02,145 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/4, BranchId=]
DEBUG 2025-12-06 02:51:02,166 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/4, BranchId=]
DEBUG 2025-12-06 02:51:02,173 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/4, BranchId=]
DEBUG 2025-12-06 02:51:02,173 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-12-06 02.51.02', 9999, 'test', 50)
DEBUG 2025-12-06 02:51:02,174 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/4, BranchId=]
DEBUG 2025-12-06 02:51:02,174 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/4, BranchId=]
DEBUG 2025-12-06 02:51:02,174 [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 2025-12-06 02:51:02,176 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/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 2025-12-06 02:51:02,176 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/4, BranchId=]
DEBUG 2025-12-06 02:51:02,176 [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 2025-12-06 02:51:02,177 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-12-06 02:51:02.173 {50, null, null, 0}
DEBUG 2025-12-06 02:51:02,177 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1764957060329/4, BranchId=]
DEBUG 2025-12-06 02:51:02,177 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,178 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,196 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,197 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,197 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,197 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,217 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,224 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,229 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,246 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,247 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,248 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,253 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,254 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,254 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,254 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,274 [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 2025-12-06 02:51:02,283 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,284 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2025-12-06 02:51:02,286 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,286 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,289 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,297 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,304 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,307 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,307 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,307 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,307 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,328 [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 2025-12-06 02:51:02,338 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,338 [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 2025-12-06 02:51:02,338 [main] Logical connection closed, tx=null
[]
DEBUG 2025-12-06 02:51:02,339 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,340 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,348 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,348 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,355 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,355 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,359 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,359 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,359 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,359 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,378 [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 2025-12-06 02:51:02,384 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,384 [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 2025-12-06 02:51:02,385 [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 2025-12-06 02:51:02,386 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,387 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,391 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,402 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,404 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,404 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,404 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,405 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,423 [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 2025-12-06 02:51:02,427 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,428 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,444 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,446 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,446 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,446 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,446 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,465 [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 2025-12-06 02:51:02,472 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,472 [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 2025-12-06 02:51:02,475 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,475 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,476 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,477 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,479 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,492 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,494 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,494 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,495 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,495 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,524 [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 2025-12-06 02:51:02,534 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,534 [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 2025-12-06 02:51:02,535 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,535 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,537 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,551 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,554 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,554 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,554 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,554 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,575 [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 2025-12-06 02:51:02,576 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,576 [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 2025-12-06 02:51:02,578 [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 2025-12-06 02:51:02,578 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,588 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,588 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,594 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,595 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,599 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,599 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,599 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,600 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,628 [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 2025-12-06 02:51:02,628 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,630 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,630 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,637 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,637 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,647 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,647 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,647 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,647 [main] Logical connection got, tx=null
WARN  2025-12-06 02:51:02,651 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-12-06 02:51:02,657 [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 2025-12-06 02:51:02,657 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,657 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-12-06 02:51:02,660 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-12-06 02:51:02,660 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,676 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,678 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,678 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,678 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,678 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,700 [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 2025-12-06 02:51:02,707 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,709 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,716 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,723 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,726 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,726 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,726 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,726 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,745 [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 2025-12-06 02:51:02,750 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,750 [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 2025-12-06 02:51:02,751 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,751 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,751 [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 2025-12-06 02:51:02,752 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,752 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,754 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,770 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,770 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,771 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,771 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,794 [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 2025-12-06 02:51:02,798 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,798 [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 2025-12-06 02:51:02,801 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,802 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,802 [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 2025-12-06 02:51:02,802 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,803 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,803 [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 2025-12-06 02:51:02,805 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,805 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,805 [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 2025-12-06 02:51:02,806 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,806 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,806 [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 2025-12-06 02:51:02,806 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,807 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,808 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,810 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,822 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,824 [main] Transaction began, tx=[FormatId=4360, GlobalId=1764957060329/5, BranchId=]
DEBUG 2025-12-06 02:51:02,825 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/5, BranchId=]
DEBUG 2025-12-06 02:51:02,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/5, BranchId=]
DEBUG 2025-12-06 02:51:02,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/5, BranchId=]
DEBUG 2025-12-06 02:51:02,844 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-12-06 02:51:02,844 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/5, BranchId=]
DEBUG 2025-12-06 02:51:02,845 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-12-06 02:51:02,845 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/5, BranchId=]
DEBUG 2025-12-06 02:51:02,845 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/5, BranchId=]
DEBUG 2025-12-06 02:51:02,845 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-12-06 02:51:02,845 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/5, BranchId=]
DEBUG 2025-12-06 02:51:02,846 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764957060329/5, BranchId=]
DEBUG 2025-12-06 02:51:02,846 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-12-06 02:51:02,846 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764957060329/5, BranchId=]
DEBUG 2025-12-06 02:51:02,846 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1764957060329/5, BranchId=]
DEBUG 2025-12-06 02:51:02,846 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,847 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,848 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,850 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,854 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,854 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,860 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,861 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,861 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,864 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,864 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,864 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,864 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,884 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,888 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,903 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,906 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,906 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,906 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,906 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,925 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,929 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,931 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,933 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,944 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,945 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,947 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,948 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,948 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,948 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,955 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-12-06 02:51:02,957 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,958 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,959 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:02,966 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,978 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:02,979 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:02,980 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,985 [main] Physical connection got
DEBUG 2025-12-06 02:51:02,985 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,985 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:02,985 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:02,993 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-12-06 02:51:02,995 [main] Physical connection closed
DEBUG 2025-12-06 02:51:02,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:02,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:02,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:03,016 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,016 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,016 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,016 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,024 [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 2025-12-06 02:51:03,026 [main] Physical connection closed
DEBUG 2025-12-06 02:51:03,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,028 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:03,030 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,041 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,043 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:03,045 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,046 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,046 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,046 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,056 [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 2025-12-06 02:51:03,059 [main] Physical connection closed
DEBUG 2025-12-06 02:51:03,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:03,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,078 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,078 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,084 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,086 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:03,089 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,089 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,089 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,089 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,111 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,112 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,113 [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 2025-12-06 02:51:03,116 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,117 [main] Physical connection closed
DEBUG 2025-12-06 02:51:03,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,119 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:03,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,133 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,135 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:03,138 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,138 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,139 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,139 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,162 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,163 [main] Physical connection closed
DEBUG 2025-12-06 02:51:03,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:03,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,181 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:03,184 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,184 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,184 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,184 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,206 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-12-06 02:51:03,207 [main] Physical connection closed
DEBUG 2025-12-06 02:51:03,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,209 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:03,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,217 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,224 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,225 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-06 02:51:03,228 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,228 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,228 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,228 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,262 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-12-06 02:51:03,263 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.726 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-12-06 02:51:03,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,332 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,334 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,349 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,353 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,353 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,358 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,361 [main] Physical connection closed
DEBUG 2025-12-06 02:51:03,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,362 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,369 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,376 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,380 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,383 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,383 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,388 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,388 [main] Physical connection closed
DEBUG 2025-12-06 02:51:03,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,390 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,407 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,410 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,410 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,415 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,415 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-12-06 02:51:03,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,434 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,434 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,435 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,435 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-12-06 02:51:03,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,439 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,451 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,453 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,453 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,471 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,472 [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 2025-12-06 02:51:03,477 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,477 [main] Physical connection closed
DEBUG 2025-12-06 02:51:03,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,479 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,494 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,494 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,512 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,512 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,513 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,513 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,525 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,530 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,531 [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 2025-12-06 02:51:03,533 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,534 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-12-06 02:51:03,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,555 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,571 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,584 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,584 [main] Logical connection got, tx=null
WARN  2025-12-06 02:51:03,586 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-12-06 02:51:03,587 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-12-06 02:51:03,588 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,588 [main] Physical connection closed
DEBUG 2025-12-06 02:51:03,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,590 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,603 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,606 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,609 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,610 [main] Logical connection got, tx=null
WARN  2025-12-06 02:51:03,612 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-12-06 02:51:03,613 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-12-06 02:51:03,613 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,614 [main] Physical connection closed
DEBUG 2025-12-06 02:51:03,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,615 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,631 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,636 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-06 02:51:03,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,640 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,652 [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 2025-12-06 02:51:03,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,674 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,674 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,675 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,680 [main] Physical connection closed
DEBUG 2025-12-06 02:51:03,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,686 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,694 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,697 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,697 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,699 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,699 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-12-06 02:51:03,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-12-06 02:51:03,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-06 02:51:03,708 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-06 02:51:03,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-06 02:51:03,716 [main] Physical connection got
DEBUG 2025-12-06 02:51:03,716 [main] Logical connection got, tx=null
DEBUG 2025-12-06 02:51:03,717 [main] Logical connection closed, tx=null
DEBUG 2025-12-06 02:51:03,717 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 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.373s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.539s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.744s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.019s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 seconds
[INFO] Finished at: Sat Dec 06 02:51:03 JST 2025
[INFO] Final Memory: 27M/411M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS