This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-05-17 02:50:57,620 [main] Logical connection closed
updatedRows:1
DEBUG 2026-05-17 02:50:57,621 [main] Logical connection got
DEBUG 2026-05-17 02:50:57,621 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2026-05-17 02:50:57,624 [main] Logical connection closed
DEBUG 2026-05-17 02:50:57,625 [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-05-17 02:50:57,658 [main] Physical connection got
DEBUG 2026-05-17 02:50:57,659 [main] Logical connection got
DEBUG 2026-05-17 02:50:57,659 [main] Logical connection closed
DEBUG 2026-05-17 02:50:57,659 [main] Logical connection got
DEBUG 2026-05-17 02:50:57,670 [main] Logical connection closed
DEBUG 2026-05-17 02:50:57,670 [main] Logical connection got
DEBUG 2026-05-17 02:50:57,671 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2026-05-17 02:50:57,672 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-17 02:50:57.476 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-17 02:50:57,673 [main] Logical connection got
DEBUG 2026-05-17 02:50:57,673 [main] Logical connection closed
DEBUG 2026-05-17 02:50:57,673 [main] Logical connection got
DEBUG 2026-05-17 02:50:57,676 [main] Logical connection closed
DEBUG 2026-05-17 02:50:57,678 [main] Logical connection got
DEBUG 2026-05-17 02:50:57,678 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-17 02:50:57,679 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-17 02:50:57.476 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-17 02:50:57,679 [main] Logical connection got
DEBUG 2026-05-17 02:50:57,680 [main] UPDATE EMP SET tstamp = '2026-05-17 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2026-05-17 02.50.57'
DEBUG 2026-05-17 02:50:57,680 [main] Logical connection closed
DEBUG 2026-05-17 02:50:57,680 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 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.135 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-05-17 02:50:58,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:50:58,939 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-17 02:50:58,973 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:58,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,092 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-17 02:50:59,263 [main] Physical connection got
DEBUG 2026-05-17 02:50:59,263 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,344 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,350 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-05-17 02:50:59,365 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:50:59,367 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,370 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,379 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,394 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,407 [main] Physical connection got
DEBUG 2026-05-17 02:50:59,407 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,407 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,408 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,518 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2026-05-17 02:50:59,523 [main] Physical connection closed
DEBUG 2026-05-17 02:50:59,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:50:59,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,553 [main] Physical connection got
DEBUG 2026-05-17 02:50:59,553 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,553 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,553 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,592 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,615 [main] Physical connection closed
DEBUG 2026-05-17 02:50:59,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:50:59,617 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,623 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,628 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,628 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,641 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,641 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,645 [main] Physical connection got
DEBUG 2026-05-17 02:50:59,645 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,645 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,646 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,688 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,693 [main] Physical connection closed
DEBUG 2026-05-17 02:50:59,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:50:59,696 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,716 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,719 [main] Physical connection got
DEBUG 2026-05-17 02:50:59,720 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,720 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,720 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,753 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,758 [main] Physical connection closed
DEBUG 2026-05-17 02:50:59,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:50:59,761 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,781 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,784 [main] Physical connection got
DEBUG 2026-05-17 02:50:59,784 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,784 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,784 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,816 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,822 [main] Physical connection closed
DEBUG 2026-05-17 02:50:59,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:50:59,824 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,847 [main] Physical connection got
DEBUG 2026-05-17 02:50:59,847 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,847 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,847 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,877 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2026-05-17 02:50:59,881 [main] Physical connection closed
DEBUG 2026-05-17 02:50:59,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:50:59,884 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,886 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,893 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,893 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,900 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,903 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,905 [main] Physical connection got
DEBUG 2026-05-17 02:50:59,906 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,906 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,906 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,935 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,940 [main] Physical connection closed
DEBUG 2026-05-17 02:50:59,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:50:59,942 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,945 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,947 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,951 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:50:59,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:50:59,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:50:59,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:50:59,964 [main] Physical connection got
DEBUG 2026-05-17 02:50:59,964 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,965 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:50:59,965 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:50:59,997 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,002 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,004 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,013 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,020 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,022 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,022 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,025 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,026 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,026 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,026 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,054 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,058 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,061 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,078 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,079 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,084 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778953860084/0, BranchId=]
DEBUG 2026-05-17 02:51:00,086 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,087 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/0, BranchId=]
DEBUG 2026-05-17 02:51:00,087 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/0, BranchId=]
DEBUG 2026-05-17 02:51:00,087 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/0, BranchId=]
DEBUG 2026-05-17 02:51:00,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/0, BranchId=]
DEBUG 2026-05-17 02:51:00,133 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/0, BranchId=]
DEBUG 2026-05-17 02:51:00,136 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-17 02.51.00', 99, 'hoge', 0)
DEBUG 2026-05-17 02:51:00,142 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/0, BranchId=]
DEBUG 2026-05-17 02:51:00,142 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778953860084/0, BranchId=]
DEBUG 2026-05-17 02:51:00,142 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,145 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,147 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,149 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,154 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,163 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,166 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778953860084/1, BranchId=]
DEBUG 2026-05-17 02:51:00,166 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,166 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/1, BranchId=]
DEBUG 2026-05-17 02:51:00,166 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/1, BranchId=]
DEBUG 2026-05-17 02:51:00,167 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/1, BranchId=]
DEBUG 2026-05-17 02:51:00,192 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/1, BranchId=]
DEBUG 2026-05-17 02:51:00,203 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/1, BranchId=]
DEBUG 2026-05-17 02:51:00,203 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-17 02:51:00,211 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/1, BranchId=]
DEBUG 2026-05-17 02:51:00,211 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/1, BranchId=]
DEBUG 2026-05-17 02:51:00,212 [main] UPDATE EMP SET tstamp = '2026-05-17 02.51.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-17 02:51:00,212 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/1, BranchId=]
DEBUG 2026-05-17 02:51:00,213 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778953860084/1, BranchId=]
DEBUG 2026-05-17 02:51:00,213 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,214 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,215 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,217 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,219 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,236 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778953860084/2, BranchId=]
DEBUG 2026-05-17 02:51:00,237 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,237 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/2, BranchId=]
DEBUG 2026-05-17 02:51:00,237 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/2, BranchId=]
DEBUG 2026-05-17 02:51:00,237 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/2, BranchId=]
DEBUG 2026-05-17 02:51:00,262 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/2, BranchId=]
DEBUG 2026-05-17 02:51:00,272 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/2, BranchId=]
DEBUG 2026-05-17 02:51:00,272 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-17 02:51:00,275 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/2, BranchId=]
DEBUG 2026-05-17 02:51:00,275 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/2, BranchId=]
DEBUG 2026-05-17 02:51:00,275 [main] UPDATE EMP SET tstamp = '2026-05-17 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2026-05-17 02:51:00,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/2, BranchId=]
DEBUG 2026-05-17 02:51:00,276 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778953860084/2, BranchId=]
DEBUG 2026-05-17 02:51:00,276 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,283 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,299 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,301 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,304 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778953860084/3, BranchId=]
DEBUG 2026-05-17 02:51:00,305 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,305 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/3, BranchId=]
DEBUG 2026-05-17 02:51:00,305 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/3, BranchId=]
DEBUG 2026-05-17 02:51:00,305 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/3, BranchId=]
DEBUG 2026-05-17 02:51:00,330 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/3, BranchId=]
DEBUG 2026-05-17 02:51:00,339 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/3, BranchId=]
DEBUG 2026-05-17 02:51:00,340 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-17 02:51:00,342 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/3, BranchId=]
DEBUG 2026-05-17 02:51:00,342 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/3, BranchId=]
DEBUG 2026-05-17 02:51:00,342 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-17 02:51:00,343 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/3, BranchId=]
DEBUG 2026-05-17 02:51:00,343 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778953860084/3, BranchId=]
DEBUG 2026-05-17 02:51:00,343 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,367 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,367 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,368 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,368 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,393 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2026-05-17 02:51:00,394 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,415 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,426 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,426 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,426 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,426 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,451 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2026-05-17 02:51:00,460 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,462 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,484 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,484 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,485 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,485 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,509 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,518 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,522 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,529 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,538 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,540 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,540 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,541 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,541 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,568 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,578 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,580 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,583 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,596 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,598 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,598 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,601 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,601 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,601 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,601 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,623 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,633 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,652 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,654 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,654 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,655 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,655 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,677 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,685 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,686 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-17 02:51:00,693 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-05-17 02:51:00,695 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,696 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,716 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,716 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,717 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,717 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,740 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,748 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,748 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-17 02:51:00,752 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-05-17 02:51:00,753 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,763 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,775 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,775 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,775 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,775 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,797 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,810 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,810 [main] select * from emp
DEBUG 2026-05-17 02:51:00,813 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-17 02:51:00,814 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,816 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,818 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,820 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,824 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,835 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,835 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,835 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,836 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,857 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,865 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,865 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-05-17 02:51:00,869 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-05-17 02:51:00,870 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,872 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,888 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,889 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,891 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,891 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,891 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,891 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,912 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2026-05-17 02:51:00,920 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,922 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,924 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,926 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,930 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,930 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:00,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,939 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,941 [main] Physical connection got
DEBUG 2026-05-17 02:51:00,941 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,941 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,941 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,962 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:00,976 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:00,981 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-17 02:51:00,984 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-17 02:51:00,985 [main] Physical connection closed
DEBUG 2026-05-17 02:51:00,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:00,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:00,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:00,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:00,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,003 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,005 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,005 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,006 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,006 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,026 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,034 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,034 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-17 02:51:01,043 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-17 02:51:01,044 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,050 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,061 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,062 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,064 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,064 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,064 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,064 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,084 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,093 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,093 [main] select * from emp
DEBUG 2026-05-17 02:51:01,094 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-17 02:51:01,096 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,098 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,102 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,112 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,113 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,115 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,115 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,115 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,116 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,136 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,144 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,144 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-05-17 02:51:01,146 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-17 02:51:01,147 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,149 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,164 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,164 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,167 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,167 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,167 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,167 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,187 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,194 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,195 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-17 02:51:01,196 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-17 02:51:01,197 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,199 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,203 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,206 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,206 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,212 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,214 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,216 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,216 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,216 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,217 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,237 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,245 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,245 [main] select count(*) from emp
DEBUG 2026-05-17 02:51:01,246 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,246 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,248 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,266 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,268 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,268 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,270 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,270 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,271 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,271 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,290 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,299 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,299 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-17 02:51:01,300 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2026-05-17 02:51:01,300 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,302 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,317 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,319 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,319 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,319 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,320 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,339 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,347 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,347 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-17 02:51:01,348 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2026-05-17 02:51:01,349 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,366 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,368 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,368 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,368 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,368 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,387 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,395 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,395 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-17 02:51:01,396 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2026-05-17 02:51:01,396 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,413 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,416 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,416 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,416 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,416 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,435 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,443 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,443 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-17 02:51:01,444 [main] Logical connection closed, tx=null
[Ljava.util.Map;@5f873eb2
DEBUG 2026-05-17 02:51:01,444 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,446 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,448 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,453 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,454 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,461 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,461 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,463 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,463 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,464 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,464 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,483 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,490 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,490 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2026-05-17 02:51:01,493 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2026-05-17 02:51:01,493 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,495 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,497 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,499 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,502 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,502 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,508 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,509 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,509 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,512 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,512 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,512 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,512 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,531 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2026-05-17 02:51:01,539 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,539 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2026-05-17 02:51:01,544 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-05-17 02:51:01,544 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,545 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,546 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,548 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,563 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,566 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,566 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,566 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,566 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,588 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,592 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,592 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-17 02:51:01,593 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,593 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,595 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,597 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,614 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,614 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,614 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,614 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,636 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,641 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,641 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-17 02:51:01,641 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,641 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,660 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,663 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,663 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,663 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,663 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,679 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,680 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,680 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2026-05-17 02:51:01,681 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-05-17 02:51:01,681 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,683 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,688 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,691 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,691 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,703 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,706 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,706 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,706 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,706 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,718 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,718 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,718 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-05-17 02:51:01,719 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-05-17 02:51:01,720 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,721 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,733 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,735 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,736 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778953860084/4, BranchId=]
DEBUG 2026-05-17 02:51:01,737 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/4, BranchId=]
DEBUG 2026-05-17 02:51:01,737 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/4, BranchId=]
DEBUG 2026-05-17 02:51:01,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/4, BranchId=]
DEBUG 2026-05-17 02:51:01,754 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/4, BranchId=]
DEBUG 2026-05-17 02:51:01,761 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/4, BranchId=]
DEBUG 2026-05-17 02:51:01,762 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-17 02.51.01', 9999, 'test', 50)
DEBUG 2026-05-17 02:51:01,762 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/4, BranchId=]
DEBUG 2026-05-17 02:51:01,762 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/4, BranchId=]
DEBUG 2026-05-17 02:51:01,762 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2026-05-17 02:51:01,764 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-17 02:51:01,764 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/4, BranchId=]
DEBUG 2026-05-17 02:51:01,764 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2026-05-17 02:51:01,765 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-05-17 02:51:01.761 {50, null, null, 0}
DEBUG 2026-05-17 02:51:01,765 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778953860084/4, BranchId=]
DEBUG 2026-05-17 02:51:01,765 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,769 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,779 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,781 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,783 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,783 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,783 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,783 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,800 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,807 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,808 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,810 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,822 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,824 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,824 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,824 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,824 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,841 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2026-05-17 02:51:01,850 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,850 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-17 02:51:01,852 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,853 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,854 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,856 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,858 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,870 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,870 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,870 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,870 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,887 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2026-05-17 02:51:01,896 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,896 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2026-05-17 02:51:01,896 [main] Logical connection closed, tx=null
[]
DEBUG 2026-05-17 02:51:01,897 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,898 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,898 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,900 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,902 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,905 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,905 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,915 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,917 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,917 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,918 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,918 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,934 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2026-05-17 02:51:01,939 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,939 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2026-05-17 02:51:01,941 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-05-17 02:51:01,941 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,942 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,949 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,949 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,954 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,955 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,957 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,957 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,957 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,957 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,973 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2026-05-17 02:51:01,976 [main] Physical connection closed
DEBUG 2026-05-17 02:51:01,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:01,978 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,981 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:01,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,989 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:01,990 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:01,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:01,992 [main] Physical connection got
DEBUG 2026-05-17 02:51:01,993 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:01,993 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:01,993 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,009 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-05-17 02:51:02,016 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,016 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-17 02:51:02,018 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,018 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,020 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,026 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,031 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,032 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,032 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,034 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,035 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,035 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,035 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,051 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-05-17 02:51:02,062 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,062 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2026-05-17 02:51:02,063 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,063 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,064 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,068 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,080 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,080 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,080 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,080 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,098 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-17 02:51:02,099 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,099 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2026-05-17 02:51:02,101 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2026-05-17 02:51:02,101 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,102 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,103 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,105 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,109 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,109 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,118 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,118 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,118 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,118 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,134 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-17 02:51:02,135 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,136 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,138 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,140 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,143 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,143 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,148 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,149 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,150 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,152 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,152 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,152 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,152 [main] Logical connection got, tx=null
WARN 2026-05-17 02:51:02,155 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-05-17 02:51:02,160 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-05-17 02:51:02,161 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,161 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-05-17 02:51:02,163 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-05-17 02:51:02,164 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,171 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,176 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,177 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,179 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,179 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,180 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,180 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,197 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-17 02:51:02,203 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,205 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,216 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,217 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,220 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,220 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,220 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,220 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,237 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2026-05-17 02:51:02,241 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,241 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-17 02:51:02,242 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,242 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,242 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2026-05-17 02:51:02,243 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,243 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,248 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,251 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,251 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,257 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,260 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,260 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,260 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,260 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,277 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2026-05-17 02:51:02,280 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,280 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-17 02:51:02,283 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,284 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,284 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2026-05-17 02:51:02,284 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,284 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,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 WHERE job = 'SALESMAN'
DEBUG 2026-05-17 02:51:02,286 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,286 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,287 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2026-05-17 02:51:02,287 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,287 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,287 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2026-05-17 02:51:02,288 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,288 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,290 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,303 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,305 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778953860084/5, BranchId=]
DEBUG 2026-05-17 02:51:02,306 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,306 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/5, BranchId=]
DEBUG 2026-05-17 02:51:02,306 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/5, BranchId=]
DEBUG 2026-05-17 02:51:02,306 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/5, BranchId=]
DEBUG 2026-05-17 02:51:02,327 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-05-17 02:51:02,327 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/5, BranchId=]
DEBUG 2026-05-17 02:51:02,327 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-17 02:51:02,328 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/5, BranchId=]
DEBUG 2026-05-17 02:51:02,328 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/5, BranchId=]
DEBUG 2026-05-17 02:51:02,328 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-05-17 02:51:02,328 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/5, BranchId=]
DEBUG 2026-05-17 02:51:02,328 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778953860084/5, BranchId=]
DEBUG 2026-05-17 02:51:02,328 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-17 02:51:02,329 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778953860084/5, BranchId=]
DEBUG 2026-05-17 02:51:02,329 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778953860084/5, BranchId=]
DEBUG 2026-05-17 02:51:02,329 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,337 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,337 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,343 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,344 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,346 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,346 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,347 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,347 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,364 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,367 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,368 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,369 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,380 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,381 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,381 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,383 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,383 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,384 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,384 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,401 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,405 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,407 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,421 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,421 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,422 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,422 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,428 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-05-17 02:51:02,433 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,448 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,450 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,450 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,450 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,450 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,456 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-05-17 02:51:02,458 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,459 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,459 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,462 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,473 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,473 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,473 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,473 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,479 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2026-05-17 02:51:02,480 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,482 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,487 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,493 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,495 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,495 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,495 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,496 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,503 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2026-05-17 02:51:02,505 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,517 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,520 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,520 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,520 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,520 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,537 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,537 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,538 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-17 02:51:02,540 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,541 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,554 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,556 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,557 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,557 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,557 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,573 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,574 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,575 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,588 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,590 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,590 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,590 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,590 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,607 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-17 02:51:02,607 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,609 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-17 02:51:02,623 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,623 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,623 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,623 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,640 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-17 02:51:02,640 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.287 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-05-17 02:51:02,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,691 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,697 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,706 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,709 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,709 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,712 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,715 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,716 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,718 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,720 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,731 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,734 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,734 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,737 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,738 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,739 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,745 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,745 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,754 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,756 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,756 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,764 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,764 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-05-17 02:51:02,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,791 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,791 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,792 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,792 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-05-17 02:51:02,795 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,800 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,800 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,804 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,805 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,807 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,807 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,823 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,823 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2026-05-17 02:51:02,826 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,826 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,839 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,839 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,855 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,855 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,855 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,855 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,877 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,882 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:02,882 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-17 02:51:02,884 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,884 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-05-17 02:51:02,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,904 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,918 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,929 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,929 [main] Logical connection got, tx=null
WARN 2026-05-17 02:51:02,932 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-17 02:51:02,932 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-17 02:51:02,933 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,933 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,934 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,936 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,937 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,940 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,940 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,948 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,950 [main] Physical connection got
DEBUG 2026-05-17 02:51:02,951 [main] Logical connection got, tx=null
WARN 2026-05-17 02:51:02,952 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-17 02:51:02,953 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-17 02:51:02,953 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:02,953 [main] Physical connection closed
DEBUG 2026-05-17 02:51:02,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,955 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,968 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,971 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,972 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-17 02:51:02,973 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:02,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,985 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-05-17 02:51:02,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:02,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:02,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:02,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:03,000 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:03,001 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:03,002 [main] Physical connection got
DEBUG 2026-05-17 02:51:03,003 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:03,004 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:03,004 [main] Physical connection closed
DEBUG 2026-05-17 02:51:03,005 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:03,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:03,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:03,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:03,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:03,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:03,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:03,016 [main] Physical connection got
DEBUG 2026-05-17 02:51:03,016 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:03,017 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:03,017 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-05-17 02:51:03,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-17 02:51:03,020 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:03,022 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-17 02:51:03,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-17 02:51:03,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:03,028 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-17 02:51:03,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-17 02:51:03,030 [main] Physical connection got
DEBUG 2026-05-17 02:51:03,030 [main] Logical connection got, tx=null
DEBUG 2026-05-17 02:51:03,031 [main] Logical connection closed, tx=null
DEBUG 2026-05-17 02:51:03,031 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.294s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.825s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.574s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.356s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun May 17 02:51:03 JST 2026
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS