This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-03-22 02:50:56,634 [main] Logical connection closed
updatedRows:1
DEBUG 2026-03-22 02:50:56,635 [main] Logical connection got
DEBUG 2026-03-22 02:50:56,635 [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-03-22 02:50:56,638 [main] Logical connection closed
DEBUG 2026-03-22 02:50:56,638 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-03-22 02:50:56,672 [main] Physical connection got
DEBUG 2026-03-22 02:50:56,672 [main] Logical connection got
DEBUG 2026-03-22 02:50:56,672 [main] Logical connection closed
DEBUG 2026-03-22 02:50:56,672 [main] Logical connection got
DEBUG 2026-03-22 02:50:56,683 [main] Logical connection closed
DEBUG 2026-03-22 02:50:56,684 [main] Logical connection got
DEBUG 2026-03-22 02:50:56,684 [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-03-22 02:50:56,685 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-03-22 02:50:56.487 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-03-22 02:50:56,686 [main] Logical connection got
DEBUG 2026-03-22 02:50:56,686 [main] Logical connection closed
DEBUG 2026-03-22 02:50:56,686 [main] Logical connection got
DEBUG 2026-03-22 02:50:56,689 [main] Logical connection closed
DEBUG 2026-03-22 02:50:56,691 [main] Logical connection got
DEBUG 2026-03-22 02:50:56,691 [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-03-22 02:50:56,692 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-03-22 02:50:56.487 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-03-22 02:50:56,692 [main] Logical connection got
DEBUG 2026-03-22 02:50:56,693 [main] UPDATE EMP SET tstamp = '2026-03-22 02.50.56', 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-03-22 02.50.56'
DEBUG 2026-03-22 02:50:56,693 [main] Logical connection closed
DEBUG 2026-03-22 02:50:56,693 [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.118 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-03-22 02:50:57,853 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:57,908 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:50:57,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:57,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:57,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:57,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,050 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:50:58,208 [main] Physical connection got
DEBUG 2026-03-22 02:50:58,208 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,283 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,289 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-03-22 02:50:58,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:58,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,327 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,328 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,343 [main] Physical connection got
DEBUG 2026-03-22 02:50:58,343 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,343 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,343 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,456 [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-03-22 02:50:58,461 [main] Physical connection closed
DEBUG 2026-03-22 02:50:58,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:58,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,486 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,486 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,491 [main] Physical connection got
DEBUG 2026-03-22 02:50:58,492 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,492 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,492 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,532 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,555 [main] Physical connection closed
DEBUG 2026-03-22 02:50:58,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:58,558 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,563 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,582 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,586 [main] Physical connection got
DEBUG 2026-03-22 02:50:58,586 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,587 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,587 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,629 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,635 [main] Physical connection closed
DEBUG 2026-03-22 02:50:58,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:58,637 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,662 [main] Physical connection got
DEBUG 2026-03-22 02:50:58,662 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,662 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,663 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,696 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,701 [main] Physical connection closed
DEBUG 2026-03-22 02:50:58,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:58,703 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,723 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,726 [main] Physical connection got
DEBUG 2026-03-22 02:50:58,726 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,727 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,727 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,759 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,764 [main] Physical connection closed
DEBUG 2026-03-22 02:50:58,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:58,766 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,775 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,789 [main] Physical connection got
DEBUG 2026-03-22 02:50:58,789 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,789 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,789 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,821 [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-03-22 02:50:58,825 [main] Physical connection closed
DEBUG 2026-03-22 02:50:58,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:58,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,831 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,846 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,849 [main] Physical connection got
DEBUG 2026-03-22 02:50:58,849 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,849 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,849 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,880 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,885 [main] Physical connection closed
DEBUG 2026-03-22 02:50:58,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:58,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,890 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,906 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,909 [main] Physical connection got
DEBUG 2026-03-22 02:50:58,909 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,909 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,910 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,950 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,955 [main] Physical connection closed
DEBUG 2026-03-22 02:50:58,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:58,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,966 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:58,966 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,973 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:58,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:58,976 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:58,979 [main] Physical connection got
DEBUG 2026-03-22 02:50:58,979 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:58,979 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:58,980 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,010 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,014 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,016 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,016 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,019 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,021 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,025 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,035 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,041 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774115459040/0, BranchId=]
DEBUG 2026-03-22 02:50:59,042 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,043 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/0, BranchId=]
DEBUG 2026-03-22 02:50:59,043 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/0, BranchId=]
DEBUG 2026-03-22 02:50:59,043 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/0, BranchId=]
DEBUG 2026-03-22 02:50:59,070 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/0, BranchId=]
DEBUG 2026-03-22 02:50:59,092 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/0, BranchId=]
DEBUG 2026-03-22 02:50:59,094 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-03-22 02.50.59', 99, 'hoge', 0)
DEBUG 2026-03-22 02:50:59,100 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/0, BranchId=]
DEBUG 2026-03-22 02:50:59,100 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774115459040/0, BranchId=]
DEBUG 2026-03-22 02:50:59,101 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,102 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,103 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,105 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,111 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,111 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,118 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,120 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,120 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,123 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774115459040/1, BranchId=]
DEBUG 2026-03-22 02:50:59,123 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/1, BranchId=]
DEBUG 2026-03-22 02:50:59,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/1, BranchId=]
DEBUG 2026-03-22 02:50:59,124 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/1, BranchId=]
DEBUG 2026-03-22 02:50:59,149 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/1, BranchId=]
DEBUG 2026-03-22 02:50:59,160 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/1, BranchId=]
DEBUG 2026-03-22 02:50:59,160 [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-03-22 02:50:59,167 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/1, BranchId=]
DEBUG 2026-03-22 02:50:59,167 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/1, BranchId=]
DEBUG 2026-03-22 02:50:59,168 [main] UPDATE EMP SET tstamp = '2026-03-22 02.50.59', 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-03-22 02:50:59,169 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/1, BranchId=]
DEBUG 2026-03-22 02:50:59,169 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774115459040/1, BranchId=]
DEBUG 2026-03-22 02:50:59,169 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,172 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,174 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,180 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,187 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,189 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,192 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774115459040/2, BranchId=]
DEBUG 2026-03-22 02:50:59,193 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,193 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/2, BranchId=]
DEBUG 2026-03-22 02:50:59,193 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/2, BranchId=]
DEBUG 2026-03-22 02:50:59,193 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/2, BranchId=]
DEBUG 2026-03-22 02:50:59,218 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/2, BranchId=]
DEBUG 2026-03-22 02:50:59,228 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/2, BranchId=]
DEBUG 2026-03-22 02:50:59,228 [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-03-22 02:50:59,231 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/2, BranchId=]
DEBUG 2026-03-22 02:50:59,231 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/2, BranchId=]
DEBUG 2026-03-22 02:50:59,231 [main] UPDATE EMP SET tstamp = '2026-03-22 02.50.59', 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-03-22 02:50:59,232 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/2, BranchId=]
DEBUG 2026-03-22 02:50:59,232 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774115459040/2, BranchId=]
DEBUG 2026-03-22 02:50:59,232 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,255 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,260 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774115459040/3, BranchId=]
DEBUG 2026-03-22 02:50:59,261 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,261 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/3, BranchId=]
DEBUG 2026-03-22 02:50:59,261 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/3, BranchId=]
DEBUG 2026-03-22 02:50:59,261 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/3, BranchId=]
DEBUG 2026-03-22 02:50:59,287 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/3, BranchId=]
DEBUG 2026-03-22 02:50:59,296 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/3, BranchId=]
DEBUG 2026-03-22 02:50:59,296 [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-03-22 02:50:59,298 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/3, BranchId=]
DEBUG 2026-03-22 02:50:59,298 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/3, BranchId=]
DEBUG 2026-03-22 02:50:59,299 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-03-22 02:50:59,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/3, BranchId=]
DEBUG 2026-03-22 02:50:59,299 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774115459040/3, BranchId=]
DEBUG 2026-03-22 02:50:59,299 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,310 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,317 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,319 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,323 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,324 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,324 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,324 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,350 [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-03-22 02:50:59,351 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,353 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,373 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,385 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,385 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,385 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,385 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,412 [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-03-22 02:50:59,421 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,424 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,439 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,441 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,441 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,445 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,445 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,445 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,445 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,471 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,480 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,482 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,485 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,487 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,491 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,491 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,498 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,500 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,503 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,504 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,504 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,504 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,529 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,537 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,540 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,549 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,556 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,558 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,558 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,561 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,561 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,562 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,562 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,587 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,597 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,605 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,617 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,620 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,623 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,623 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,623 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,624 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,652 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,663 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,664 [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-03-22 02:50:59,672 [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-03-22 02:50:59,673 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,676 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,699 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,699 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,699 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,700 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,731 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,741 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,742 [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-03-22 02:50:59,746 [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-03-22 02:50:59,748 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,750 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,768 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,770 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,773 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,774 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,774 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,774 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,802 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,821 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,821 [main] select * from emp
DEBUG 2026-03-22 02:50:59,824 [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-03-22 02:50:59,826 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,847 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,847 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,847 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,847 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,871 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,880 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,880 [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-03-22 02:50:59,883 [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-03-22 02:50:59,885 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,906 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,906 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,906 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,907 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,930 [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-03-22 02:50:59,939 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,949 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:50:59,949 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,956 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:50:59,957 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:50:59,958 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,960 [main] Physical connection got
DEBUG 2026-03-22 02:50:59,960 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,960 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,960 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,982 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:50:59,991 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:50:59,991 [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-03-22 02:50:59,994 [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-03-22 02:50:59,995 [main] Physical connection closed
DEBUG 2026-03-22 02:50:59,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:50:59,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:50:59,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,015 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,015 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,016 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,016 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,038 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,046 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,047 [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-03-22 02:51:00,051 [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-03-22 02:51:00,053 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,055 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,056 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,058 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,063 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,063 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,071 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,073 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,074 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,074 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,074 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,097 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,106 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,106 [main] select * from emp
DEBUG 2026-03-22 02:51:00,107 [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-03-22 02:51:00,109 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,110 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,111 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,125 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,127 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,129 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,129 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,130 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,130 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,152 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,160 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,160 [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-03-22 02:51:00,162 [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-03-22 02:51:00,163 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,178 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,180 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,182 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,182 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,183 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,183 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,204 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,212 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,212 [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-03-22 02:51:00,214 [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-03-22 02:51:00,214 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,215 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,216 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,218 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,231 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,233 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,234 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,234 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,234 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,255 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,264 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,264 [main] select count(*) from emp
DEBUG 2026-03-22 02:51:00,265 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,265 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,267 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,269 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,271 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,281 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,283 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,285 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,285 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,285 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,285 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,318 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,328 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,328 [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-03-22 02:51:00,329 [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-03-22 02:51:00,329 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,331 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,349 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,349 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,349 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,349 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,370 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,378 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,378 [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-03-22 02:51:00,379 [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-03-22 02:51:00,379 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,381 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,398 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,399 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,399 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,399 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,419 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,428 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,428 [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-03-22 02:51:00,429 [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-03-22 02:51:00,429 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,431 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,433 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,435 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,446 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,448 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,448 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,448 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,448 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,468 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,475 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,476 [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-03-22 02:51:00,476 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1f80cb01
DEBUG 2026-03-22 02:51:00,477 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,478 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,478 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,494 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,496 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,496 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,496 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,496 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,516 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,523 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,523 [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-03-22 02:51:00,525 [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-03-22 02:51:00,525 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,542 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,544 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,544 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,545 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,545 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,564 [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-03-22 02:51:00,571 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,571 [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-03-22 02:51:00,575 [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-03-22 02:51:00,576 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,577 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,594 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,594 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,594 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,594 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,615 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,619 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,619 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-03-22 02:51:00,620 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,620 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,622 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,624 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,634 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,636 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,636 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,638 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,638 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,638 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,638 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,657 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,661 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,661 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-03-22 02:51:00,661 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,661 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,663 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,670 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,670 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,677 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,680 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,680 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,681 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,681 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,694 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,695 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,695 [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-03-22 02:51:00,696 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-03-22 02:51:00,697 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,714 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,714 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,715 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,715 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,727 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,728 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,728 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-03-22 02:51:00,729 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-03-22 02:51:00,729 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,748 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774115459040/4, BranchId=]
DEBUG 2026-03-22 02:51:00,748 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,748 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/4, BranchId=]
DEBUG 2026-03-22 02:51:00,749 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/4, BranchId=]
DEBUG 2026-03-22 02:51:00,749 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/4, BranchId=]
DEBUG 2026-03-22 02:51:00,767 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/4, BranchId=]
DEBUG 2026-03-22 02:51:00,774 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/4, BranchId=]
DEBUG 2026-03-22 02:51:00,774 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-03-22 02.51.00', 9999, 'test', 50)
DEBUG 2026-03-22 02:51:00,775 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/4, BranchId=]
DEBUG 2026-03-22 02:51:00,775 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/4, BranchId=]
DEBUG 2026-03-22 02:51:00,775 [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-03-22 02:51:00,777 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/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-03-22 02:51:00,777 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/4, BranchId=]
DEBUG 2026-03-22 02:51:00,777 [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-03-22 02:51:00,778 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-03-22 02:51:00.774 {50, null, null, 0}
DEBUG 2026-03-22 02:51:00,779 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774115459040/4, BranchId=]
DEBUG 2026-03-22 02:51:00,779 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,798 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,798 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,798 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,798 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,819 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,827 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,828 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,829 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,846 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,848 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,848 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,848 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,849 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,870 [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-03-22 02:51:00,880 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,881 [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-03-22 02:51:00,883 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,883 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,885 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,885 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,888 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,889 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,893 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,893 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,900 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,901 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,901 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,904 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,904 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,904 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,904 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,925 [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-03-22 02:51:00,936 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,936 [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-03-22 02:51:00,937 [main] Logical connection closed, tx=null
[]
DEBUG 2026-03-22 02:51:00,937 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,940 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,952 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,955 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,955 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,955 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,955 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,972 [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-03-22 02:51:00,977 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,978 [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-03-22 02:51:00,979 [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-03-22 02:51:00,980 [main] Physical connection closed
DEBUG 2026-03-22 02:51:00,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:00,981 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,983 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:00,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,994 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:00,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:00,995 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:00,997 [main] Physical connection got
DEBUG 2026-03-22 02:51:00,997 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:00,997 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:00,997 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,014 [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-03-22 02:51:01,017 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,018 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,019 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,020 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,026 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,034 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,035 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,036 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,036 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,036 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,053 [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-03-22 02:51:01,060 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,060 [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-03-22 02:51:01,063 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,063 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,065 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,068 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,078 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,080 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,080 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,080 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,080 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,097 [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-03-22 02:51:01,104 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,104 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2026-03-22 02:51:01,105 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,105 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,106 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,107 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,110 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,114 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,115 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,124 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,124 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,124 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,124 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,154 [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-03-22 02:51:01,155 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,156 [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-03-22 02:51:01,157 [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-03-22 02:51:01,158 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,159 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,159 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,161 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,163 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,166 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,166 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,171 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,172 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,174 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,175 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,175 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,175 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,190 [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-03-22 02:51:01,191 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,194 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,196 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,199 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,199 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,208 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,208 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,209 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,209 [main] Logical connection got, tx=null
WARN 2026-03-22 02:51:01,212 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-03-22 02:51:01,217 [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-03-22 02:51:01,218 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,218 [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-03-22 02:51:01,220 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-03-22 02:51:01,221 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,222 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,225 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,229 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,233 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,234 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,235 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,237 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,237 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,237 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,237 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,254 [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-03-22 02:51:01,261 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,274 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,275 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,278 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,278 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,278 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,278 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,295 [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-03-22 02:51:01,299 [main] Logical connection got, tx=null
DEBUG 2026-03-22 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 AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2026-03-22 02:51:01,300 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,300 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,300 [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-03-22 02:51:01,301 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,301 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,303 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,315 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,318 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,318 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,318 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,318 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,335 [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-03-22 02:51:01,341 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,341 [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-03-22 02:51:01,344 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,344 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,344 [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-03-22 02:51:01,345 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,345 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,346 [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-03-22 02:51:01,347 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,348 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,348 [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-03-22 02:51:01,348 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,349 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,349 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2026-03-22 02:51:01,349 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,350 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,351 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,357 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,364 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,365 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774115459040/5, BranchId=]
DEBUG 2026-03-22 02:51:01,366 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,366 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/5, BranchId=]
DEBUG 2026-03-22 02:51:01,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/5, BranchId=]
DEBUG 2026-03-22 02:51:01,367 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/5, BranchId=]
DEBUG 2026-03-22 02:51:01,383 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-03-22 02:51:01,384 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/5, BranchId=]
DEBUG 2026-03-22 02:51:01,384 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-03-22 02:51:01,384 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/5, BranchId=]
DEBUG 2026-03-22 02:51:01,385 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/5, BranchId=]
DEBUG 2026-03-22 02:51:01,385 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-03-22 02:51:01,385 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/5, BranchId=]
DEBUG 2026-03-22 02:51:01,385 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115459040/5, BranchId=]
DEBUG 2026-03-22 02:51:01,385 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-03-22 02:51:01,386 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115459040/5, BranchId=]
DEBUG 2026-03-22 02:51:01,386 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774115459040/5, BranchId=]
DEBUG 2026-03-22 02:51:01,386 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,391 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,400 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,401 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,403 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,403 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,404 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,404 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,421 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,424 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,426 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,440 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,442 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,442 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,442 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,442 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,478 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,483 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,484 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,495 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,510 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,517 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,517 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,518 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,518 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,524 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-03-22 02:51:01,526 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,535 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,541 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,543 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,543 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,543 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,543 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,550 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-03-22 02:51:01,551 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,553 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,555 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,565 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,567 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,567 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,567 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,567 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,573 [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-03-22 02:51:01,575 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,577 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,578 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,587 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,588 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,590 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,590 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,591 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,591 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,597 [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-03-22 02:51:01,599 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,606 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,612 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,612 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,614 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,614 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,614 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,615 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,631 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,632 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,632 [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-03-22 02:51:01,635 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,635 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,637 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,640 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,647 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,648 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,649 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,651 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,651 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,652 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,652 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,668 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,669 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,670 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,673 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,681 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,682 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,684 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,684 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,684 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,684 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,701 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-03-22 02:51:01,702 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,716 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:51:01,718 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,718 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,718 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,718 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,734 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-03-22 02:51:01,735 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.445 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-03-22 02:51:01,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,786 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:51:01,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,800 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:51:01,803 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,803 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,807 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,809 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,810 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,811 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:51:01,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,816 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,824 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:51:01,827 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,827 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,831 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,831 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,832 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:51:01,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,847 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:51:01,849 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,849 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,853 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,854 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-03-22 02:51:01,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,869 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,869 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,869 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,870 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-03-22 02:51:01,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,884 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,885 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,901 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,902 [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-03-22 02:51:01,906 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,906 [main] Physical connection closed
DEBUG 2026-03-22 02:51:01,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,912 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:01,918 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,923 [main] Physical connection got
DEBUG 2026-03-22 02:51:01,923 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,942 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,943 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,943 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,943 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,961 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,966 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:01,966 [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-03-22 02:51:01,968 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:01,968 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 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.01 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-03-22 02:51:01,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:01,992 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:51:01,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:01,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:01,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,005 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:51:02,017 [main] Physical connection got
DEBUG 2026-03-22 02:51:02,017 [main] Logical connection got, tx=null
WARN 2026-03-22 02:51:02,019 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-03-22 02:51:02,020 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-03-22 02:51:02,020 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:02,020 [main] Physical connection closed
DEBUG 2026-03-22 02:51:02,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:02,022 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:51:02,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:02,027 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:02,027 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,031 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,032 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,034 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:51:02,037 [main] Physical connection got
DEBUG 2026-03-22 02:51:02,037 [main] Logical connection got, tx=null
WARN 2026-03-22 02:51:02,039 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-03-22 02:51:02,040 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-03-22 02:51:02,040 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:02,040 [main] Physical connection closed
DEBUG 2026-03-22 02:51:02,041 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:02,041 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:51:02,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,044 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:02,046 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:02,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,054 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:51:02,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:02,057 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:51:02,059 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:02,062 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:02,063 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,070 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-03-22 02:51:02,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:02,077 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:02,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:02,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,084 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,087 [main] Physical connection got
DEBUG 2026-03-22 02:51:02,087 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:02,088 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:02,088 [main] Physical connection closed
DEBUG 2026-03-22 02:51:02,089 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:02,089 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:02,093 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:02,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,099 [main] Physical connection got
DEBUG 2026-03-22 02:51:02,099 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:02,100 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:02,100 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-03-22 02:51:02,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:51:02,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,105 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:51:02,107 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:51:02,107 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:51:02,112 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:51:02,113 [main] Physical connection got
DEBUG 2026-03-22 02:51:02,113 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:51:02,114 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:51:02,114 [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.327s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.751s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.548s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.471s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Mar 22 02:51:02 JST 2026
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS