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-12 02:54:50,987 [main] Logical connection closed
updatedRows:1
DEBUG 2026-05-12 02:54:50,988 [main] Logical connection got
DEBUG 2026-05-12 02:54:50,988 [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-12 02:54:50,992 [main] Logical connection closed
DEBUG 2026-05-12 02:54:50,992 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-05-12 02:54:51,025 [main] Physical connection got
DEBUG 2026-05-12 02:54:51,025 [main] Logical connection got
DEBUG 2026-05-12 02:54:51,025 [main] Logical connection closed
DEBUG 2026-05-12 02:54:51,025 [main] Logical connection got
DEBUG 2026-05-12 02:54:51,037 [main] Logical connection closed
DEBUG 2026-05-12 02:54:51,037 [main] Logical connection got
DEBUG 2026-05-12 02:54:51,037 [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-12 02:54:51,039 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-12 02:54:50.836 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-12 02:54:51,039 [main] Logical connection got
DEBUG 2026-05-12 02:54:51,040 [main] Logical connection closed
DEBUG 2026-05-12 02:54:51,040 [main] Logical connection got
DEBUG 2026-05-12 02:54:51,043 [main] Logical connection closed
DEBUG 2026-05-12 02:54:51,045 [main] Logical connection got
DEBUG 2026-05-12 02:54:51,045 [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-12 02:54:51,046 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-12 02:54:50.836 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-12 02:54:51,046 [main] Logical connection got
DEBUG 2026-05-12 02:54:51,047 [main] UPDATE EMP SET tstamp = '2026-05-12 02.54.51', 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-12 02.54.50'
DEBUG 2026-05-12 02:54:51,047 [main] Logical connection closed
DEBUG 2026-05-12 02:54:51,048 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/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-snapshot/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-snapshot/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-snapshot/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-snapshot/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-12 02:54:52,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:52,316 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-12 02:54:52,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:52,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:52,372 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:52,372 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:52,414 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:52,420 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:52,441 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-12 02:54:52,592 [main] Physical connection got
DEBUG 2026-05-12 02:54:52,592 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:52,665 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:52,670 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-05-12 02:54:52,678 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:52,679 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:52,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:52,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:52,691 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:52,691 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:52,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:52,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:52,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:52,718 [main] Physical connection got
DEBUG 2026-05-12 02:54:52,718 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:52,718 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:52,719 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:52,822 [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-12 02:54:52,827 [main] Physical connection closed
DEBUG 2026-05-12 02:54:52,828 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:52,829 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:52,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:52,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:52,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:52,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:52,848 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:52,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:52,851 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:52,856 [main] Physical connection got
DEBUG 2026-05-12 02:54:52,856 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:52,856 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:52,856 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:52,893 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:52,915 [main] Physical connection closed
DEBUG 2026-05-12 02:54:52,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:52,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:52,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:52,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:52,927 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:52,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:52,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:52,939 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:52,939 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:52,943 [main] Physical connection got
DEBUG 2026-05-12 02:54:52,943 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:52,943 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:52,943 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:52,983 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:52,988 [main] Physical connection closed
DEBUG 2026-05-12 02:54:52,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:52,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:52,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:52,996 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,001 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,009 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,011 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,011 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,014 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,014 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,015 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,015 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,048 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,053 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,055 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,058 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,064 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,065 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,074 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,077 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,078 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,078 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,078 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,108 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,113 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,115 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,124 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,133 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,136 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,136 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,136 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,136 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,167 [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-12 02:54:53,171 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,173 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,181 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,181 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,191 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,193 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,193 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,193 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,193 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,223 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,228 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,230 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,230 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,233 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,246 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,248 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,251 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,251 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,251 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,251 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,291 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,296 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,319 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,319 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,319 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,319 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,349 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,354 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,355 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,356 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,358 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,360 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,364 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,373 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,378 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778522093378/0, BranchId=]
DEBUG 2026-05-12 02:54:53,380 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,381 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/0, BranchId=]
DEBUG 2026-05-12 02:54:53,381 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/0, BranchId=]
DEBUG 2026-05-12 02:54:53,381 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/0, BranchId=]
DEBUG 2026-05-12 02:54:53,411 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/0, BranchId=]
DEBUG 2026-05-12 02:54:53,431 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/0, BranchId=]
DEBUG 2026-05-12 02:54:53,433 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-12 02.54.53', 99, 'hoge', 0)
DEBUG 2026-05-12 02:54:53,438 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/0, BranchId=]
DEBUG 2026-05-12 02:54:53,439 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778522093378/0, BranchId=]
DEBUG 2026-05-12 02:54:53,439 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,456 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,458 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,459 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,461 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778522093378/1, BranchId=]
DEBUG 2026-05-12 02:54:53,461 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,461 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/1, BranchId=]
DEBUG 2026-05-12 02:54:53,461 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/1, BranchId=]
DEBUG 2026-05-12 02:54:53,462 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/1, BranchId=]
DEBUG 2026-05-12 02:54:53,487 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/1, BranchId=]
DEBUG 2026-05-12 02:54:53,498 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/1, BranchId=]
DEBUG 2026-05-12 02:54:53,498 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-12 02:54:53,505 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/1, BranchId=]
DEBUG 2026-05-12 02:54:53,505 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/1, BranchId=]
DEBUG 2026-05-12 02:54:53,506 [main] UPDATE EMP SET tstamp = '2026-05-12 02.54.53', 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-12 02:54:53,506 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/1, BranchId=]
DEBUG 2026-05-12 02:54:53,507 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778522093378/1, BranchId=]
DEBUG 2026-05-12 02:54:53,507 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,509 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,517 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,523 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,525 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,528 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778522093378/2, BranchId=]
DEBUG 2026-05-12 02:54:53,528 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,528 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/2, BranchId=]
DEBUG 2026-05-12 02:54:53,528 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/2, BranchId=]
DEBUG 2026-05-12 02:54:53,528 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/2, BranchId=]
DEBUG 2026-05-12 02:54:53,553 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/2, BranchId=]
DEBUG 2026-05-12 02:54:53,568 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/2, BranchId=]
DEBUG 2026-05-12 02:54:53,568 [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-12 02:54:53,570 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/2, BranchId=]
DEBUG 2026-05-12 02:54:53,570 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/2, BranchId=]
DEBUG 2026-05-12 02:54:53,570 [main] UPDATE EMP SET tstamp = '2026-05-12 02.54.53', 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-12 02:54:53,571 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/2, BranchId=]
DEBUG 2026-05-12 02:54:53,571 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778522093378/2, BranchId=]
DEBUG 2026-05-12 02:54:53,571 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,573 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,573 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,575 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,577 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,589 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,592 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778522093378/3, BranchId=]
DEBUG 2026-05-12 02:54:53,592 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,592 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/3, BranchId=]
DEBUG 2026-05-12 02:54:53,593 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/3, BranchId=]
DEBUG 2026-05-12 02:54:53,593 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/3, BranchId=]
DEBUG 2026-05-12 02:54:53,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/3, BranchId=]
DEBUG 2026-05-12 02:54:53,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/3, BranchId=]
DEBUG 2026-05-12 02:54:53,623 [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-12 02:54:53,625 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/3, BranchId=]
DEBUG 2026-05-12 02:54:53,625 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/3, BranchId=]
DEBUG 2026-05-12 02:54:53,625 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-12 02:54:53,626 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/3, BranchId=]
DEBUG 2026-05-12 02:54:53,626 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778522093378/3, BranchId=]
DEBUG 2026-05-12 02:54:53,626 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,627 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,628 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,630 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,636 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,645 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,648 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,648 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,648 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,649 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,671 [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-12 02:54:53,673 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,674 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,678 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,684 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,684 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,692 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,692 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,702 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,702 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,702 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,702 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,725 [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-12 02:54:53,733 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,734 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,750 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,753 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,753 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,753 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,753 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,775 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,783 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,784 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,784 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,788 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,800 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,802 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,802 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,802 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,803 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,824 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,831 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,833 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,835 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,848 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,850 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,850 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,851 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,851 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,872 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,880 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,881 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,882 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,883 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,885 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,889 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,889 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,896 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,898 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,898 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,899 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,899 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,918 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,925 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,925 [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-12 02:54:53,932 [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-12 02:54:53,934 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,935 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,935 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,949 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,951 [main] Physical connection got
DEBUG 2026-05-12 02:54:53,952 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,952 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,952 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,972 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:53,979 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:53,979 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-12 02:54:53,982 [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-12 02:54:53,983 [main] Physical connection closed
DEBUG 2026-05-12 02:54:53,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:53,985 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:53,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:53,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:53,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:53,999 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,001 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,001 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,002 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,002 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,025 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,032 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,032 [main] select * from emp
DEBUG 2026-05-12 02:54:54,034 [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-12 02:54:54,035 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,037 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,052 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,054 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,054 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,054 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,054 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,076 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,082 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,082 [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-12 02:54:54,085 [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-12 02:54:54,086 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,094 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,104 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,104 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,104 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,104 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,123 [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-12 02:54:54,132 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,134 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,137 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,141 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,141 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,147 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,148 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,150 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,150 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,150 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,150 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,169 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,175 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,176 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-12 02:54:54,178 [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-12 02:54:54,179 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,196 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,196 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,196 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,196 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,215 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,222 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,222 [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-12 02:54:54,226 [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-12 02:54:54,227 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,229 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,241 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,242 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,244 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,244 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,244 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,244 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,263 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,271 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,271 [main] select * from emp
DEBUG 2026-05-12 02:54:54,272 [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-12 02:54:54,273 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,278 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,287 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,288 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,290 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,290 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,290 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,291 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,312 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,319 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,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 order by empno
DEBUG 2026-05-12 02:54:54,321 [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-12 02:54:54,322 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,323 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,325 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,330 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,330 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,337 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,339 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,339 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,339 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,339 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,358 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,364 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,364 [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-12 02:54:54,366 [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-12 02:54:54,367 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,368 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,368 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,370 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,380 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,381 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,382 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,384 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,384 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,384 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,384 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,402 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,414 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,414 [main] select count(*) from emp
DEBUG 2026-05-12 02:54:54,415 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,416 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,417 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,417 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,419 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,424 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,424 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,430 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,431 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,431 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,433 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,433 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,434 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,434 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,452 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,460 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,460 [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-12 02:54:54,461 [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-12 02:54:54,461 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,464 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,478 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,478 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,478 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,478 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,497 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,504 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,504 [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-12 02:54:54,504 [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-12 02:54:54,505 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,519 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,520 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,522 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,522 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,523 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,523 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,542 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,549 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,549 [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-12 02:54:54,549 [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-12 02:54:54,550 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,552 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,565 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,567 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,567 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,568 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,568 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,586 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,592 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,593 [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-12 02:54:54,593 [main] Logical connection closed, tx=null
[Ljava.util.Map;@5e6ffd79
DEBUG 2026-05-12 02:54:54,594 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,595 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,595 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,597 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,609 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,609 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,611 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,611 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,611 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,612 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,630 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,636 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,637 [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-12 02:54:54,639 [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-12 02:54:54,639 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,653 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,657 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,657 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,657 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,657 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,676 [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-12 02:54:54,682 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,682 [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-12 02:54:54,685 [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-12 02:54:54,686 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,687 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,688 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,703 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,705 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,705 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,705 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,705 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,723 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,727 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,727 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-12 02:54:54,727 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,727 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,745 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,745 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,745 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,745 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,763 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,766 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,766 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-12 02:54:54,766 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,767 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,768 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,770 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,772 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,775 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,780 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,784 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,784 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,785 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,785 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,797 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,797 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,797 [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-12 02:54:54,799 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-05-12 02:54:54,799 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,800 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,801 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,812 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,813 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,814 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,816 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,816 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,816 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,816 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,828 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,829 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,829 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-05-12 02:54:54,830 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-05-12 02:54:54,830 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,831 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,845 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,847 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778522093378/4, BranchId=]
DEBUG 2026-05-12 02:54:54,847 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,847 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/4, BranchId=]
DEBUG 2026-05-12 02:54:54,847 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/4, BranchId=]
DEBUG 2026-05-12 02:54:54,848 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/4, BranchId=]
DEBUG 2026-05-12 02:54:54,867 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/4, BranchId=]
DEBUG 2026-05-12 02:54:54,874 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/4, BranchId=]
DEBUG 2026-05-12 02:54:54,874 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-12 02.54.54', 9999, 'test', 50)
DEBUG 2026-05-12 02:54:54,875 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/4, BranchId=]
DEBUG 2026-05-12 02:54:54,875 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/4, BranchId=]
DEBUG 2026-05-12 02:54:54,875 [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-12 02:54:54,877 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/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-12 02:54:54,877 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/4, BranchId=]
DEBUG 2026-05-12 02:54:54,877 [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-12 02:54:54,878 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-05-12 02:54:54.874 {50, null, null, 0}
DEBUG 2026-05-12 02:54:54,878 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778522093378/4, BranchId=]
DEBUG 2026-05-12 02:54:54,879 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,880 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,882 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,884 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,894 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,896 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,896 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,896 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,896 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,914 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,920 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,921 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,928 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,928 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,933 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,935 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,937 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,937 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,937 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,937 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,958 [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-12 02:54:54,968 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,969 [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-12 02:54:54,971 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,971 [main] Physical connection closed
DEBUG 2026-05-12 02:54:54,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:54,973 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:54,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:54,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:54,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:54,992 [main] Physical connection got
DEBUG 2026-05-12 02:54:54,992 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:54,992 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:54,992 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,013 [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-12 02:54:55,024 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,024 [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-12 02:54:55,025 [main] Logical connection closed, tx=null
[]
DEBUG 2026-05-12 02:54:55,025 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,029 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,031 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,035 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,041 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,045 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,046 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,046 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,046 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,066 [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-12 02:54:55,073 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,073 [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-12 02:54:55,075 [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-12 02:54:55,075 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,077 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,095 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,095 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,095 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,095 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,114 [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-12 02:54:55,118 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,119 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,120 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,122 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,124 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,133 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,135 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,135 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,137 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,137 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,138 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,138 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,157 [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-12 02:54:55,165 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,166 [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-12 02:54:55,175 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,175 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,177 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,191 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,193 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,193 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,193 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,193 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,215 [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-12 02:54:55,221 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,222 [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-12 02:54:55,222 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,222 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,223 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,224 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,230 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,235 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,236 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,236 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,239 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,239 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,239 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,239 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,257 [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-12 02:54:55,258 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,258 [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-12 02:54:55,260 [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-12 02:54:55,260 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,268 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,276 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,277 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,277 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,277 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,292 [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-12 02:54:55,293 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,308 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,309 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,309 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,309 [main] Logical connection got, tx=null
WARN 2026-05-12 02:54:55,312 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-05-12 02:54:55,316 [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-12 02:54:55,317 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,317 [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-12 02:54:55,320 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-05-12 02:54:55,320 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,321 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,321 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,323 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,332 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,333 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,334 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,335 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,335 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,336 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,336 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,352 [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-12 02:54:55,358 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,372 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,374 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,374 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,375 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,375 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,391 [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-12 02:54:55,395 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,395 [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-12 02:54:55,395 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,396 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,396 [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-12 02:54:55,396 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,397 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,403 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,413 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,415 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,415 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,416 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,416 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,432 [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-12 02:54:55,435 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,435 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-12 02:54:55,438 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,438 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,438 [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-12 02:54:55,439 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,439 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,439 [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-12 02:54:55,441 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,441 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,441 [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-12 02:54:55,442 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,442 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,442 [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-12 02:54:55,443 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,443 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,444 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,448 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,456 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,459 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778522093378/5, BranchId=]
DEBUG 2026-05-12 02:54:55,459 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/5, BranchId=]
DEBUG 2026-05-12 02:54:55,459 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/5, BranchId=]
DEBUG 2026-05-12 02:54:55,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/5, BranchId=]
DEBUG 2026-05-12 02:54:55,476 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-05-12 02:54:55,476 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/5, BranchId=]
DEBUG 2026-05-12 02:54:55,476 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-12 02:54:55,477 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/5, BranchId=]
DEBUG 2026-05-12 02:54:55,477 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/5, BranchId=]
DEBUG 2026-05-12 02:54:55,477 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-05-12 02:54:55,477 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/5, BranchId=]
DEBUG 2026-05-12 02:54:55,477 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778522093378/5, BranchId=]
DEBUG 2026-05-12 02:54:55,477 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-12 02:54:55,478 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778522093378/5, BranchId=]
DEBUG 2026-05-12 02:54:55,478 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778522093378/5, BranchId=]
DEBUG 2026-05-12 02:54:55,478 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,479 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,483 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,491 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,493 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,494 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,494 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,494 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,509 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,513 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,515 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,520 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,524 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,526 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,527 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,527 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,528 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,528 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,543 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,547 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,548 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,549 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,552 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,560 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,562 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,563 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,563 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,563 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,569 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-05-12 02:54:55,570 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,572 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,575 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,577 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,577 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,585 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,585 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,585 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,585 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,591 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-05-12 02:54:55,592 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,593 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,594 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,607 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,607 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,607 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,607 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,613 [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-12 02:54:55,614 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,616 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,629 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,629 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,629 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,629 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,635 [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-12 02:54:55,636 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,637 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,638 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,648 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,649 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,651 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,651 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,651 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,651 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,667 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,668 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,668 [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-12 02:54:55,671 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,671 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,673 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,674 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,680 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,694 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,697 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,697 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,698 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,698 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,714 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,715 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,718 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,720 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,730 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,730 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,730 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,733 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,748 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-12 02:54:55,749 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,756 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,756 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,761 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,762 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-12 02:54:55,764 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,764 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,764 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,764 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,780 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-12 02:54:55,781 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.111 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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-12 02:54:55,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,826 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-12 02:54:55,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,831 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,831 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,835 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,836 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,839 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-12 02:54:55,841 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,841 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,844 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,847 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,847 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,848 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-12 02:54:55,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,853 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,853 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,861 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-12 02:54:55,863 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,863 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,866 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,866 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,868 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-12 02:54:55,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,873 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,877 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,878 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,880 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-12 02:54:55,882 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,883 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,886 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,886 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-05-12 02:54:55,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,890 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,894 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,894 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,898 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,899 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,900 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,900 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,901 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,901 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-05-12 02:54:55,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,911 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,922 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,922 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,937 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,937 [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-12 02:54:55,940 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,940 [main] Physical connection closed
DEBUG 2026-05-12 02:54:55,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:55,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:55,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:55,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:55,951 [main] Physical connection got
DEBUG 2026-05-12 02:54:55,951 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,966 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,966 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,966 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,966 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,977 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,981 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:55,981 [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-12 02:54:55,983 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:55,983 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 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.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-05-12 02:54:56,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:56,000 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-12 02:54:56,002 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,003 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,006 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,011 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,013 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-12 02:54:56,024 [main] Physical connection got
DEBUG 2026-05-12 02:54:56,024 [main] Logical connection got, tx=null
WARN 2026-05-12 02:54:56,026 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-12 02:54:56,026 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-12 02:54:56,027 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:56,027 [main] Physical connection closed
DEBUG 2026-05-12 02:54:56,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:56,028 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-12 02:54:56,030 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,031 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,034 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,042 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-12 02:54:56,044 [main] Physical connection got
DEBUG 2026-05-12 02:54:56,044 [main] Logical connection got, tx=null
WARN 2026-05-12 02:54:56,046 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-12 02:54:56,047 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-12 02:54:56,047 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:56,047 [main] Physical connection closed
DEBUG 2026-05-12 02:54:56,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:56,048 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-12 02:54:56,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,061 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-12 02:54:56,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:56,065 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-12 02:54:56,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,068 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,081 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-05-12 02:54:56,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:56,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,089 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,092 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,096 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,098 [main] Physical connection got
DEBUG 2026-05-12 02:54:56,098 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:56,099 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:56,099 [main] Physical connection closed
DEBUG 2026-05-12 02:54:56,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:56,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,102 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,104 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,108 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,109 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,110 [main] Physical connection got
DEBUG 2026-05-12 02:54:56,110 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:56,111 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:56,111 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-05-12 02:54:56,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-12 02:54:56,115 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,118 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-12 02:54:56,118 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-12 02:54:56,123 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-12 02:54:56,124 [main] Physical connection got
DEBUG 2026-05-12 02:54:56,124 [main] Logical connection got, tx=null
DEBUG 2026-05-12 02:54:56,125 [main] Logical connection closed, tx=null
DEBUG 2026-05-12 02:54:56,125 [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.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.285s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.242s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.501s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.131s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Tue May 12 02:54:56 JST 2026
[INFO] Final Memory: 31M/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