This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-06-25 02:50:55,665 [main] Logical connection closed
updatedRows:1
DEBUG 2026-06-25 02:50:55,666 [main] Logical connection got
DEBUG 2026-06-25 02:50:55,667 [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-06-25 02:50:55,669 [main] Logical connection closed
DEBUG 2026-06-25 02:50:55,669 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-06-25 02:50:55,702 [main] Physical connection got
DEBUG 2026-06-25 02:50:55,703 [main] Logical connection got
DEBUG 2026-06-25 02:50:55,703 [main] Logical connection closed
DEBUG 2026-06-25 02:50:55,708 [main] Logical connection got
DEBUG 2026-06-25 02:50:55,718 [main] Logical connection closed
DEBUG 2026-06-25 02:50:55,719 [main] Logical connection got
DEBUG 2026-06-25 02:50:55,719 [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-06-25 02:50:55,720 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-06-25 02:50:55.521 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-25 02:50:55,721 [main] Logical connection got
DEBUG 2026-06-25 02:50:55,721 [main] Logical connection closed
DEBUG 2026-06-25 02:50:55,721 [main] Logical connection got
DEBUG 2026-06-25 02:50:55,724 [main] Logical connection closed
DEBUG 2026-06-25 02:50:55,726 [main] Logical connection got
DEBUG 2026-06-25 02:50:55,726 [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-06-25 02:50:55,727 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-06-25 02:50:55.521 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-25 02:50:55,727 [main] Logical connection got
DEBUG 2026-06-25 02:50:55,728 [main] UPDATE EMP SET tstamp = '2026-06-25 02.50.55', 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-06-25 02.50.55'
DEBUG 2026-06-25 02:50:55,728 [main] Logical connection closed
DEBUG 2026-06-25 02:50:55,728 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-06-25 02:50:56,885 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:56,947 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-25 02:50:56,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:56,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,064 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,072 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,096 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-25 02:50:57,263 [main] Physical connection got
DEBUG 2026-06-25 02:50:57,264 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,341 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,346 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-06-25 02:50:57,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:57,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,372 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,372 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,388 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,401 [main] Physical connection got
DEBUG 2026-06-25 02:50:57,402 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,402 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,402 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,514 [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-06-25 02:50:57,521 [main] Physical connection closed
DEBUG 2026-06-25 02:50:57,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:57,524 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,551 [main] Physical connection got
DEBUG 2026-06-25 02:50:57,552 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,552 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,552 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,589 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,611 [main] Physical connection closed
DEBUG 2026-06-25 02:50:57,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:57,614 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,620 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,625 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,625 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,639 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,643 [main] Physical connection got
DEBUG 2026-06-25 02:50:57,643 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,643 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,643 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,686 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,691 [main] Physical connection closed
DEBUG 2026-06-25 02:50:57,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:57,693 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,718 [main] Physical connection got
DEBUG 2026-06-25 02:50:57,718 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,719 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,719 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,751 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,756 [main] Physical connection closed
DEBUG 2026-06-25 02:50:57,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:57,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,768 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,768 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,778 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,781 [main] Physical connection got
DEBUG 2026-06-25 02:50:57,782 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,782 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,782 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,812 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,817 [main] Physical connection closed
DEBUG 2026-06-25 02:50:57,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:57,819 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,828 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,828 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,838 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,842 [main] Physical connection got
DEBUG 2026-06-25 02:50:57,842 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,842 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,842 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,873 [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-06-25 02:50:57,877 [main] Physical connection closed
DEBUG 2026-06-25 02:50:57,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:57,879 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,882 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,884 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,888 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,896 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,897 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,898 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,901 [main] Physical connection got
DEBUG 2026-06-25 02:50:57,901 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,901 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,902 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,931 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,936 [main] Physical connection closed
DEBUG 2026-06-25 02:50:57,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:57,938 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,940 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,946 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:57,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,954 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:57,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:57,957 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:57,960 [main] Physical connection got
DEBUG 2026-06-25 02:50:57,960 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,960 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:57,960 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:57,996 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,000 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,020 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,023 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,023 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,024 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,024 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,051 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,055 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,057 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,080 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782323458080/0, BranchId=]
DEBUG 2026-06-25 02:50:58,082 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,083 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/0, BranchId=]
DEBUG 2026-06-25 02:50:58,083 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/0, BranchId=]
DEBUG 2026-06-25 02:50:58,083 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/0, BranchId=]
DEBUG 2026-06-25 02:50:58,109 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/0, BranchId=]
DEBUG 2026-06-25 02:50:58,130 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/0, BranchId=]
DEBUG 2026-06-25 02:50:58,132 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-06-25 02.50.58', 99, 'hoge', 0)
DEBUG 2026-06-25 02:50:58,137 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/0, BranchId=]
DEBUG 2026-06-25 02:50:58,137 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782323458080/0, BranchId=]
DEBUG 2026-06-25 02:50:58,138 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,140 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,157 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,160 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782323458080/1, BranchId=]
DEBUG 2026-06-25 02:50:58,160 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,160 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/1, BranchId=]
DEBUG 2026-06-25 02:50:58,160 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/1, BranchId=]
DEBUG 2026-06-25 02:50:58,160 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/1, BranchId=]
DEBUG 2026-06-25 02:50:58,184 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/1, BranchId=]
DEBUG 2026-06-25 02:50:58,194 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/1, BranchId=]
DEBUG 2026-06-25 02:50:58,194 [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-06-25 02:50:58,201 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/1, BranchId=]
DEBUG 2026-06-25 02:50:58,201 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/1, BranchId=]
DEBUG 2026-06-25 02:50:58,202 [main] UPDATE EMP SET tstamp = '2026-06-25 02.50.58', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-06-25 02:50:58,203 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/1, BranchId=]
DEBUG 2026-06-25 02:50:58,203 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782323458080/1, BranchId=]
DEBUG 2026-06-25 02:50:58,203 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,205 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,208 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,209 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,213 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,222 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,225 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782323458080/2, BranchId=]
DEBUG 2026-06-25 02:50:58,225 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,225 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/2, BranchId=]
DEBUG 2026-06-25 02:50:58,225 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/2, BranchId=]
DEBUG 2026-06-25 02:50:58,226 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/2, BranchId=]
DEBUG 2026-06-25 02:50:58,250 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/2, BranchId=]
DEBUG 2026-06-25 02:50:58,258 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/2, BranchId=]
DEBUG 2026-06-25 02:50:58,259 [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-06-25 02:50:58,260 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/2, BranchId=]
DEBUG 2026-06-25 02:50:58,261 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/2, BranchId=]
DEBUG 2026-06-25 02:50:58,261 [main] UPDATE EMP SET tstamp = '2026-06-25 02.50.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2026-06-25 02:50:58,261 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/2, BranchId=]
DEBUG 2026-06-25 02:50:58,262 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782323458080/2, BranchId=]
DEBUG 2026-06-25 02:50:58,262 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,268 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,269 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,273 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,277 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,277 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,284 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,285 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,286 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,288 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782323458080/3, BranchId=]
DEBUG 2026-06-25 02:50:58,289 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/3, BranchId=]
DEBUG 2026-06-25 02:50:58,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/3, BranchId=]
DEBUG 2026-06-25 02:50:58,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/3, BranchId=]
DEBUG 2026-06-25 02:50:58,314 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/3, BranchId=]
DEBUG 2026-06-25 02:50:58,322 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/3, BranchId=]
DEBUG 2026-06-25 02:50:58,322 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-06-25 02:50:58,324 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/3, BranchId=]
DEBUG 2026-06-25 02:50:58,324 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/3, BranchId=]
DEBUG 2026-06-25 02:50:58,324 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-06-25 02:50:58,325 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/3, BranchId=]
DEBUG 2026-06-25 02:50:58,325 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782323458080/3, BranchId=]
DEBUG 2026-06-25 02:50:58,325 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,326 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,327 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,335 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,344 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,348 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,348 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,348 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,348 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,373 [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-06-25 02:50:58,374 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,384 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,404 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,405 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,405 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,405 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,430 [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-06-25 02:50:58,438 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,440 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,458 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,461 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,461 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,461 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,461 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,486 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,495 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,497 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,499 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,501 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,505 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,514 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,517 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,517 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,517 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,517 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,545 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,552 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,554 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,568 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,569 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,570 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,572 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,572 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,572 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,572 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,595 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,603 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,612 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,620 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,622 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,622 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,623 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,623 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,644 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,652 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,652 [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-06-25 02:50:58,659 [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-06-25 02:50:58,660 [main] Physical connection closed
DEBUG 2026-06-25 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-06-25 02:50:58,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,670 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,678 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,680 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,680 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,680 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,680 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,701 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,709 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,709 [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-06-25 02:50:58,713 [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-06-25 02:50:58,714 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,715 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,723 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,731 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,733 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,733 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,733 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,733 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,754 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,767 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,767 [main] select * from emp
DEBUG 2026-06-25 02:50:58,770 [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-06-25 02:50:58,771 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,772 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,776 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,780 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,780 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,790 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,790 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,790 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,791 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,811 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,819 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,819 [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-06-25 02:50:58,822 [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-06-25 02:50:58,824 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,841 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,843 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,843 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,843 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,844 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,864 [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-06-25 02:50:58,872 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,874 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,888 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,889 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,890 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,892 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,892 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,892 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,892 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,913 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,921 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,921 [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-06-25 02:50:58,923 [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-06-25 02:50:58,925 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,927 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,929 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,944 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,944 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,944 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,945 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,965 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,973 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,973 [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-06-25 02:50:58,978 [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-06-25 02:50:58,979 [main] Physical connection closed
DEBUG 2026-06-25 02:50:58,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:58,981 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,983 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:58,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:58,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:58,996 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:58,999 [main] Physical connection got
DEBUG 2026-06-25 02:50:58,999 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:58,999 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:58,999 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,020 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,030 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,030 [main] select * from emp
DEBUG 2026-06-25 02:50:59,032 [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-06-25 02:50:59,033 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,053 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,053 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,054 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,054 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,078 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,087 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,087 [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-06-25 02:50:59,089 [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-06-25 02:50:59,091 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,093 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,095 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,108 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,110 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,113 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,113 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,113 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,114 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,137 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,146 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,146 [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-06-25 02:50:59,149 [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-06-25 02:50:59,149 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,151 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,153 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,159 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,167 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,168 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,169 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,172 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,172 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,175 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,175 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,200 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,209 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,209 [main] select count(*) from emp
DEBUG 2026-06-25 02:50:59,211 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,211 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,213 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,222 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,222 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,231 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,238 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,239 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,239 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,239 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,259 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,268 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,268 [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-06-25 02:50:59,269 [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-06-25 02:50:59,269 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,271 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,275 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,278 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,278 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,284 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,286 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,289 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,289 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,289 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,289 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,309 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,317 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,317 [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-06-25 02:50:59,318 [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-06-25 02:50:59,319 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,320 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,335 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,338 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,338 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,338 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,338 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,359 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,366 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,366 [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-06-25 02:50:59,367 [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-06-25 02:50:59,368 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,369 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,369 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,372 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,377 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,388 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,388 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,389 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,389 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,409 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,416 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,417 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-25 02:50:59,417 [main] Logical connection closed, tx=null
[Ljava.util.Map;@578b1f8f
DEBUG 2026-06-25 02:50:59,418 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,433 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,434 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,436 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,437 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,437 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,437 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,457 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,464 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,464 [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-06-25 02:50:59,467 [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-06-25 02:50:59,467 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,469 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,476 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,482 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,483 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,484 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,486 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,486 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,486 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,486 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,506 [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-06-25 02:50:59,513 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,513 [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-06-25 02:50:59,516 [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-06-25 02:50:59,517 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,519 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,526 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,533 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,536 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,536 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,536 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,536 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,556 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,560 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,560 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-25 02:50:59,560 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,560 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,562 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,569 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,575 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,577 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,579 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,579 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,579 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,579 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,600 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,603 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,603 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-25 02:50:59,604 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,604 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,624 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,624 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,624 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,624 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,638 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,639 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,639 [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-06-25 02:50:59,640 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-06-25 02:50:59,641 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,642 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,660 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,662 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,662 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,663 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,663 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,675 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,676 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,676 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-06-25 02:50:59,677 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-06-25 02:50:59,678 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,688 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,691 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,697 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,698 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,699 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,701 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782323458080/4, BranchId=]
DEBUG 2026-06-25 02:50:59,701 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/4, BranchId=]
DEBUG 2026-06-25 02:50:59,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/4, BranchId=]
DEBUG 2026-06-25 02:50:59,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/4, BranchId=]
DEBUG 2026-06-25 02:50:59,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/4, BranchId=]
DEBUG 2026-06-25 02:50:59,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/4, BranchId=]
DEBUG 2026-06-25 02:50:59,728 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-06-25 02.50.59', 9999, 'test', 50)
DEBUG 2026-06-25 02:50:59,729 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/4, BranchId=]
DEBUG 2026-06-25 02:50:59,729 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/4, BranchId=]
DEBUG 2026-06-25 02:50:59,729 [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-06-25 02:50:59,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/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-06-25 02:50:59,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/4, BranchId=]
DEBUG 2026-06-25 02:50:59,731 [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-06-25 02:50:59,732 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-06-25 02:50:59.728 {50, null, null, 0}
DEBUG 2026-06-25 02:50:59,733 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782323458080/4, BranchId=]
DEBUG 2026-06-25 02:50:59,733 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,735 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,749 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,749 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,751 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,751 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,751 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,752 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,770 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,776 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,778 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,794 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,795 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,795 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,795 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,814 [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-06-25 02:50:59,823 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,823 [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-06-25 02:50:59,825 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,826 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,831 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,834 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,841 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,843 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,843 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,843 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,844 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,862 [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-06-25 02:50:59,871 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,871 [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-06-25 02:50:59,872 [main] Logical connection closed, tx=null
[]
DEBUG 2026-06-25 02:50:59,872 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,874 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,890 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,890 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,891 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,891 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,909 [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-06-25 02:50:59,914 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,914 [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-06-25 02:50:59,916 [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-06-25 02:50:59,916 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,917 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,918 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,925 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,930 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,931 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,932 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,934 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,934 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,934 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,934 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,951 [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-06-25 02:50:59,955 [main] Physical connection closed
DEBUG 2026-06-25 02:50:59,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:50:59,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,963 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:50:59,963 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,969 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:50:59,970 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:50:59,970 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:50:59,972 [main] Physical connection got
DEBUG 2026-06-25 02:50:59,972 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,973 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:50:59,973 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,991 [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-06-25 02:50:59,998 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:50:59,998 [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-06-25 02:51:00,001 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,001 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,016 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,018 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,018 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,019 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,019 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,036 [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-06-25 02:51:00,043 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,043 [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-06-25 02:51:00,044 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,044 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,053 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,059 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,062 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,062 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,062 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,062 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,085 [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-06-25 02:51:00,086 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,086 [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-06-25 02:51:00,088 [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-06-25 02:51:00,089 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,091 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,094 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,097 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,103 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,104 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,107 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,107 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,107 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,107 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,124 [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-06-25 02:51:00,125 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,126 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,134 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,143 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,144 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,144 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,144 [main] Logical connection got, tx=null
WARN 2026-06-25 02:51:00,147 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-06-25 02:51:00,152 [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-06-25 02:51:00,153 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,153 [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-06-25 02:51:00,156 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-06-25 02:51:00,156 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,157 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,158 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,160 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,161 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,165 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,171 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,173 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,174 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,174 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,174 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,195 [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-06-25 02:51:00,202 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,204 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,216 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,218 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,220 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,220 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,220 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,221 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,239 [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-06-25 02:51:00,243 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,243 [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-06-25 02:51:00,244 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,244 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,244 [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-06-25 02:51:00,245 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,245 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,247 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,249 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,263 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,263 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,263 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,263 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,281 [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-06-25 02:51:00,285 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,285 [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-06-25 02:51:00,288 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,288 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,288 [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-06-25 02:51:00,289 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,289 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,290 [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-06-25 02:51:00,292 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,292 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,292 [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-06-25 02:51:00,293 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,293 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,293 [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-06-25 02:51:00,294 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,294 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,296 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,311 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782323458080/5, BranchId=]
DEBUG 2026-06-25 02:51:00,311 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,312 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/5, BranchId=]
DEBUG 2026-06-25 02:51:00,312 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/5, BranchId=]
DEBUG 2026-06-25 02:51:00,312 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/5, BranchId=]
DEBUG 2026-06-25 02:51:00,331 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-06-25 02:51:00,332 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/5, BranchId=]
DEBUG 2026-06-25 02:51:00,332 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-25 02:51:00,332 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/5, BranchId=]
DEBUG 2026-06-25 02:51:00,332 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/5, BranchId=]
DEBUG 2026-06-25 02:51:00,333 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-06-25 02:51:00,333 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/5, BranchId=]
DEBUG 2026-06-25 02:51:00,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782323458080/5, BranchId=]
DEBUG 2026-06-25 02:51:00,333 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-25 02:51:00,334 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782323458080/5, BranchId=]
DEBUG 2026-06-25 02:51:00,334 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782323458080/5, BranchId=]
DEBUG 2026-06-25 02:51:00,334 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,348 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,349 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,352 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,352 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,352 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,352 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,371 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,384 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,385 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,389 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,406 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,406 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,408 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,409 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,409 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,409 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,427 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,432 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,433 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,433 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,435 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,437 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,445 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,446 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,449 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,449 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,449 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,449 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,456 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-06-25 02:51:00,458 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,459 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,459 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,472 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,474 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,474 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,474 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,475 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,481 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-06-25 02:51:00,483 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,484 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,488 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,491 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,500 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,502 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,502 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,503 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,503 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,509 [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-06-25 02:51:00,511 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,513 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,514 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,516 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,519 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,524 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,526 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,528 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,528 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,528 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,528 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,535 [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-06-25 02:51:00,537 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,538 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,540 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,542 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,545 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,551 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,553 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,553 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,553 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,554 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,571 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,572 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,573 [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-06-25 02:51:00,576 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,576 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,591 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,593 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,593 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,594 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,594 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,612 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,613 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,614 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,629 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,630 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,648 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-06-25 02:51:00,649 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,650 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,650 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,652 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,657 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,663 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-25 02:51:00,665 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,666 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,666 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,666 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,684 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-06-25 02:51:00,685 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.338 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.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-06-25 02:51:00,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,736 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-25 02:51:00,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,740 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,752 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-25 02:51:00,755 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,755 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,759 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,761 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,762 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,763 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-25 02:51:00,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,766 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,778 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-25 02:51:00,781 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,781 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,785 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,785 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,787 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-25 02:51:00,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,802 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-25 02:51:00,804 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,805 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,808 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,809 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-06-25 02:51:00,812 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,815 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,818 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,818 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,823 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,824 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,826 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,826 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,827 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,827 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-06-25 02:51:00,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,845 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,846 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,873 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,874 [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-06-25 02:51:00,879 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,879 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,881 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,895 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,896 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,916 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,916 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,916 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,917 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,930 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,935 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:00,935 [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-06-25 02:51:00,938 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,938 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-06-25 02:51:00,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,958 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-25 02:51:00,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,969 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:00,970 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,973 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-25 02:51:00,984 [main] Physical connection got
DEBUG 2026-06-25 02:51:00,985 [main] Logical connection got, tx=null
WARN 2026-06-25 02:51:00,987 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-06-25 02:51:00,988 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-06-25 02:51:00,988 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:00,988 [main] Physical connection closed
DEBUG 2026-06-25 02:51:00,989 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:00,990 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-25 02:51:00,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:00,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:00,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:01,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:01,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:01,005 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-25 02:51:01,020 [main] Physical connection got
DEBUG 2026-06-25 02:51:01,020 [main] Logical connection got, tx=null
WARN 2026-06-25 02:51:01,022 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-06-25 02:51:01,023 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-06-25 02:51:01,023 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:01,023 [main] Physical connection closed
DEBUG 2026-06-25 02:51:01,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:01,025 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-25 02:51:01,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:01,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:01,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:01,031 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:01,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:01,037 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:01,040 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-25 02:51:01,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:01,045 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-25 02:51:01,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:01,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:01,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:01,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:01,056 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:01,057 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:01,060 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-06-25 02:51:01,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:01,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:01,070 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:01,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:01,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:01,080 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:01,081 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:01,083 [main] Physical connection got
DEBUG 2026-06-25 02:51:01,092 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:01,094 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:01,094 [main] Physical connection closed
DEBUG 2026-06-25 02:51:01,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:01,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:01,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:01,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:01,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:01,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:01,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:01,108 [main] Physical connection got
DEBUG 2026-06-25 02:51:01,108 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:01,109 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:01,109 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-06-25 02:51:01,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-25 02:51:01,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:01,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-25 02:51:01,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-25 02:51:01,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:01,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-25 02:51:01,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-25 02:51:01,131 [main] Physical connection got
DEBUG 2026-06-25 02:51:01,131 [main] Logical connection got, tx=null
DEBUG 2026-06-25 02:51:01,131 [main] Logical connection closed, tx=null
DEBUG 2026-06-25 02:51:01,131 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.307s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.905s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.532s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.430s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu Jun 25 02:51:01 JST 2026
[INFO] Final Memory: 30M/404M
[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