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-11 02:54:53,160 [main] Logical connection closed
updatedRows:1
DEBUG 2026-05-11 02:54:53,162 [main] Logical connection got
DEBUG 2026-05-11 02:54:53,162 [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-11 02:54:53,165 [main] Logical connection closed
DEBUG 2026-05-11 02:54:53,165 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-05-11 02:54:53,202 [main] Physical connection got
DEBUG 2026-05-11 02:54:53,202 [main] Logical connection got
DEBUG 2026-05-11 02:54:53,202 [main] Logical connection closed
DEBUG 2026-05-11 02:54:53,202 [main] Logical connection got
DEBUG 2026-05-11 02:54:53,213 [main] Logical connection closed
DEBUG 2026-05-11 02:54:53,214 [main] Logical connection got
DEBUG 2026-05-11 02:54:53,214 [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-11 02:54:53,216 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-11 02:54:52.999 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-11 02:54:53,216 [main] Logical connection got
DEBUG 2026-05-11 02:54:53,216 [main] Logical connection closed
DEBUG 2026-05-11 02:54:53,216 [main] Logical connection got
DEBUG 2026-05-11 02:54:53,220 [main] Logical connection closed
DEBUG 2026-05-11 02:54:53,221 [main] Logical connection got
DEBUG 2026-05-11 02:54:53,222 [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-11 02:54:53,223 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-11 02:54:52.999 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-11 02:54:53,224 [main] Logical connection got
DEBUG 2026-05-11 02:54:53,224 [main] UPDATE EMP SET tstamp = '2026-05-11 02.54.53', 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-11 02.54.52'
DEBUG 2026-05-11 02:54:53,225 [main] Logical connection closed
DEBUG 2026-05-11 02:54:53,225 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 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.166 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-05-11 02:54:54,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:54,571 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:54:54,599 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:54,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:54,625 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:54,625 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:54,670 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:54,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:54,699 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:54:54,859 [main] Physical connection got
DEBUG 2026-05-11 02:54:54,859 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:54,936 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:54,942 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-05-11 02:54:54,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:54,955 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:54,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:54,961 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:54,967 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:54,967 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:54,979 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:54,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:54,983 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:54,996 [main] Physical connection got
DEBUG 2026-05-11 02:54:54,996 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:54,996 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:54,996 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,104 [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-11 02:54:55,109 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,112 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,117 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,139 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,139 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,139 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,139 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,178 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,200 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,202 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,212 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,213 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,225 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,229 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,229 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,229 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,229 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,271 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,277 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,279 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,281 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,289 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,289 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,300 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,302 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,303 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,303 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,303 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,338 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,342 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,353 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,364 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,366 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,367 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,367 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,367 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,397 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,402 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,408 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,419 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,421 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,422 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,425 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,425 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,425 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,425 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,453 [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-11 02:54:55,457 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,458 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,459 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,467 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,479 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,479 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,480 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,480 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,508 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,512 [main] Physical connection closed
DEBUG 2026-05-11 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-11 02:54:55,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,535 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,535 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,535 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,536 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,569 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,573 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,575 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,591 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,592 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,593 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,595 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,596 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,596 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,596 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,624 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,628 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,629 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,630 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,638 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,639 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,645 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,647 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,648 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,652 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778435695652/0, BranchId=]
DEBUG 2026-05-11 02:54:55,654 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,655 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/0, BranchId=]
DEBUG 2026-05-11 02:54:55,655 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/0, BranchId=]
DEBUG 2026-05-11 02:54:55,655 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/0, BranchId=]
DEBUG 2026-05-11 02:54:55,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/0, BranchId=]
DEBUG 2026-05-11 02:54:55,700 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/0, BranchId=]
DEBUG 2026-05-11 02:54:55,702 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-11 02.54.55', 99, 'hoge', 0)
DEBUG 2026-05-11 02:54:55,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/0, BranchId=]
DEBUG 2026-05-11 02:54:55,707 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778435695652/0, BranchId=]
DEBUG 2026-05-11 02:54:55,708 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,710 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,730 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778435695652/1, BranchId=]
DEBUG 2026-05-11 02:54:55,731 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/1, BranchId=]
DEBUG 2026-05-11 02:54:55,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/1, BranchId=]
DEBUG 2026-05-11 02:54:55,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/1, BranchId=]
DEBUG 2026-05-11 02:54:55,756 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/1, BranchId=]
DEBUG 2026-05-11 02:54:55,766 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/1, BranchId=]
DEBUG 2026-05-11 02:54:55,766 [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-11 02:54:55,773 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/1, BranchId=]
DEBUG 2026-05-11 02:54:55,774 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/1, BranchId=]
DEBUG 2026-05-11 02:54:55,774 [main] UPDATE EMP SET tstamp = '2026-05-11 02.54.55', 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-11 02:54:55,775 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/1, BranchId=]
DEBUG 2026-05-11 02:54:55,775 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778435695652/1, BranchId=]
DEBUG 2026-05-11 02:54:55,775 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,777 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,797 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778435695652/2, BranchId=]
DEBUG 2026-05-11 02:54:55,798 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,798 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/2, BranchId=]
DEBUG 2026-05-11 02:54:55,798 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/2, BranchId=]
DEBUG 2026-05-11 02:54:55,798 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/2, BranchId=]
DEBUG 2026-05-11 02:54:55,834 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/2, BranchId=]
DEBUG 2026-05-11 02:54:55,844 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/2, BranchId=]
DEBUG 2026-05-11 02:54:55,844 [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-11 02:54:55,846 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/2, BranchId=]
DEBUG 2026-05-11 02:54:55,847 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/2, BranchId=]
DEBUG 2026-05-11 02:54:55,847 [main] UPDATE EMP SET tstamp = '2026-05-11 02.54.55', 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-11 02:54:55,847 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/2, BranchId=]
DEBUG 2026-05-11 02:54:55,848 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778435695652/2, BranchId=]
DEBUG 2026-05-11 02:54:55,848 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,871 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778435695652/3, BranchId=]
DEBUG 2026-05-11 02:54:55,872 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,872 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/3, BranchId=]
DEBUG 2026-05-11 02:54:55,872 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/3, BranchId=]
DEBUG 2026-05-11 02:54:55,872 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/3, BranchId=]
DEBUG 2026-05-11 02:54:55,897 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/3, BranchId=]
DEBUG 2026-05-11 02:54:55,906 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/3, BranchId=]
DEBUG 2026-05-11 02:54:55,906 [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-11 02:54:55,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/3, BranchId=]
DEBUG 2026-05-11 02:54:55,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/3, BranchId=]
DEBUG 2026-05-11 02:54:55,909 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-11 02:54:55,909 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/3, BranchId=]
DEBUG 2026-05-11 02:54:55,910 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778435695652/3, BranchId=]
DEBUG 2026-05-11 02:54:55,910 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,911 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,912 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,915 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,930 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,934 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,934 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,934 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,934 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,958 [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-11 02:54:55,960 [main] Physical connection closed
DEBUG 2026-05-11 02:54:55,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:55,961 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:55,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,977 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:55,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:55,979 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:55,992 [main] Physical connection got
DEBUG 2026-05-11 02:54:55,992 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:55,992 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:55,992 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,015 [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-11 02:54:56,023 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,025 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,029 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,041 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,044 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,044 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,044 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,044 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,066 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,074 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,101 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,103 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,103 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,103 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,103 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,124 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,132 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,133 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,137 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,141 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,148 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,148 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,150 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,150 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,150 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,150 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,170 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,178 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,180 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,196 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,198 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,198 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,198 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,198 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,218 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,225 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,225 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-11 02:54:56,231 [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-11 02:54:56,233 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,234 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,234 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,237 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,239 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,242 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,242 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,250 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,252 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,252 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,253 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,253 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,273 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,279 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,279 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-11 02:54:56,283 [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-11 02:54:56,284 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,286 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,288 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,293 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,300 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,300 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,302 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,302 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,302 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,302 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,328 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,334 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,334 [main] select * from emp
DEBUG 2026-05-11 02:54:56,337 [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-11 02:54:56,338 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,340 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,343 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,356 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,356 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,356 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,356 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,375 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,382 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,382 [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-11 02:54:56,385 [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-11 02:54:56,386 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,395 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,401 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,402 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,402 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,404 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,405 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,405 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,405 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,424 [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-11 02:54:56,430 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,431 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,432 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,445 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,446 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,448 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,449 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,449 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,449 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,468 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,475 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,475 [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-11 02:54:56,478 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-11 02:54:56,479 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,480 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,482 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,488 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,494 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,497 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,497 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,497 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,497 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,517 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,523 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,524 [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-11 02:54:56,529 [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-11 02:54:56,530 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,532 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,545 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,548 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,548 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,548 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,548 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,567 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,574 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,575 [main] select * from emp
DEBUG 2026-05-11 02:54:56,576 [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-11 02:54:56,577 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,579 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,595 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,597 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,597 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,597 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,598 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,616 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,623 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,624 [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-11 02:54:56,625 [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-11 02:54:56,626 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,628 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,628 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,630 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,641 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,642 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,642 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,645 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,645 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,645 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,645 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,664 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,670 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,671 [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-11 02:54:56,672 [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-11 02:54:56,673 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,676 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,678 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,689 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,691 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,691 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,691 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,692 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,711 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,730 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,731 [main] select count(*) from emp
DEBUG 2026-05-11 02:54:56,732 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,732 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,734 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,750 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,750 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,750 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,750 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,768 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,776 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,776 [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-11 02:54:56,777 [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-11 02:54:56,777 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,779 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,794 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,795 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,795 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,795 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,814 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,821 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,821 [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-11 02:54:56,822 [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-11 02:54:56,822 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,824 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,826 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,828 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,831 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,831 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,838 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,840 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,840 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,840 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,840 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,858 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,864 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,865 [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-11 02:54:56,865 [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-11 02:54:56,866 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,867 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,880 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,882 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,883 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,884 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,884 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,884 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,902 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,908 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,908 [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-11 02:54:56,909 [main] Logical connection closed, tx=null
[Ljava.util.Map;@7dc21ece
DEBUG 2026-05-11 02:54:56,909 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,911 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,913 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,915 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,918 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,927 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,927 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,927 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,928 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,945 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,951 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,952 [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-11 02:54:56,954 [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-11 02:54:56,954 [main] Physical connection closed
DEBUG 2026-05-11 02:54:56,955 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:56,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,959 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,963 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:56,963 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,968 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:56,969 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:56,970 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:56,972 [main] Physical connection got
DEBUG 2026-05-11 02:54:56,972 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,972 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:56,972 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,990 [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-11 02:54:56,996 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:56,996 [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-11 02:54:57,000 [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-11 02:54:57,001 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,016 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,018 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,018 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,018 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,019 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,036 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,039 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,040 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-11 02:54:57,040 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,040 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,041 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,042 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,048 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,055 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,057 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,057 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,057 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,057 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,074 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,077 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,077 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-11 02:54:57,077 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,077 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,079 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,081 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,092 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,095 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,095 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,095 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,095 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,111 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,112 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,112 [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-11 02:54:57,113 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-05-11 02:54:57,114 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,115 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,127 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,129 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,130 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,131 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,131 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,131 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,142 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,142 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,142 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-05-11 02:54:57,143 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-05-11 02:54:57,143 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,145 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,148 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,158 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,159 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778435695652/4, BranchId=]
DEBUG 2026-05-11 02:54:57,160 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,160 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/4, BranchId=]
DEBUG 2026-05-11 02:54:57,160 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/4, BranchId=]
DEBUG 2026-05-11 02:54:57,160 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/4, BranchId=]
DEBUG 2026-05-11 02:54:57,177 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/4, BranchId=]
DEBUG 2026-05-11 02:54:57,183 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/4, BranchId=]
DEBUG 2026-05-11 02:54:57,183 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-11 02.54.57', 9999, 'test', 50)
DEBUG 2026-05-11 02:54:57,184 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/4, BranchId=]
DEBUG 2026-05-11 02:54:57,184 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/4, BranchId=]
DEBUG 2026-05-11 02:54:57,184 [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-11 02:54:57,186 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/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-11 02:54:57,186 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/4, BranchId=]
DEBUG 2026-05-11 02:54:57,186 [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-11 02:54:57,187 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-05-11 02:54:57.183 {50, null, null, 0}
DEBUG 2026-05-11 02:54:57,187 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778435695652/4, BranchId=]
DEBUG 2026-05-11 02:54:57,188 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,189 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,195 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,201 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,202 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,204 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,204 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,204 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,204 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,220 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,226 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,227 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,227 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,229 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,231 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,240 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,242 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,242 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,242 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,243 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,258 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*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-11 02:54:57,266 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,266 [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-11 02:54:57,268 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,268 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,269 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,270 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,272 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,273 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,281 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,282 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,284 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,284 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,284 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,285 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,301 [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-11 02:54:57,309 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,309 [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-11 02:54:57,310 [main] Logical connection closed, tx=null
[]
DEBUG 2026-05-11 02:54:57,310 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,312 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,324 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,325 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,327 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,327 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,328 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,328 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,344 [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-11 02:54:57,349 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,349 [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-11 02:54:57,350 [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-11 02:54:57,351 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,352 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,356 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,365 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,367 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,367 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,367 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,368 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,382 [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-11 02:54:57,385 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,386 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,387 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,399 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,400 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,401 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,401 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,402 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,402 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,417 [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-11 02:54:57,423 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,423 [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-11 02:54:57,425 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,425 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,427 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,429 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,430 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,440 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,441 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,442 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,442 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,442 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,457 [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-11 02:54:57,463 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,463 [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-11 02:54:57,464 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,464 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,466 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,472 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,478 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,481 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,481 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,481 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,481 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,498 [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-11 02:54:57,499 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,499 [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-11 02:54:57,501 [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-11 02:54:57,502 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,503 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,518 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,518 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,518 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,518 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,533 [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-11 02:54:57,534 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,539 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,551 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,551 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,551 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,551 [main] Logical connection got, tx=null
WARN 2026-05-11 02:54:57,554 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-05-11 02:54:57,559 [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-11 02:54:57,560 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,560 [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-11 02:54:57,562 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-05-11 02:54:57,562 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,564 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,566 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,567 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,570 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,570 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,575 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,576 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,578 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,578 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,578 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,578 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,595 [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-11 02:54:57,602 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,603 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,614 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,615 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,618 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,618 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,618 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,618 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,635 [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-11 02:54:57,639 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,639 [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-11 02:54:57,640 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,640 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,640 [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-11 02:54:57,641 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,641 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,654 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,657 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,657 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,658 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,658 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,675 [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-11 02:54:57,678 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,678 [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-11 02:54:57,681 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,681 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,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 = 'SMITH'
DEBUG 2026-05-11 02:54:57,682 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,682 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,683 [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-11 02:54:57,684 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,685 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,685 [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-11 02:54:57,685 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,686 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,686 [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-11 02:54:57,686 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,687 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,688 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,702 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778435695652/5, BranchId=]
DEBUG 2026-05-11 02:54:57,703 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/5, BranchId=]
DEBUG 2026-05-11 02:54:57,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/5, BranchId=]
DEBUG 2026-05-11 02:54:57,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/5, BranchId=]
DEBUG 2026-05-11 02:54:57,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-05-11 02:54:57,721 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/5, BranchId=]
DEBUG 2026-05-11 02:54:57,721 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-11 02:54:57,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/5, BranchId=]
DEBUG 2026-05-11 02:54:57,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/5, BranchId=]
DEBUG 2026-05-11 02:54:57,722 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-05-11 02:54:57,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/5, BranchId=]
DEBUG 2026-05-11 02:54:57,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435695652/5, BranchId=]
DEBUG 2026-05-11 02:54:57,722 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-11 02:54:57,723 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435695652/5, BranchId=]
DEBUG 2026-05-11 02:54:57,723 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778435695652/5, BranchId=]
DEBUG 2026-05-11 02:54:57,723 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,724 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,724 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,730 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,740 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,740 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,740 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,740 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,760 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,764 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,766 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,780 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,785 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,785 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,785 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,785 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,808 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,814 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,817 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,819 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,836 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,836 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,837 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,837 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,846 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-05-11 02:54:57,848 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,854 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,870 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,870 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,872 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,873 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,873 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,873 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,881 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-05-11 02:54:57,883 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,884 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,884 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,886 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,896 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,898 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,898 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,899 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,899 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,905 [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-11 02:54:57,906 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,920 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,921 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,922 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,922 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,922 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,928 [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-11 02:54:57,930 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,930 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,931 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,933 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,937 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,937 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,943 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,945 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,945 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,945 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,946 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,962 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,963 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,963 [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-11 02:54:57,966 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,967 [main] Physical connection closed
DEBUG 2026-05-11 02:54:57,968 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:57,968 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:57,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,979 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:57,980 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:57,980 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:57,983 [main] Physical connection got
DEBUG 2026-05-11 02:54:57,983 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,983 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:57,983 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:57,999 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,000 [main] Physical connection closed
DEBUG 2026-05-11 02:54:58,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:58,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:58,016 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,016 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,016 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,016 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,032 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-11 02:54:58,033 [main] Physical connection closed
DEBUG 2026-05-11 02:54:58,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:58,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,038 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,041 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,041 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,047 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:54:58,049 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,049 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,049 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,049 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,065 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-11 02:54:58,066 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.123 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.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-05-11 02:54:58,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,114 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,117 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,128 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,131 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,131 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,134 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,136 [main] Physical connection closed
DEBUG 2026-05-11 02:54:58,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,138 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,144 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,149 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,150 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,153 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,155 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,155 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,159 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,159 [main] Physical connection closed
DEBUG 2026-05-11 02:54:58,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,161 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,164 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,166 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,171 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,175 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,177 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,177 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,180 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,181 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-05-11 02:54:58,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,187 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,189 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,189 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,196 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,196 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,197 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,197 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-05-11 02:54:58,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,212 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,212 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,227 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,228 [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-11 02:54:58,232 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,232 [main] Physical connection closed
DEBUG 2026-05-11 02:54:58,233 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,238 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,238 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,245 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,245 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,260 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,260 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,260 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,261 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,270 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,275 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,275 [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-11 02:54:58,277 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,277 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 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.002 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-05-11 02:54:58,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,296 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,310 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,321 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,321 [main] Logical connection got, tx=null
WARN 2026-05-11 02:54:58,323 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-11 02:54:58,324 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-11 02:54:58,325 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,325 [main] Physical connection closed
DEBUG 2026-05-11 02:54:58,326 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,326 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,328 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,330 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,340 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,343 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,343 [main] Logical connection got, tx=null
WARN 2026-05-11 02:54:58,345 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-11 02:54:58,345 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-11 02:54:58,346 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,346 [main] Physical connection closed
DEBUG 2026-05-11 02:54:58,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,347 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,353 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,357 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,361 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,364 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:54:58,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,367 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,374 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,375 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,381 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-05-11 02:54:58,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,397 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,399 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,399 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,401 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,401 [main] Physical connection closed
DEBUG 2026-05-11 02:54:58,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,413 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,413 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,414 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,414 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-05-11 02:54:58,417 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:54:58,417 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,419 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,421 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:54:58,421 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,425 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:54:58,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:54:58,427 [main] Physical connection got
DEBUG 2026-05-11 02:54:58,428 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:54:58,428 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:54:58,428 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.299s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.352s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.572s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.188s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon May 11 02:54:58 JST 2026
[INFO] Final Memory: 30M/405M
[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