This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-05-09 02:50:56,878 [main] Logical connection closed
updatedRows:1
DEBUG 2026-05-09 02:50:56,879 [main] Logical connection got
DEBUG 2026-05-09 02:50:56,879 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2026-05-09 02:50:56,882 [main] Logical connection closed
DEBUG 2026-05-09 02:50:56,882 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-05-09 02:50:56,916 [main] Physical connection got
DEBUG 2026-05-09 02:50:56,916 [main] Logical connection got
DEBUG 2026-05-09 02:50:56,916 [main] Logical connection closed
DEBUG 2026-05-09 02:50:56,916 [main] Logical connection got
DEBUG 2026-05-09 02:50:56,927 [main] Logical connection closed
DEBUG 2026-05-09 02:50:56,928 [main] Logical connection got
DEBUG 2026-05-09 02:50:56,928 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2026-05-09 02:50:56,930 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-09 02:50:56.73 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-09 02:50:56,930 [main] Logical connection got
DEBUG 2026-05-09 02:50:56,930 [main] Logical connection closed
DEBUG 2026-05-09 02:50:56,930 [main] Logical connection got
DEBUG 2026-05-09 02:50:56,934 [main] Logical connection closed
DEBUG 2026-05-09 02:50:56,935 [main] Logical connection got
DEBUG 2026-05-09 02:50:56,935 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-09 02:50:56,936 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-09 02:50:56.73 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-09 02:50:56,936 [main] Logical connection got
DEBUG 2026-05-09 02:50:56,937 [main] UPDATE EMP SET tstamp = '2026-05-09 02.50.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2026-05-09 02.50.56'
DEBUG 2026-05-09 02:50:56,938 [main] Logical connection closed
DEBUG 2026-05-09 02:50:56,938 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.13 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-05-09 02:50:58,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:58,161 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-09 02:50:58,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,196 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:58,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:58,223 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:58,270 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:58,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,302 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-09 02:50:58,465 [main] Physical connection got
DEBUG 2026-05-09 02:50:58,465 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:58,537 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:58,542 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-05-09 02:50:58,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:58,554 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:58,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:58,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:58,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:58,577 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:58,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:58,593 [main] Physical connection got
DEBUG 2026-05-09 02:50:58,593 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:58,593 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:58,594 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:58,702 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2026-05-09 02:50:58,707 [main] Physical connection closed
DEBUG 2026-05-09 02:50:58,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:58,710 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:58,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,715 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:58,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:58,720 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:58,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:58,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,731 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:58,736 [main] Physical connection got
DEBUG 2026-05-09 02:50:58,736 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:58,736 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:58,736 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:58,773 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:58,794 [main] Physical connection closed
DEBUG 2026-05-09 02:50:58,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:58,797 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:58,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:58,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:58,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:58,817 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:58,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:58,823 [main] Physical connection got
DEBUG 2026-05-09 02:50:58,823 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:58,824 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:58,824 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:58,865 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:58,870 [main] Physical connection closed
DEBUG 2026-05-09 02:50:58,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:58,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:58,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:58,882 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:58,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:58,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:58,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:58,895 [main] Physical connection got
DEBUG 2026-05-09 02:50:58,895 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:58,895 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:58,895 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:58,928 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:58,933 [main] Physical connection closed
DEBUG 2026-05-09 02:50:58,935 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:58,935 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:58,938 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,940 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:58,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:58,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:58,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:58,953 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,954 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:58,957 [main] Physical connection got
DEBUG 2026-05-09 02:50:58,957 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:58,957 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:58,957 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:58,988 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:58,993 [main] Physical connection closed
DEBUG 2026-05-09 02:50:58,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:58,995 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:58,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:58,999 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,016 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,016 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,017 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,017 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,048 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2026-05-09 02:50:59,052 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,054 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,056 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,058 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,062 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,062 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,072 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,075 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,075 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,075 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,075 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,107 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,112 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,131 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,131 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,134 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,135 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,135 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,135 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,171 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,175 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,177 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,185 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,193 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,196 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,196 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,197 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,197 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,226 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,231 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,232 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,233 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,235 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,237 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,241 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,241 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,247 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,249 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,250 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,254 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778262659254/0, BranchId=]
DEBUG 2026-05-09 02:50:59,256 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,257 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/0, BranchId=]
DEBUG 2026-05-09 02:50:59,257 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/0, BranchId=]
DEBUG 2026-05-09 02:50:59,257 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/0, BranchId=]
DEBUG 2026-05-09 02:50:59,287 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/0, BranchId=]
DEBUG 2026-05-09 02:50:59,309 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/0, BranchId=]
DEBUG 2026-05-09 02:50:59,311 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-09 02.50.59', 99, 'hoge', 0)
DEBUG 2026-05-09 02:50:59,317 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/0, BranchId=]
DEBUG 2026-05-09 02:50:59,317 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778262659254/0, BranchId=]
DEBUG 2026-05-09 02:50:59,318 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,336 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,339 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778262659254/1, BranchId=]
DEBUG 2026-05-09 02:50:59,339 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,339 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/1, BranchId=]
DEBUG 2026-05-09 02:50:59,339 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/1, BranchId=]
DEBUG 2026-05-09 02:50:59,340 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/1, BranchId=]
DEBUG 2026-05-09 02:50:59,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/1, BranchId=]
DEBUG 2026-05-09 02:50:59,377 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/1, BranchId=]
DEBUG 2026-05-09 02:50:59,378 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-09 02:50:59,385 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/1, BranchId=]
DEBUG 2026-05-09 02:50:59,385 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/1, BranchId=]
DEBUG 2026-05-09 02:50:59,385 [main] UPDATE EMP SET tstamp = '2026-05-09 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-09 02:50:59,386 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/1, BranchId=]
DEBUG 2026-05-09 02:50:59,386 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778262659254/1, BranchId=]
DEBUG 2026-05-09 02:50:59,386 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,391 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,396 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,396 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,403 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,404 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,405 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,407 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778262659254/2, BranchId=]
DEBUG 2026-05-09 02:50:59,408 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,408 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/2, BranchId=]
DEBUG 2026-05-09 02:50:59,408 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/2, BranchId=]
DEBUG 2026-05-09 02:50:59,408 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/2, BranchId=]
DEBUG 2026-05-09 02:50:59,434 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/2, BranchId=]
DEBUG 2026-05-09 02:50:59,450 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/2, BranchId=]
DEBUG 2026-05-09 02:50:59,450 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-09 02:50:59,453 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/2, BranchId=]
DEBUG 2026-05-09 02:50:59,453 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/2, BranchId=]
DEBUG 2026-05-09 02:50:59,453 [main] UPDATE EMP SET tstamp = '2026-05-09 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2026-05-09 02:50:59,454 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/2, BranchId=]
DEBUG 2026-05-09 02:50:59,454 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778262659254/2, BranchId=]
DEBUG 2026-05-09 02:50:59,454 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,464 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,473 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,476 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778262659254/3, BranchId=]
DEBUG 2026-05-09 02:50:59,476 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,477 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/3, BranchId=]
DEBUG 2026-05-09 02:50:59,477 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/3, BranchId=]
DEBUG 2026-05-09 02:50:59,477 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/3, BranchId=]
DEBUG 2026-05-09 02:50:59,502 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/3, BranchId=]
DEBUG 2026-05-09 02:50:59,512 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/3, BranchId=]
DEBUG 2026-05-09 02:50:59,512 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-09 02:50:59,514 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/3, BranchId=]
DEBUG 2026-05-09 02:50:59,515 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/3, BranchId=]
DEBUG 2026-05-09 02:50:59,515 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-09 02:50:59,515 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/3, BranchId=]
DEBUG 2026-05-09 02:50:59,515 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778262659254/3, BranchId=]
DEBUG 2026-05-09 02:50:59,516 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,518 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,520 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,526 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,534 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,538 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,538 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,538 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,538 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,563 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2026-05-09 02:50:59,565 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,593 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,593 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,594 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,594 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,618 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2026-05-09 02:50:59,626 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,627 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,628 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,630 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,636 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,647 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,647 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,647 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,647 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,670 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,677 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,679 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,683 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,697 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,697 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,698 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,698 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,727 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,734 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,736 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,740 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,744 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,752 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,752 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,754 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,755 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,755 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,755 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,777 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,786 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,787 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,788 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,802 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,804 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,806 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,806 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,806 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,806 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,828 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,836 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,836 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-09 02:50:59,843 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-05-09 02:50:59,845 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,846 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,854 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,855 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,861 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,863 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,865 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,866 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,866 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,866 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,889 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,896 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,896 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-09 02:50:59,900 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-05-09 02:50:59,901 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,920 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,922 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,922 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,922 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,922 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,945 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,960 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,960 [main] select * from emp
DEBUG 2026-05-09 02:50:59,963 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-09 02:50:59,964 [main] Physical connection closed
DEBUG 2026-05-09 02:50:59,965 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:50:59,966 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,973 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:50:59,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,980 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:50:59,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:50:59,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:50:59,984 [main] Physical connection got
DEBUG 2026-05-09 02:50:59,984 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:50:59,984 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:50:59,984 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,005 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,013 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,013 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-05-09 02:51:00,016 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-05-09 02:51:00,018 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,019 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,022 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,027 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,027 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,035 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,037 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,038 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,038 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,038 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,059 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2026-05-09 02:51:00,066 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,068 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,076 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,083 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,084 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,086 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,086 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,086 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,086 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,107 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,115 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,115 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-09 02:51:00,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 2026-05-09 02:51:00,119 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,135 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,137 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,139 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,140 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,140 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,140 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,160 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,168 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,169 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-09 02:51:00,173 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-09 02:51:00,174 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,176 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,178 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,192 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,194 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,194 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,194 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,195 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,215 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,223 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,224 [main] select * from emp
DEBUG 2026-05-09 02:51:00,225 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-09 02:51:00,226 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,227 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,228 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,241 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,243 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,245 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,245 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,246 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,246 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,269 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,279 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,279 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-05-09 02:51:00,281 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-09 02:51:00,282 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,284 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,285 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,293 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,293 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,302 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,305 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,305 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,305 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,305 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,331 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,342 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,342 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-09 02:51:00,346 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-09 02:51:00,346 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,355 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,372 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,376 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,376 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,376 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,376 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,407 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,419 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,419 [main] select count(*) from emp
DEBUG 2026-05-09 02:51:00,421 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,421 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,424 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,431 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,435 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,435 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,458 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,458 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,459 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,459 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,486 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,499 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,499 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-09 02:51:00,501 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2026-05-09 02:51:00,501 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,503 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,522 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,523 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,526 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,526 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,526 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,526 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,552 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,561 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,562 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-09 02:51:00,562 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2026-05-09 02:51:00,563 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,565 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,569 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,582 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,582 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,583 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,583 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,603 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,610 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,610 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-09 02:51:00,610 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2026-05-09 02:51:00,611 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,612 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,615 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,620 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,629 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,630 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,649 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,656 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,656 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-09 02:51:00,657 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1d716fa0
DEBUG 2026-05-09 02:51:00,657 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,674 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,676 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,676 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,676 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,676 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,695 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,702 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,702 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2026-05-09 02:51:00,704 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2026-05-09 02:51:00,705 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,706 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,708 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,720 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,722 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,723 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,723 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,723 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,742 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2026-05-09 02:51:00,749 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,749 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2026-05-09 02:51:00,753 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-05-09 02:51:00,753 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,754 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,769 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,771 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,771 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,771 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,771 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,790 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,794 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,794 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-09 02:51:00,795 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,795 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,797 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,799 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,803 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,804 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,810 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,810 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,812 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,813 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,813 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,813 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,833 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,836 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,836 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-09 02:51:00,836 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,836 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,838 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,845 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,845 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,850 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,855 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,855 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,855 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,855 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,868 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,869 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,869 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2026-05-09 02:51:00,870 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-05-09 02:51:00,871 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,872 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,879 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,879 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,884 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,886 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,888 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,888 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,888 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,889 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,912 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,912 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,913 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-05-09 02:51:00,913 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-05-09 02:51:00,914 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,916 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,917 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,919 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,922 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,929 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,931 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778262659254/4, BranchId=]
DEBUG 2026-05-09 02:51:00,931 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,932 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/4, BranchId=]
DEBUG 2026-05-09 02:51:00,932 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/4, BranchId=]
DEBUG 2026-05-09 02:51:00,932 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/4, BranchId=]
DEBUG 2026-05-09 02:51:00,951 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/4, BranchId=]
DEBUG 2026-05-09 02:51:00,957 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/4, BranchId=]
DEBUG 2026-05-09 02:51:00,958 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-09 02.51.00', 9999, 'test', 50)
DEBUG 2026-05-09 02:51:00,958 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/4, BranchId=]
DEBUG 2026-05-09 02:51:00,958 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/4, BranchId=]
DEBUG 2026-05-09 02:51:00,958 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2026-05-09 02:51:00,960 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-09 02:51:00,960 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/4, BranchId=]
DEBUG 2026-05-09 02:51:00,961 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2026-05-09 02:51:00,961 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-05-09 02:51:00.958 {50, null, null, 0}
DEBUG 2026-05-09 02:51:00,962 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778262659254/4, BranchId=]
DEBUG 2026-05-09 02:51:00,962 [main] Physical connection closed
DEBUG 2026-05-09 02:51:00,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:00,964 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:00,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:00,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:00,977 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:00,979 [main] Physical connection got
DEBUG 2026-05-09 02:51:00,979 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,979 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:00,980 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:00,998 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,004 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,005 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,006 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,008 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,022 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,022 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,022 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,022 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,041 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2026-05-09 02:51:01,049 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,049 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-09 02:51:01,052 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,052 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,053 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,060 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,060 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,069 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,069 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,069 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,070 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,088 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2026-05-09 02:51:01,097 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,097 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2026-05-09 02:51:01,098 [main] Logical connection closed, tx=null
[]
DEBUG 2026-05-09 02:51:01,098 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,099 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,100 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,107 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,112 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,113 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,114 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,116 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,116 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,117 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,117 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,134 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2026-05-09 02:51:01,140 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,140 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2026-05-09 02:51:01,141 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-05-09 02:51:01,142 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,143 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,150 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,150 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,157 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,158 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,158 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,159 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,159 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,176 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2026-05-09 02:51:01,179 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,180 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,193 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,196 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,196 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,196 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,196 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,214 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-05-09 02:51:01,221 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,221 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-09 02:51:01,223 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,223 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,240 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,240 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,240 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,241 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,258 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-05-09 02:51:01,264 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,264 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2026-05-09 02:51:01,265 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,265 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,267 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,269 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,274 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,283 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,283 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,283 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,283 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,303 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-09 02:51:01,304 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,305 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2026-05-09 02:51:01,307 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2026-05-09 02:51:01,307 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,308 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,309 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,311 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,313 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,317 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,317 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,324 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,325 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,328 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,328 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,328 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,328 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,347 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-09 02:51:01,348 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,365 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,365 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,366 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,366 [main] Logical connection got, tx=null
WARN 2026-05-09 02:51:01,370 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-05-09 02:51:01,376 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-05-09 02:51:01,377 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,377 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-05-09 02:51:01,380 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-05-09 02:51:01,380 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,397 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,399 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,400 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,400 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,400 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,422 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-09 02:51:01,430 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,431 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,432 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,446 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,448 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,450 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,450 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,451 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,451 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,477 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2026-05-09 02:51:01,481 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,481 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-09 02:51:01,482 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,482 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,483 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2026-05-09 02:51:01,483 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,483 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,494 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,519 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,521 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,522 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,524 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,524 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,546 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2026-05-09 02:51:01,550 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,550 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-09 02:51:01,559 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,559 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,559 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2026-05-09 02:51:01,560 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,560 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,560 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2026-05-09 02:51:01,563 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,563 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,563 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2026-05-09 02:51:01,564 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,564 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,564 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2026-05-09 02:51:01,565 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,565 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,584 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778262659254/5, BranchId=]
DEBUG 2026-05-09 02:51:01,585 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,586 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/5, BranchId=]
DEBUG 2026-05-09 02:51:01,586 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/5, BranchId=]
DEBUG 2026-05-09 02:51:01,586 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/5, BranchId=]
DEBUG 2026-05-09 02:51:01,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-05-09 02:51:01,612 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/5, BranchId=]
DEBUG 2026-05-09 02:51:01,612 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-09 02:51:01,612 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/5, BranchId=]
DEBUG 2026-05-09 02:51:01,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/5, BranchId=]
DEBUG 2026-05-09 02:51:01,613 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-05-09 02:51:01,613 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/5, BranchId=]
DEBUG 2026-05-09 02:51:01,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778262659254/5, BranchId=]
DEBUG 2026-05-09 02:51:01,613 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-09 02:51:01,613 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778262659254/5, BranchId=]
DEBUG 2026-05-09 02:51:01,614 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778262659254/5, BranchId=]
DEBUG 2026-05-09 02:51:01,614 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,616 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,618 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,620 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,623 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,623 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,630 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,630 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,633 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,633 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,633 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,633 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,657 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,661 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,663 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,697 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,698 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,698 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,698 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,721 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,726 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,727 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,745 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,745 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,747 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,747 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,755 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-05-09 02:51:01,757 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,766 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,771 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,773 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,775 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,775 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,775 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,776 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,783 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-05-09 02:51:01,785 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,787 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,807 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,809 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,809 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,809 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,809 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,827 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2026-05-09 02:51:01,829 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,830 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,831 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,846 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,846 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,846 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,846 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,852 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2026-05-09 02:51:01,854 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,858 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,867 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,869 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,869 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,869 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,869 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,892 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,892 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,893 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-09 02:51:01,896 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,896 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,908 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,909 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,910 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,912 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,912 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,912 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,913 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,929 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,930 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,933 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,948 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,948 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,950 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,950 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,950 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,951 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,967 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-09 02:51:01,968 [main] Physical connection closed
DEBUG 2026-05-09 02:51:01,969 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:01,970 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:01,976 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,980 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:01,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:01,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-09 02:51:01,984 [main] Physical connection got
DEBUG 2026-05-09 02:51:01,984 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:01,984 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:01,984 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,007 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-09 02:51:02,008 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.467 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.015 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.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-05-09 02:51:02,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,066 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,070 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,082 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,085 [main] Physical connection got
DEBUG 2026-05-09 02:51:02,085 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,089 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,092 [main] Physical connection closed
DEBUG 2026-05-09 02:51:02,093 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,095 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,099 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,104 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,109 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,110 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,113 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,116 [main] Physical connection got
DEBUG 2026-05-09 02:51:02,116 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,120 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,121 [main] Physical connection closed
DEBUG 2026-05-09 02:51:02,122 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,123 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,124 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,126 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,133 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,137 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,140 [main] Physical connection got
DEBUG 2026-05-09 02:51:02,140 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,144 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,144 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-05-09 02:51:02,148 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,158 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,160 [main] Physical connection got
DEBUG 2026-05-09 02:51:02,160 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,161 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,161 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-05-09 02:51:02,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,167 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,170 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,170 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,174 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,175 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,177 [main] Physical connection got
DEBUG 2026-05-09 02:51:02,177 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,196 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,204 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2026-05-09 02:51:02,210 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,210 [main] Physical connection closed
DEBUG 2026-05-09 02:51:02,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,223 [main] Physical connection got
DEBUG 2026-05-09 02:51:02,223 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,241 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,241 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,241 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,241 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,254 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,282 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,283 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-09 02:51:02,292 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,293 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-05-09 02:51:02,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,330 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,337 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,337 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,345 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,357 [main] Physical connection got
DEBUG 2026-05-09 02:51:02,357 [main] Logical connection got, tx=null
WARN 2026-05-09 02:51:02,359 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-09 02:51:02,360 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-09 02:51:02,360 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,361 [main] Physical connection closed
DEBUG 2026-05-09 02:51:02,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,362 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,368 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,374 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,375 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,378 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,381 [main] Physical connection got
DEBUG 2026-05-09 02:51:02,381 [main] Logical connection got, tx=null
WARN 2026-05-09 02:51:02,383 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-09 02:51:02,384 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-09 02:51:02,384 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,386 [main] Physical connection closed
DEBUG 2026-05-09 02:51:02,386 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,387 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,397 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,401 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,405 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-09 02:51:02,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,408 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,416 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,419 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-05-09 02:51:02,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,436 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,438 [main] Physical connection got
DEBUG 2026-05-09 02:51:02,438 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,441 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,441 [main] Physical connection closed
DEBUG 2026-05-09 02:51:02,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,442 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,444 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,446 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,446 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,451 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,452 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,453 [main] Physical connection got
DEBUG 2026-05-09 02:51:02,453 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,454 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,455 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-05-09 02:51:02,458 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-09 02:51:02,458 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,460 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-09 02:51:02,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-09 02:51:02,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-09 02:51:02,469 [main] Physical connection got
DEBUG 2026-05-09 02:51:02,469 [main] Logical connection got, tx=null
DEBUG 2026-05-09 02:51:02,470 [main] Logical connection closed, tx=null
DEBUG 2026-05-09 02:51:02,470 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.335s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.949s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.640s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.552s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sat May 09 02:51:02 JST 2026
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS