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:50:53,573 [main] Logical connection closed
updatedRows:1
DEBUG 2026-05-11 02:50:53,574 [main] Logical connection got
DEBUG 2026-05-11 02:50:53,574 [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:50:53,577 [main] Logical connection closed
DEBUG 2026-05-11 02:50:53,583 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-05-11 02:50:53,639 [main] Physical connection got
DEBUG 2026-05-11 02:50:53,639 [main] Logical connection got
DEBUG 2026-05-11 02:50:53,640 [main] Logical connection closed
DEBUG 2026-05-11 02:50:53,640 [main] Logical connection got
DEBUG 2026-05-11 02:50:53,651 [main] Logical connection closed
DEBUG 2026-05-11 02:50:53,651 [main] Logical connection got
DEBUG 2026-05-11 02:50:53,651 [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:50:53,653 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-11 02:50:53.419 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-11 02:50:53,653 [main] Logical connection got
DEBUG 2026-05-11 02:50:53,654 [main] Logical connection closed
DEBUG 2026-05-11 02:50:53,654 [main] Logical connection got
DEBUG 2026-05-11 02:50:53,657 [main] Logical connection closed
DEBUG 2026-05-11 02:50:53,658 [main] Logical connection got
DEBUG 2026-05-11 02:50:53,659 [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:50:53,659 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-11 02:50:53.419 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-11 02:50:53,660 [main] Logical connection got
DEBUG 2026-05-11 02:50:53,660 [main] UPDATE EMP SET tstamp = '2026-05-11 02.50.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.50.53'
DEBUG 2026-05-11 02:50:53,661 [main] Logical connection closed
DEBUG 2026-05-11 02:50:53,661 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-05-11 02:50:54,814 [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:50:54,869 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:50:54,900 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:54,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:54,930 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:54,930 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:54,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:54,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,005 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:50:55,164 [main] Physical connection got
DEBUG 2026-05-11 02:50:55,164 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,236 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,242 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-05-11 02:50:55,252 [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:50:55,253 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,256 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,259 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,276 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,292 [main] Physical connection got
DEBUG 2026-05-11 02:50:55,292 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,292 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,293 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,401 [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:50:55,406 [main] Physical connection closed
DEBUG 2026-05-11 02:50:55,408 [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:50:55,409 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,411 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,414 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,419 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,419 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,431 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,436 [main] Physical connection got
DEBUG 2026-05-11 02:50:55,436 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,436 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,436 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,474 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,497 [main] Physical connection closed
DEBUG 2026-05-11 02:50:55,498 [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:50:55,499 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,523 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,527 [main] Physical connection got
DEBUG 2026-05-11 02:50:55,527 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,527 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,527 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,571 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,576 [main] Physical connection closed
DEBUG 2026-05-11 02:50:55,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:50:55,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,597 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,602 [main] Physical connection got
DEBUG 2026-05-11 02:50:55,603 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,603 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,603 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,639 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,644 [main] Physical connection closed
DEBUG 2026-05-11 02:50:55,645 [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:50:55,646 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,655 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,668 [main] Physical connection got
DEBUG 2026-05-11 02:50:55,668 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,669 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,669 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,701 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,706 [main] Physical connection closed
DEBUG 2026-05-11 02:50:55,708 [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:50:55,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,717 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,731 [main] Physical connection got
DEBUG 2026-05-11 02:50:55,731 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,731 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,731 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,764 [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:50:55,768 [main] Physical connection closed
DEBUG 2026-05-11 02:50:55,769 [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:50:55,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,787 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,788 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,789 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,792 [main] Physical connection got
DEBUG 2026-05-11 02:50:55,792 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,792 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,793 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,825 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,830 [main] Physical connection closed
DEBUG 2026-05-11 02:50:55,832 [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:50:55,832 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,835 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,837 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,855 [main] Physical connection got
DEBUG 2026-05-11 02:50:55,855 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,855 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,856 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,902 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,907 [main] Physical connection closed
DEBUG 2026-05-11 02:50:55,909 [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:50:55,910 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,914 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,918 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,926 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,927 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,928 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,931 [main] Physical connection got
DEBUG 2026-05-11 02:50:55,931 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,931 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,931 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:55,963 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:55,967 [main] Physical connection closed
DEBUG 2026-05-11 02:50:55,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:50:55,969 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,971 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:55,978 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,989 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:55,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:55,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:55,996 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778435455996/0, BranchId=]
DEBUG 2026-05-11 02:50:55,998 [main] Physical connection got
DEBUG 2026-05-11 02:50:55,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/0, BranchId=]
DEBUG 2026-05-11 02:50:55,999 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/0, BranchId=]
DEBUG 2026-05-11 02:50:55,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/0, BranchId=]
DEBUG 2026-05-11 02:50:56,028 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/0, BranchId=]
DEBUG 2026-05-11 02:50:56,049 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/0, BranchId=]
DEBUG 2026-05-11 02:50:56,051 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-11 02.50.56', 99, 'hoge', 0)
DEBUG 2026-05-11 02:50:56,057 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/0, BranchId=]
DEBUG 2026-05-11 02:50:56,057 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778435455996/0, BranchId=]
DEBUG 2026-05-11 02:50:56,058 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,059 [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:50:56,060 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,062 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,064 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,080 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778435455996/1, BranchId=]
DEBUG 2026-05-11 02:50:56,080 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,080 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/1, BranchId=]
DEBUG 2026-05-11 02:50:56,080 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/1, BranchId=]
DEBUG 2026-05-11 02:50:56,081 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/1, BranchId=]
DEBUG 2026-05-11 02:50:56,107 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/1, BranchId=]
DEBUG 2026-05-11 02:50:56,117 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/1, BranchId=]
DEBUG 2026-05-11 02:50:56,117 [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:50:56,125 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/1, BranchId=]
DEBUG 2026-05-11 02:50:56,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/1, BranchId=]
DEBUG 2026-05-11 02:50:56,125 [main] UPDATE EMP SET tstamp = '2026-05-11 02.50.56', 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:50:56,126 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/1, BranchId=]
DEBUG 2026-05-11 02:50:56,126 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778435455996/1, BranchId=]
DEBUG 2026-05-11 02:50:56,127 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,128 [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:50:56,129 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,131 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,133 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,147 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,149 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,149 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,152 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778435455996/2, BranchId=]
DEBUG 2026-05-11 02:50:56,152 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,152 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/2, BranchId=]
DEBUG 2026-05-11 02:50:56,153 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/2, BranchId=]
DEBUG 2026-05-11 02:50:56,153 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/2, BranchId=]
DEBUG 2026-05-11 02:50:56,179 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/2, BranchId=]
DEBUG 2026-05-11 02:50:56,189 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/2, BranchId=]
DEBUG 2026-05-11 02:50:56,189 [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:50:56,191 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/2, BranchId=]
DEBUG 2026-05-11 02:50:56,191 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/2, BranchId=]
DEBUG 2026-05-11 02:50:56,192 [main] UPDATE EMP SET tstamp = '2026-05-11 02.50.56', 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:50:56,192 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/2, BranchId=]
DEBUG 2026-05-11 02:50:56,192 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778435455996/2, BranchId=]
DEBUG 2026-05-11 02:50:56,193 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,199 [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:50:56,200 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,202 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,208 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,208 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,217 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,220 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778435455996/3, BranchId=]
DEBUG 2026-05-11 02:50:56,220 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,220 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/3, BranchId=]
DEBUG 2026-05-11 02:50:56,220 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/3, BranchId=]
DEBUG 2026-05-11 02:50:56,220 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/3, BranchId=]
DEBUG 2026-05-11 02:50:56,245 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/3, BranchId=]
DEBUG 2026-05-11 02:50:56,253 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/3, BranchId=]
DEBUG 2026-05-11 02:50:56,253 [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:50:56,255 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/3, BranchId=]
DEBUG 2026-05-11 02:50:56,256 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/3, BranchId=]
DEBUG 2026-05-11 02:50:56,256 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-11 02:50:56,256 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/3, BranchId=]
DEBUG 2026-05-11 02:50:56,256 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778435455996/3, BranchId=]
DEBUG 2026-05-11 02:50:56,257 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,258 [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:50:56,258 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,260 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,262 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,266 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,266 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,275 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,278 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,278 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,278 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,279 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,302 [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:50:56,303 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,304 [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:50:56,305 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,312 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,321 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,331 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,331 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,332 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,332 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,358 [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:50:56,366 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,367 [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:50:56,368 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,370 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,382 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,383 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,384 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,386 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,387 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,387 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,387 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,411 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,419 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,420 [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:50:56,420 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,422 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,428 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,438 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,438 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,438 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,438 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,461 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,469 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,470 [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:50:56,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,472 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,474 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,478 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,478 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,484 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,486 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,486 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,488 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,488 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,489 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,489 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,512 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,520 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,521 [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:50:56,522 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,524 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,531 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,540 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,543 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,543 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,543 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,543 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,570 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,579 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,579 [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:50:56,587 [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:50:56,589 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,590 [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:50:56,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,609 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,611 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,611 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,612 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,612 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,644 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,653 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,653 [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:50:56,657 [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:50:56,659 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,660 [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:50:56,661 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,670 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,678 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,681 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,681 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,681 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,681 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,706 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,720 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,720 [main] select * from emp
DEBUG 2026-05-11 02:50:56,723 [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:50:56,724 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,725 [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:50:56,726 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,728 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,730 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,733 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,733 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,741 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,743 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,743 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,743 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,743 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,766 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,774 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,774 [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:50:56,777 [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:50:56,779 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,780 [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:50:56,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,788 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,797 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,798 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,798 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,798 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,819 [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:50:56,826 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,827 [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:50:56,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,831 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,835 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,840 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,842 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,844 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,844 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,844 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,844 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,865 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,872 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,872 [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:50:56,875 [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:50:56,876 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,877 [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:50:56,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,885 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,885 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,894 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,894 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,894 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,894 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,914 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,922 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,922 [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:50:56,927 [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:50:56,928 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,929 [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:50:56,930 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,932 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,937 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,937 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,944 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,944 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,946 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,947 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,947 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,947 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,967 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,975 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,975 [main] select * from emp
DEBUG 2026-05-11 02:50:56,976 [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:50:56,978 [main] Physical connection closed
DEBUG 2026-05-11 02:50:56,979 [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:50:56,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:56,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,991 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:56,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:56,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:56,995 [main] Physical connection got
DEBUG 2026-05-11 02:50:56,995 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:56,995 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:56,996 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,015 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,022 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,023 [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:50:57,024 [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:50:57,026 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,027 [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:50:57,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,029 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,031 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,034 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,041 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,043 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,043 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,044 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,044 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,063 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,070 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,070 [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:50:57,072 [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:50:57,072 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,073 [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:50:57,074 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,077 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,090 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,090 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,090 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,090 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,109 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,116 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,116 [main] select count(*) from emp
DEBUG 2026-05-11 02:50:57,117 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,118 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,119 [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:50:57,119 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,143 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,144 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,146 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,146 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,146 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,146 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,164 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,172 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,172 [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:50:57,172 [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:50:57,173 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,174 [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:50:57,174 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,176 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,178 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,181 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,181 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,188 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,190 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,190 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,190 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,190 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,208 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,215 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,215 [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:50:57,216 [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:50:57,216 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,217 [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:50:57,220 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,243 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,243 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,243 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,243 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,260 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,266 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50: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 empno = 7788
DEBUG 2026-05-11 02:50:57,267 [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:50:57,267 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,268 [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:50:57,269 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,281 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,282 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,284 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,284 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,284 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,284 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,301 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,308 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,308 [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:50:57,308 [main] Logical connection closed, tx=null
[Ljava.util.Map;@66e7b3f2
DEBUG 2026-05-11 02:50:57,309 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,310 [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:50:57,310 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,312 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,314 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,317 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,317 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,322 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,323 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,325 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,325 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,326 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,326 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,342 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,349 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,349 [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:50:57,351 [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:50:57,352 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,353 [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:50:57,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,366 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,368 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,368 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,369 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,369 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,385 [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:50:57,392 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,392 [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:50:57,394 [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:50:57,395 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,395 [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:50:57,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,411 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,411 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,411 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,411 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,428 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,431 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,431 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-11 02:50:57,431 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,431 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,432 [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:50:57,433 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,447 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,447 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,447 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,447 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,464 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,467 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,467 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-11 02:50:57,467 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,467 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,468 [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:50:57,469 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,475 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,484 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,484 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,484 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,484 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,496 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,496 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,496 [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:50:57,497 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-05-11 02:50:57,498 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,499 [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:50:57,499 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,501 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,505 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,510 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,511 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,512 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,513 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,514 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,514 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,514 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,524 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,525 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,525 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-05-11 02:50:57,526 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-05-11 02:50:57,526 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,527 [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:50:57,528 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,541 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,541 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,543 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778435455996/4, BranchId=]
DEBUG 2026-05-11 02:50:57,543 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,543 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/4, BranchId=]
DEBUG 2026-05-11 02:50:57,544 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/4, BranchId=]
DEBUG 2026-05-11 02:50:57,544 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/4, BranchId=]
DEBUG 2026-05-11 02:50:57,559 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/4, BranchId=]
DEBUG 2026-05-11 02:50:57,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/4, BranchId=]
DEBUG 2026-05-11 02:50:57,566 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-11 02.50.57', 9999, 'test', 50)
DEBUG 2026-05-11 02:50:57,566 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/4, BranchId=]
DEBUG 2026-05-11 02:50:57,567 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/4, BranchId=]
DEBUG 2026-05-11 02:50:57,567 [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:50:57,568 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/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:50:57,569 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/4, BranchId=]
DEBUG 2026-05-11 02:50:57,569 [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:50:57,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-05-11 02:50:57.566 {50, null, null, 0}
DEBUG 2026-05-11 02:50:57,572 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778435455996/4, BranchId=]
DEBUG 2026-05-11 02:50:57,573 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,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:50:57,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,580 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,588 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,590 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,590 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,590 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,590 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,609 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,617 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,618 [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:50:57,619 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,622 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,625 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,626 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,637 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,640 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,640 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,641 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,641 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,660 [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:50:57,673 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,673 [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:50:57,676 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,676 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,677 [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:50:57,678 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,684 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,684 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,688 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,690 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,692 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,692 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,692 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,692 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,708 [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:50:57,718 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,718 [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:50:57,719 [main] Logical connection closed, tx=null
[]
DEBUG 2026-05-11 02:50:57,719 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,720 [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:50:57,721 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,725 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,734 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,735 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,736 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,738 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,739 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,739 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,739 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,758 [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:50:57,765 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,765 [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:50:57,767 [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:50:57,767 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,769 [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:50:57,769 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,771 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,773 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,776 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,791 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,794 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,794 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,794 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,794 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,809 [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:50:57,812 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,813 [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:50:57,814 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,824 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,825 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,826 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,827 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,827 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,828 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,828 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,843 [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:50:57,849 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,849 [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:50:57,851 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,851 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,852 [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:50:57,853 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,855 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,856 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,864 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,869 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,869 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,869 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,869 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,885 [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:50:57,891 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,891 [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:50:57,892 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,892 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,893 [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:50:57,893 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,896 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,907 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,907 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,908 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,908 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,934 [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:50:57,935 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,935 [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:50:57,937 [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:50:57,937 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,938 [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:50:57,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,951 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,953 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,953 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,953 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,953 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,969 [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:50:57,970 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,970 [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:50:57,971 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,973 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:57,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:57,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:57,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,985 [main] Physical connection got
DEBUG 2026-05-11 02:50:57,985 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,985 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:57,985 [main] Logical connection got, tx=null
WARN 2026-05-11 02:50:57,988 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-05-11 02:50:57,992 [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:50:57,993 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:57,993 [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:50:57,995 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-05-11 02:50:57,996 [main] Physical connection closed
DEBUG 2026-05-11 02:50:57,997 [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:50:57,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:57,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,000 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,003 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,008 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,008 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,010 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,010 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,010 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,011 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,027 [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:50:58,033 [main] Physical connection closed
DEBUG 2026-05-11 02:50: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:50:58,034 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,045 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,045 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,047 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,047 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,048 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,048 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,064 [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:50:58,068 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,068 [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:50:58,069 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,069 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,069 [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:50:58,070 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,070 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,071 [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:50:58,071 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,073 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,075 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,077 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,077 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,082 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,084 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,084 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,085 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,085 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,101 [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:50:58,104 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,104 [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:50:58,107 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,107 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,108 [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:50:58,108 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,108 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,109 [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:50:58,110 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,110 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,110 [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:50:58,111 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,111 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,111 [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:50:58,112 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,112 [main] Physical connection closed
DEBUG 2026-05-11 02:50: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:50:58,113 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,115 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,123 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,124 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,126 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778435455996/5, BranchId=]
DEBUG 2026-05-11 02:50:58,126 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,127 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/5, BranchId=]
DEBUG 2026-05-11 02:50:58,127 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/5, BranchId=]
DEBUG 2026-05-11 02:50:58,127 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/5, BranchId=]
DEBUG 2026-05-11 02:50:58,142 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-05-11 02:50:58,143 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/5, BranchId=]
DEBUG 2026-05-11 02:50:58,143 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-11 02:50:58,143 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/5, BranchId=]
DEBUG 2026-05-11 02:50:58,144 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/5, BranchId=]
DEBUG 2026-05-11 02:50:58,144 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-05-11 02:50:58,144 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/5, BranchId=]
DEBUG 2026-05-11 02:50:58,144 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778435455996/5, BranchId=]
DEBUG 2026-05-11 02:50:58,144 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-11 02:50:58,144 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778435455996/5, BranchId=]
DEBUG 2026-05-11 02:50:58,145 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778435455996/5, BranchId=]
DEBUG 2026-05-11 02:50:58,145 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,146 [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:50:58,146 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,149 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,152 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,157 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,159 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,160 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,160 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,160 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,174 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,177 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,178 [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:50:58,178 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,180 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,187 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,190 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,192 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,192 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,193 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,193 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,207 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,211 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,212 [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:50:58,212 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,217 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,222 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,224 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,224 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,224 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,225 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,229 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-05-11 02:50:58,231 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,232 [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:50:58,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,233 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,241 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,242 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,243 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,243 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,243 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,244 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,248 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-05-11 02:50:58,249 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,250 [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:50:58,251 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,262 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,262 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,262 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,262 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,267 [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:50:58,268 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,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:50:58,270 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,281 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,281 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,281 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,281 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,286 [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:50:58,287 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,288 [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:50:58,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,293 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,293 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,296 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,297 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,297 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,300 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,300 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,300 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,300 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,315 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,315 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,315 [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:50:58,318 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,318 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,319 [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:50:58,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,321 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,324 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,328 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,328 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,329 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,331 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,331 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,331 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,331 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,346 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,346 [main] Physical connection closed
DEBUG 2026-05-11 02:50: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:50:58,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,353 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,359 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,359 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,359 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,359 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,373 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-11 02:50:58,374 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,375 [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:50:58,375 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,380 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,385 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-11 02:50:58,387 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,387 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,387 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,387 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,400 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-11 02:50:58,401 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.158 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.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-05-11 02:50:58,444 [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:50:58,445 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,448 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,456 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,459 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,459 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,462 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,464 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,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:50:58,465 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,470 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,476 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,479 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,479 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,482 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,483 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:50:58,485 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,488 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,494 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,496 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,498 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,498 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,502 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,502 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-05-11 02:50:58,505 [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:50:58,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,514 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,514 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,515 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,515 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-05-11 02:50:58,517 [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:50:58,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,526 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,527 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,527 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,541 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,541 [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:50:58,544 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,544 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,545 [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:50:58,545 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,547 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,549 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,549 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,553 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,554 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,554 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,576 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,577 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,577 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,577 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,590 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,594 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,595 [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:50:58,597 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,597 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-05-11 02:50:58,614 [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:50:58,614 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,619 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,620 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,623 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,626 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,637 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,637 [main] Logical connection got, tx=null
WARN 2026-05-11 02:50:58,639 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-11 02:50:58,640 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-11 02:50:58,641 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,641 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,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:50:58,642 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,655 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,658 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,658 [main] Logical connection got, tx=null
WARN 2026-05-11 02:50:58,660 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-11 02:50:58,661 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-11 02:50:58,661 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,661 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,662 [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:50:58,663 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,668 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,668 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,674 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,677 [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:50:58,678 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-11 02:50:58,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,688 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,690 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-05-11 02:50:58,696 [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:50:58,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,704 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,706 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,706 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,707 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,708 [main] Physical connection closed
DEBUG 2026-05-11 02:50:58,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-11 02:50:58,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,718 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,718 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,719 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,720 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-05-11 02:50:58,722 [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:50:58,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-11 02:50:58,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-11 02:50:58,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-11 02:50:58,732 [main] Physical connection got
DEBUG 2026-05-11 02:50:58,732 [main] Logical connection got, tx=null
DEBUG 2026-05-11 02:50:58,733 [main] Logical connection closed, tx=null
DEBUG 2026-05-11 02:50:58,733 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.292s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.819s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.580s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.060s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon May 11 02:50:58 JST 2026
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS