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-24 02:50:55,962 [main] Logical connection closed
updatedRows:1
DEBUG 2026-05-24 02:50:55,963 [main] Logical connection got
DEBUG 2026-05-24 02:50:55,964 [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-24 02:50:55,966 [main] Logical connection closed
DEBUG 2026-05-24 02:50:55,966 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-05-24 02:50:55,998 [main] Physical connection got
DEBUG 2026-05-24 02:50:55,998 [main] Logical connection got
DEBUG 2026-05-24 02:50:55,999 [main] Logical connection closed
DEBUG 2026-05-24 02:50:55,999 [main] Logical connection got
DEBUG 2026-05-24 02:50:56,009 [main] Logical connection closed
DEBUG 2026-05-24 02:50:56,010 [main] Logical connection got
DEBUG 2026-05-24 02:50:56,010 [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-24 02:50:56,012 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-24 02:50:55.816 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-24 02:50:56,012 [main] Logical connection got
DEBUG 2026-05-24 02:50:56,012 [main] Logical connection closed
DEBUG 2026-05-24 02:50:56,012 [main] Logical connection got
DEBUG 2026-05-24 02:50:56,016 [main] Logical connection closed
DEBUG 2026-05-24 02:50:56,017 [main] Logical connection got
DEBUG 2026-05-24 02:50:56,017 [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-24 02:50:56,018 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-24 02:50:55.816 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-24 02:50:56,018 [main] Logical connection got
DEBUG 2026-05-24 02:50:56,019 [main] UPDATE EMP SET tstamp = '2026-05-24 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-24 02.50.55'
DEBUG 2026-05-24 02:50:56,019 [main] Logical connection closed
DEBUG 2026-05-24 02:50:56,019 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 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.115 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-05-24 02:50:57,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:57,167 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-24 02:50:57,196 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,223 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:57,268 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:57,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,297 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-24 02:50:57,452 [main] Physical connection got
DEBUG 2026-05-24 02:50:57,453 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:57,529 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:57,534 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-05-24 02:50:57,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:57,547 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:57,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,552 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:57,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:57,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:57,586 [main] Physical connection got
DEBUG 2026-05-24 02:50:57,586 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:57,586 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:57,586 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:57,690 [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-24 02:50:57,696 [main] Physical connection closed
DEBUG 2026-05-24 02:50:57,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:57,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:57,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:57,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:57,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:57,725 [main] Physical connection got
DEBUG 2026-05-24 02:50:57,725 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:57,725 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:57,725 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:57,762 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:57,784 [main] Physical connection closed
DEBUG 2026-05-24 02:50:57,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:57,786 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:57,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,796 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:57,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:57,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:57,812 [main] Physical connection got
DEBUG 2026-05-24 02:50:57,812 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:57,813 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:57,813 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:57,854 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:57,859 [main] Physical connection closed
DEBUG 2026-05-24 02:50:57,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:57,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:57,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,867 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:57,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:57,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:57,887 [main] Physical connection got
DEBUG 2026-05-24 02:50:57,887 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:57,888 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:57,888 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:57,921 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:57,926 [main] Physical connection closed
DEBUG 2026-05-24 02:50:57,927 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:57,928 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:57,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,937 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,937 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:57,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:57,946 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,947 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:57,949 [main] Physical connection got
DEBUG 2026-05-24 02:50:57,949 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:57,950 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:57,950 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:57,980 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:57,984 [main] Physical connection closed
DEBUG 2026-05-24 02:50:57,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:57,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:57,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:57,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:57,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,004 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,007 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,007 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,007 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,008 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,038 [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-24 02:50:58,041 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,043 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,052 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,064 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,064 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,064 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,064 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,095 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,099 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,103 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,105 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,109 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,116 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,121 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,121 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,122 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,122 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,154 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,159 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,176 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,178 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,180 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,181 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,181 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,181 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,209 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,213 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,215 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,215 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,217 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,219 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,223 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,237 [main] Transaction began, tx=[FormatId=4360, GlobalId=1779558658237/0, BranchId=]
DEBUG 2026-05-24 02:50:58,239 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,240 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/0, BranchId=]
DEBUG 2026-05-24 02:50:58,240 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/0, BranchId=]
DEBUG 2026-05-24 02:50:58,240 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/0, BranchId=]
DEBUG 2026-05-24 02:50:58,268 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/0, BranchId=]
DEBUG 2026-05-24 02:50:58,287 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/0, BranchId=]
DEBUG 2026-05-24 02:50:58,290 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-24 02.50.58', 99, 'hoge', 0)
DEBUG 2026-05-24 02:50:58,295 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/0, BranchId=]
DEBUG 2026-05-24 02:50:58,295 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1779558658237/0, BranchId=]
DEBUG 2026-05-24 02:50:58,296 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,317 [main] Transaction began, tx=[FormatId=4360, GlobalId=1779558658237/1, BranchId=]
DEBUG 2026-05-24 02:50:58,317 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,317 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/1, BranchId=]
DEBUG 2026-05-24 02:50:58,318 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/1, BranchId=]
DEBUG 2026-05-24 02:50:58,318 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/1, BranchId=]
DEBUG 2026-05-24 02:50:58,343 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/1, BranchId=]
DEBUG 2026-05-24 02:50:58,353 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/1, BranchId=]
DEBUG 2026-05-24 02:50:58,353 [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-24 02:50:58,360 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/1, BranchId=]
DEBUG 2026-05-24 02:50:58,360 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/1, BranchId=]
DEBUG 2026-05-24 02:50:58,361 [main] UPDATE EMP SET tstamp = '2026-05-24 02.50.58', 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-24 02:50:58,361 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/1, BranchId=]
DEBUG 2026-05-24 02:50:58,362 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1779558658237/1, BranchId=]
DEBUG 2026-05-24 02:50:58,362 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,363 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,364 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,372 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,372 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,378 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,380 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,380 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,383 [main] Transaction began, tx=[FormatId=4360, GlobalId=1779558658237/2, BranchId=]
DEBUG 2026-05-24 02:50:58,383 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,383 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/2, BranchId=]
DEBUG 2026-05-24 02:50:58,383 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/2, BranchId=]
DEBUG 2026-05-24 02:50:58,384 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/2, BranchId=]
DEBUG 2026-05-24 02:50:58,408 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/2, BranchId=]
DEBUG 2026-05-24 02:50:58,417 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/2, BranchId=]
DEBUG 2026-05-24 02:50:58,417 [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-24 02:50:58,419 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/2, BranchId=]
DEBUG 2026-05-24 02:50:58,419 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/2, BranchId=]
DEBUG 2026-05-24 02:50:58,419 [main] UPDATE EMP SET tstamp = '2026-05-24 02.50.58', 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-24 02:50:58,420 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/2, BranchId=]
DEBUG 2026-05-24 02:50:58,420 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1779558658237/2, BranchId=]
DEBUG 2026-05-24 02:50:58,420 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,427 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,429 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,431 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,434 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,435 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,441 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,446 [main] Transaction began, tx=[FormatId=4360, GlobalId=1779558658237/3, BranchId=]
DEBUG 2026-05-24 02:50:58,446 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,446 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/3, BranchId=]
DEBUG 2026-05-24 02:50:58,446 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/3, BranchId=]
DEBUG 2026-05-24 02:50:58,447 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/3, BranchId=]
DEBUG 2026-05-24 02:50:58,471 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/3, BranchId=]
DEBUG 2026-05-24 02:50:58,480 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/3, BranchId=]
DEBUG 2026-05-24 02:50:58,480 [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-24 02:50:58,482 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/3, BranchId=]
DEBUG 2026-05-24 02:50:58,482 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/3, BranchId=]
DEBUG 2026-05-24 02:50:58,482 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-24 02:50:58,483 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/3, BranchId=]
DEBUG 2026-05-24 02:50:58,483 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1779558658237/3, BranchId=]
DEBUG 2026-05-24 02:50:58,483 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,493 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,500 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,501 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,502 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,505 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,506 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,506 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,506 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,530 [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-24 02:50:58,532 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,534 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,550 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,560 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,560 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,561 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,561 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,584 [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-24 02:50:58,592 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,593 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,594 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,598 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,609 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,610 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,613 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,613 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,614 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,614 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,637 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,644 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,646 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,665 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,665 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,665 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,665 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,691 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,699 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,700 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,708 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,716 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,718 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,718 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,718 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,718 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,740 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,748 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,750 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,763 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,764 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,765 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,767 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,767 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,767 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,767 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,789 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,796 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,797 [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-24 02:50:58,803 [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-24 02:50:58,805 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,807 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,809 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,811 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,814 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,822 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,824 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,825 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,825 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,825 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,846 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,854 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,854 [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-24 02:50:58,858 [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-24 02:50:58,859 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,861 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,865 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,868 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,868 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,878 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,878 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,879 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,879 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,901 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,913 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,913 [main] select * from emp
DEBUG 2026-05-24 02:50:58,916 [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-24 02:50:58,917 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,919 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,921 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,934 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,936 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,936 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,937 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,937 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,959 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,967 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,967 [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-24 02:50:58,970 [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-24 02:50:58,972 [main] Physical connection closed
DEBUG 2026-05-24 02:50:58,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:58,973 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,975 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:58,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:58,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:58,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:58,991 [main] Physical connection got
DEBUG 2026-05-24 02:50:58,991 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:58,992 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:58,992 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,014 [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-24 02:50:59,022 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,023 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,024 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,032 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,040 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,042 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,042 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,043 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,043 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,063 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,072 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,073 [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-24 02:50:59,075 [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-24 02:50:59,076 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,078 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,095 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,095 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,095 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,095 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,115 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,123 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,123 [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-24 02:50:59,133 [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-24 02:50:59,134 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,138 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,140 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,143 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,143 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,149 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,150 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,151 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,153 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,153 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,153 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,153 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,173 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,180 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,180 [main] select * from emp
DEBUG 2026-05-24 02:50:59,182 [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-24 02:50:59,183 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,184 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,186 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,191 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,198 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,200 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,200 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,200 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,200 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,219 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,226 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,226 [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-24 02:50:59,228 [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-24 02:50:59,229 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,230 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,231 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,233 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,234 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,238 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,238 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,247 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,247 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,247 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,247 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,266 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,273 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,273 [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-24 02:50:59,274 [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-24 02:50:59,275 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,288 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,290 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,292 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,292 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,292 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,292 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,310 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,317 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,318 [main] select count(*) from emp
DEBUG 2026-05-24 02:50:59,319 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,319 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,320 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,338 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,339 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,341 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,341 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,341 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,341 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,360 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,368 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,368 [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-24 02:50:59,369 [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-24 02:50:59,369 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,371 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,373 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,377 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,384 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,384 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,386 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,387 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,387 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,387 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,405 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,413 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,413 [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-24 02:50:59,414 [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-24 02:50:59,414 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,419 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,429 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,430 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,432 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,432 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,432 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,432 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,450 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,457 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,457 [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-24 02:50:59,458 [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-24 02:50:59,458 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,459 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,460 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,462 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,473 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,475 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,475 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,475 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,475 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,494 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,502 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,503 [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-24 02:50:59,503 [main] Logical connection closed, tx=null
[Ljava.util.Map;@52158cc6
DEBUG 2026-05-24 02:50:59,504 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,519 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,521 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,521 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,521 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,521 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,540 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,546 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,546 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2026-05-24 02:50:59,548 [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-24 02:50:59,549 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,554 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,557 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,557 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,562 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,563 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,563 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,565 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,565 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,565 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,565 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,583 [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-24 02:50:59,592 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,592 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2026-05-24 02:50:59,596 [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-24 02:50:59,596 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,613 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,614 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,614 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,614 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,632 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,635 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,635 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-24 02:50:59,636 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,636 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,637 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,637 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,644 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,644 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,650 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,653 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,653 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,653 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,653 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,671 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,674 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,674 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-24 02:50:59,674 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,674 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,676 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,688 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,689 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,692 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,692 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,692 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,692 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,705 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,705 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,706 [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-24 02:50:59,707 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-05-24 02:50:59,707 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,709 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,717 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,722 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,724 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,725 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,726 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,726 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,726 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,738 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,738 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,738 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-05-24 02:50:59,739 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-05-24 02:50:59,740 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,741 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,741 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,743 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,745 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,748 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,754 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,756 [main] Transaction began, tx=[FormatId=4360, GlobalId=1779558658237/4, BranchId=]
DEBUG 2026-05-24 02:50:59,756 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,756 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/4, BranchId=]
DEBUG 2026-05-24 02:50:59,757 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/4, BranchId=]
DEBUG 2026-05-24 02:50:59,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/4, BranchId=]
DEBUG 2026-05-24 02:50:59,773 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/4, BranchId=]
DEBUG 2026-05-24 02:50:59,780 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/4, BranchId=]
DEBUG 2026-05-24 02:50:59,780 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-24 02.50.59', 9999, 'test', 50)
DEBUG 2026-05-24 02:50:59,781 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/4, BranchId=]
DEBUG 2026-05-24 02:50:59,781 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/4, BranchId=]
DEBUG 2026-05-24 02:50:59,781 [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-24 02:50:59,783 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/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-24 02:50:59,783 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/4, BranchId=]
DEBUG 2026-05-24 02:50:59,783 [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-24 02:50:59,784 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-05-24 02:50:59.78 {50, null, null, 0}
DEBUG 2026-05-24 02:50:59,784 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1779558658237/4, BranchId=]
DEBUG 2026-05-24 02:50:59,784 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,786 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,801 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,801 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,801 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,801 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,817 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,823 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,826 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,828 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,831 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,831 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,837 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,839 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,839 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,840 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,840 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,856 [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-24 02:50:59,864 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,864 [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-24 02:50:59,866 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,866 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,868 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,870 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,887 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,889 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,889 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,889 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,890 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,906 [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-24 02:50:59,914 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,914 [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-24 02:50:59,915 [main] Logical connection closed, tx=null
[]
DEBUG 2026-05-24 02:50:59,915 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,923 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,929 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,932 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,932 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,932 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,932 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,948 [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-24 02:50:59,953 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,953 [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-24 02:50:59,955 [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-24 02:50:59,955 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,963 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,963 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,968 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:50:59,969 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,969 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,971 [main] Physical connection got
DEBUG 2026-05-24 02:50:59,971 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,972 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:50:59,972 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:50:59,987 [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-24 02:50:59,990 [main] Physical connection closed
DEBUG 2026-05-24 02:50:59,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:50:59,992 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:50:59,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:50:59,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:50:59,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,004 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,006 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,006 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,006 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,006 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,024 [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-24 02:51:00,031 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,031 [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-24 02:51:00,033 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,034 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,042 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,047 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,050 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,050 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,050 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,050 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,066 [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-24 02:51:00,074 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,074 [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-24 02:51:00,075 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,075 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,077 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,083 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,083 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,089 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,091 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,091 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,092 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,092 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,109 [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-24 02:51:00,110 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,110 [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-24 02:51:00,112 [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-24 02:51:00,112 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,117 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,125 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,128 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,128 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,128 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,129 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,144 [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-24 02:51:00,144 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,145 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,146 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,175 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,175 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,178 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,178 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,178 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,178 [main] Logical connection got, tx=null
WARN 2026-05-24 02:51:00,189 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-05-24 02:51:00,199 [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-24 02:51:00,200 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,200 [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-24 02:51:00,202 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-05-24 02:51:00,202 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,204 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,218 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,218 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,218 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,218 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,236 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-24 02:51:00,242 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,243 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,244 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,245 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,247 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,250 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,255 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,256 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,256 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,258 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,258 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,258 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,259 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,276 [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-24 02:51:00,280 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,280 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-24 02:51:00,281 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,281 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,281 [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-24 02:51:00,282 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,282 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,284 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,290 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,296 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,298 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,298 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,298 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,298 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,316 [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-24 02:51:00,318 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,319 [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-24 02:51:00,321 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,322 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,322 [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-24 02:51:00,322 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,323 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,323 [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-24 02:51:00,324 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,325 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,325 [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-24 02:51:00,325 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,326 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,326 [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-24 02:51:00,326 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,327 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,328 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,330 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,332 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,334 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,335 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,340 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,341 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,341 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,343 [main] Transaction began, tx=[FormatId=4360, GlobalId=1779558658237/5, BranchId=]
DEBUG 2026-05-24 02:51:00,343 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,343 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/5, BranchId=]
DEBUG 2026-05-24 02:51:00,344 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/5, BranchId=]
DEBUG 2026-05-24 02:51:00,344 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/5, BranchId=]
DEBUG 2026-05-24 02:51:00,360 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-05-24 02:51:00,361 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/5, BranchId=]
DEBUG 2026-05-24 02:51:00,361 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-24 02:51:00,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/5, BranchId=]
DEBUG 2026-05-24 02:51:00,362 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/5, BranchId=]
DEBUG 2026-05-24 02:51:00,362 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-05-24 02:51:00,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/5, BranchId=]
DEBUG 2026-05-24 02:51:00,362 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1779558658237/5, BranchId=]
DEBUG 2026-05-24 02:51:00,362 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-24 02:51:00,363 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1779558658237/5, BranchId=]
DEBUG 2026-05-24 02:51:00,363 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1779558658237/5, BranchId=]
DEBUG 2026-05-24 02:51:00,363 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,365 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,371 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,376 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,376 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,379 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,379 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,379 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,379 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,396 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,400 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,401 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,403 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,405 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,413 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,415 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,416 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,416 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,416 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,432 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,437 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,438 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,449 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,450 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,453 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,453 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,453 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,453 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,459 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-05-24 02:51:00,461 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,462 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,472 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,479 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,480 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,481 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,481 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,481 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,487 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-05-24 02:51:00,501 [main] Physical connection closed
DEBUG 2026-05-24 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-24 02:51:00,502 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,516 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,516 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,517 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,517 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,523 [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-24 02:51:00,524 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,532 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,536 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,538 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,539 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,539 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,540 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,540 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,546 [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-24 02:51:00,547 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,548 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,549 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,552 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,560 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,562 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,562 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,563 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,563 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,579 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,580 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,580 [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-24 02:51:00,583 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,583 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,585 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,587 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,588 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,599 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,599 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,599 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,599 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,616 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,616 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,618 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,624 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,624 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,629 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,630 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,632 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,632 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,632 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,632 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,649 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-24 02:51:00,650 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,651 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,657 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,663 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-24 02:51:00,665 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,665 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,665 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,665 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,681 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-24 02:51:00,682 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.146 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-05-24 02:51:00,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,729 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-24 02:51:00,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,745 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-24 02:51:00,747 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,748 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,752 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,754 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,756 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-24 02:51:00,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,770 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-24 02:51:00,772 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,772 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,776 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,777 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,778 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-24 02:51:00,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,792 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-24 02:51:00,795 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,795 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,799 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,799 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-05-24 02:51:00,803 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,817 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,820 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,820 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,821 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,821 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-05-24 02:51:00,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,836 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,836 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,852 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,852 [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-24 02:51:00,856 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,856 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,868 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,868 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,884 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,884 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,884 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,884 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,912 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,917 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:00,917 [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-24 02:51:00,919 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,919 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-05-24 02:51:00,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,937 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-24 02:51:00,939 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,941 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,943 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,952 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-24 02:51:00,964 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,964 [main] Logical connection got, tx=null
WARN 2026-05-24 02:51:00,966 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-24 02:51:00,967 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-24 02:51:00,968 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,968 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,969 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,969 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-24 02:51:00,971 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,975 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:00,976 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,980 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:00,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:00,984 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-24 02:51:00,987 [main] Physical connection got
DEBUG 2026-05-24 02:51:00,987 [main] Logical connection got, tx=null
WARN 2026-05-24 02:51:00,989 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-24 02:51:00,990 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-24 02:51:00,990 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:00,990 [main] Physical connection closed
DEBUG 2026-05-24 02:51:00,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:00,992 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-24 02:51:00,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:01,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:01,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:01,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:01,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:01,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:01,015 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-24 02:51:01,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:01,019 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-24 02:51:01,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:01,022 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:01,025 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:01,025 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:01,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:01,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:01,032 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-05-24 02:51:01,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:01,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:01,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:01,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:01,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:01,047 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:01,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:01,050 [main] Physical connection got
DEBUG 2026-05-24 02:51:01,050 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:01,051 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:01,051 [main] Physical connection closed
DEBUG 2026-05-24 02:51:01,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:01,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:01,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:01,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:01,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:01,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:01,061 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:01,063 [main] Physical connection got
DEBUG 2026-05-24 02:51:01,063 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:01,064 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:01,064 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-05-24 02:51:01,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-24 02:51:01,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:01,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-24 02:51:01,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-24 02:51:01,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:01,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-24 02:51:01,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-24 02:51:01,078 [main] Physical connection got
DEBUG 2026-05-24 02:51:01,078 [main] Logical connection got, tx=null
DEBUG 2026-05-24 02:51:01,078 [main] Logical connection closed, tx=null
DEBUG 2026-05-24 02:51:01,079 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.295s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.258s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.526s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.076s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Sun May 24 02:51:01 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