This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-05-07 02:54:54,889 [main] Logical connection closed
updatedRows:1
DEBUG 2026-05-07 02:54:54,890 [main] Logical connection got
DEBUG 2026-05-07 02:54:54,890 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2026-05-07 02:54:54,893 [main] Logical connection closed
DEBUG 2026-05-07 02:54:54,893 [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-05-07 02:54:54,927 [main] Physical connection got
DEBUG 2026-05-07 02:54:54,927 [main] Logical connection got
DEBUG 2026-05-07 02:54:54,927 [main] Logical connection closed
DEBUG 2026-05-07 02:54:54,928 [main] Logical connection got
DEBUG 2026-05-07 02:54:54,938 [main] Logical connection closed
DEBUG 2026-05-07 02:54:54,938 [main] Logical connection got
DEBUG 2026-05-07 02:54:54,939 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2026-05-07 02:54:54,940 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-07 02:54:54.743 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-07 02:54:54,941 [main] Logical connection got
DEBUG 2026-05-07 02:54:54,941 [main] Logical connection closed
DEBUG 2026-05-07 02:54:54,941 [main] Logical connection got
DEBUG 2026-05-07 02:54:54,945 [main] Logical connection closed
DEBUG 2026-05-07 02:54:54,946 [main] Logical connection got
DEBUG 2026-05-07 02:54:54,946 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-07 02:54:54,947 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-07 02:54:54.743 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-07 02:54:54,947 [main] Logical connection got
DEBUG 2026-05-07 02:54:54,948 [main] UPDATE EMP SET tstamp = '2026-05-07 02.54.54', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2026-05-07 02.54.54'
DEBUG 2026-05-07 02:54:54,948 [main] Logical connection closed
DEBUG 2026-05-07 02:54:54,949 [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-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-05-07 02:54:56,094 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:56,145 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-07 02:54:56,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,198 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,198 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,246 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,266 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-07 02:54:56,418 [main] Physical connection got
DEBUG 2026-05-07 02:54:56,419 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,491 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:56,496 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-05-07 02:54:56,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:56,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:56,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,517 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,518 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,529 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,531 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:56,545 [main] Physical connection got
DEBUG 2026-05-07 02:54:56,545 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,545 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:56,546 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,653 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2026-05-07 02:54:56,658 [main] Physical connection closed
DEBUG 2026-05-07 02:54:56,659 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:56,660 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:56,663 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,670 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,681 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,682 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:56,686 [main] Physical connection got
DEBUG 2026-05-07 02:54:56,686 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,687 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:56,687 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,724 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:56,745 [main] Physical connection closed
DEBUG 2026-05-07 02:54:56,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:56,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:56,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,770 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:56,773 [main] Physical connection got
DEBUG 2026-05-07 02:54:56,773 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,774 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:56,774 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,814 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:56,819 [main] Physical connection closed
DEBUG 2026-05-07 02:54:56,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:56,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:56,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,831 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,842 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:56,845 [main] Physical connection got
DEBUG 2026-05-07 02:54:56,845 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,845 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:56,845 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,879 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:56,884 [main] Physical connection closed
DEBUG 2026-05-07 02:54:56,885 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:56,886 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:56,888 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,890 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,894 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,894 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,901 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:56,906 [main] Physical connection got
DEBUG 2026-05-07 02:54:56,906 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,907 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:56,907 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,936 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:56,941 [main] Physical connection closed
DEBUG 2026-05-07 02:54:56,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:56,943 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:56,945 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,947 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,951 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:56,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:56,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:56,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:56,963 [main] Physical connection got
DEBUG 2026-05-07 02:54:56,963 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,964 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:56,964 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:56,996 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2026-05-07 02:54:56,999 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,017 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,022 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,022 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,023 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,023 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,051 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,056 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,058 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,078 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,078 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,078 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,078 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,112 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,117 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,119 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,136 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,136 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,139 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,139 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,139 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,140 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,165 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,170 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,172 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,174 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,180 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,187 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,189 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,194 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778090097194/0, BranchId=]
DEBUG 2026-05-07 02:54:57,196 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,196 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/0, BranchId=]
DEBUG 2026-05-07 02:54:57,197 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/0, BranchId=]
DEBUG 2026-05-07 02:54:57,197 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/0, BranchId=]
DEBUG 2026-05-07 02:54:57,221 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/0, BranchId=]
DEBUG 2026-05-07 02:54:57,241 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/0, BranchId=]
DEBUG 2026-05-07 02:54:57,243 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-07 02.54.57', 99, 'hoge', 0)
DEBUG 2026-05-07 02:54:57,248 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/0, BranchId=]
DEBUG 2026-05-07 02:54:57,248 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778090097194/0, BranchId=]
DEBUG 2026-05-07 02:54:57,249 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,250 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,251 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,253 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,255 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,259 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,266 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,268 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,270 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778090097194/1, BranchId=]
DEBUG 2026-05-07 02:54:57,271 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,271 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/1, BranchId=]
DEBUG 2026-05-07 02:54:57,271 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/1, BranchId=]
DEBUG 2026-05-07 02:54:57,271 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/1, BranchId=]
DEBUG 2026-05-07 02:54:57,294 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/1, BranchId=]
DEBUG 2026-05-07 02:54:57,303 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/1, BranchId=]
DEBUG 2026-05-07 02:54:57,304 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-07 02:54:57,310 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/1, BranchId=]
DEBUG 2026-05-07 02:54:57,311 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/1, BranchId=]
DEBUG 2026-05-07 02:54:57,311 [main] UPDATE EMP SET tstamp = '2026-05-07 02.54.57', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-07 02:54:57,312 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/1, BranchId=]
DEBUG 2026-05-07 02:54:57,312 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778090097194/1, BranchId=]
DEBUG 2026-05-07 02:54:57,312 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,322 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,331 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,333 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778090097194/2, BranchId=]
DEBUG 2026-05-07 02:54:57,334 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,334 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/2, BranchId=]
DEBUG 2026-05-07 02:54:57,334 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/2, BranchId=]
DEBUG 2026-05-07 02:54:57,334 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/2, BranchId=]
DEBUG 2026-05-07 02:54:57,358 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/2, BranchId=]
DEBUG 2026-05-07 02:54:57,378 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/2, BranchId=]
DEBUG 2026-05-07 02:54:57,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 EMP.empno = 7788
DEBUG 2026-05-07 02:54:57,380 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/2, BranchId=]
DEBUG 2026-05-07 02:54:57,381 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/2, BranchId=]
DEBUG 2026-05-07 02:54:57,381 [main] UPDATE EMP SET tstamp = '2026-05-07 02.54.57', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2026-05-07 02:54:57,381 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/2, BranchId=]
DEBUG 2026-05-07 02:54:57,382 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778090097194/2, BranchId=]
DEBUG 2026-05-07 02:54:57,382 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,400 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,400 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,403 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778090097194/3, BranchId=]
DEBUG 2026-05-07 02:54:57,403 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,403 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/3, BranchId=]
DEBUG 2026-05-07 02:54:57,404 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/3, BranchId=]
DEBUG 2026-05-07 02:54:57,404 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/3, BranchId=]
DEBUG 2026-05-07 02:54:57,427 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/3, BranchId=]
DEBUG 2026-05-07 02:54:57,435 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/3, BranchId=]
DEBUG 2026-05-07 02:54:57,435 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-05-07 02:54:57,437 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/3, BranchId=]
DEBUG 2026-05-07 02:54:57,437 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/3, BranchId=]
DEBUG 2026-05-07 02:54:57,437 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-05-07 02:54:57,438 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/3, BranchId=]
DEBUG 2026-05-07 02:54:57,438 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778090097194/3, BranchId=]
DEBUG 2026-05-07 02:54:57,438 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,440 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,442 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,444 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,448 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,461 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,461 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,461 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,461 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,486 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2026-05-07 02:54:57,488 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,489 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,489 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,491 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,493 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,506 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,516 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,517 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,517 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,517 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,540 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2026-05-07 02:54:57,548 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,554 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,557 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,566 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,569 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,569 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,570 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,570 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,592 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,599 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,601 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,603 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,605 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,608 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,608 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,617 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,619 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,620 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,620 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,620 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,642 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,649 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,650 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,651 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,658 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,666 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,667 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,669 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,669 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,669 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,670 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,691 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,699 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,701 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,720 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,720 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,720 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,729 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,776 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,783 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,783 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-07 02:54:57,794 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-05-07 02:54:57,795 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,796 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,803 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,803 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,810 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,810 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,813 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,813 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,813 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,813 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,833 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,840 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,840 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-07 02:54:57,843 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-05-07 02:54:57,844 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,846 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,852 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,860 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,862 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,862 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,862 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,862 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,887 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,894 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,894 [main] select * from emp
DEBUG 2026-05-07 02:54:57,897 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-07 02:54:57,898 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,899 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,901 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,903 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,912 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,914 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,916 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,916 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,916 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,916 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,936 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,943 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,943 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-05-07 02:54:57,946 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-05-07 02:54:57,947 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:57,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:57,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,964 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,966 [main] Physical connection got
DEBUG 2026-05-07 02:54:57,966 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,966 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:57,967 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:57,986 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2026-05-07 02:54:57,993 [main] Physical connection closed
DEBUG 2026-05-07 02:54:57,995 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:57,995 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:57,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:57,999 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,002 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,002 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,012 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,012 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,012 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,012 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,032 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,039 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,039 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-07 02:54:58,041 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-07 02:54:58,043 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,059 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,061 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,061 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,061 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,061 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,080 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,088 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,088 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-07 02:54:58,092 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-07 02:54:58,094 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,095 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,099 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,102 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,103 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,108 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,109 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,110 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,112 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,112 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,112 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,113 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,132 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,140 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,140 [main] select * from emp
DEBUG 2026-05-07 02:54:58,142 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-07 02:54:58,143 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,144 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,148 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,159 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,161 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,161 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,161 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,161 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,180 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,188 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,188 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-05-07 02:54:58,190 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-05-07 02:54:58,191 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,192 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,194 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,196 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,199 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,200 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,207 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,209 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,209 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,209 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,209 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,228 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,234 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,235 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-07 02:54:58,236 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-07 02:54:58,237 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,252 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,252 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,254 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,254 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,255 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,255 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,273 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,290 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,291 [main] select count(*) from emp
DEBUG 2026-05-07 02:54:58,292 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,292 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,310 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,310 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,311 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,311 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,329 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,337 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,337 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-07 02:54:58,338 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2026-05-07 02:54:58,338 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,340 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,343 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,346 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,353 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,353 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,356 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,356 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,356 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,356 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,374 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,381 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,381 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-07 02:54:58,382 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2026-05-07 02:54:58,382 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,391 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,398 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,400 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,400 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,400 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,400 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,418 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,425 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,425 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-07 02:54:58,426 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2026-05-07 02:54:58,426 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,428 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,435 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,435 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,440 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,442 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,442 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,444 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,444 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,445 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,445 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,463 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,470 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,470 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-07 02:54:58,471 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1dff2e1b
DEBUG 2026-05-07 02:54:58,471 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,473 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,475 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,480 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,480 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,485 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,487 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,487 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,489 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,489 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,490 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,490 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,508 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,514 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,514 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2026-05-07 02:54:58,516 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2026-05-07 02:54:58,517 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,518 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,520 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,534 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,535 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,535 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,535 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,553 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2026-05-07 02:54:58,560 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,560 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2026-05-07 02:54:58,564 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-05-07 02:54:58,564 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,565 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,566 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,568 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,582 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,582 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,582 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,582 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,601 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,604 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,604 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-07 02:54:58,605 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,605 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,623 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,623 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,623 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,623 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,641 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,644 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,644 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-07 02:54:58,645 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,645 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,646 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,660 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,662 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,662 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,663 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,663 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,674 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,675 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,675 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2026-05-07 02:54:58,676 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-05-07 02:54:58,677 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,677 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,678 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,680 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,684 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,693 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,693 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,693 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,694 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,704 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,705 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,705 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-05-07 02:54:58,706 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-05-07 02:54:58,706 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,723 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778090097194/4, BranchId=]
DEBUG 2026-05-07 02:54:58,723 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,723 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/4, BranchId=]
DEBUG 2026-05-07 02:54:58,724 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/4, BranchId=]
DEBUG 2026-05-07 02:54:58,724 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/4, BranchId=]
DEBUG 2026-05-07 02:54:58,740 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/4, BranchId=]
DEBUG 2026-05-07 02:54:58,748 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/4, BranchId=]
DEBUG 2026-05-07 02:54:58,748 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-07 02.54.58', 9999, 'test', 50)
DEBUG 2026-05-07 02:54:58,748 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/4, BranchId=]
DEBUG 2026-05-07 02:54:58,748 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/4, BranchId=]
DEBUG 2026-05-07 02:54:58,749 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2026-05-07 02:54:58,750 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-07 02:54:58,751 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/4, BranchId=]
DEBUG 2026-05-07 02:54:58,751 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2026-05-07 02:54:58,752 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-05-07 02:54:58.748 {50, null, null, 0}
DEBUG 2026-05-07 02:54:58,752 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778090097194/4, BranchId=]
DEBUG 2026-05-07 02:54:58,752 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,754 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,756 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,761 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,769 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,769 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,769 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,770 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,786 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,792 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,800 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,800 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,806 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,806 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,808 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,809 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,809 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,809 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,826 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2026-05-07 02:54:58,834 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,834 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-07 02:54:58,836 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,836 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,838 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,841 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,850 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,850 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,852 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,852 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,853 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,853 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,869 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2026-05-07 02:54:58,877 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,877 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2026-05-07 02:54:58,878 [main] Logical connection closed, tx=null
[]
DEBUG 2026-05-07 02:54:58,878 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,880 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,886 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,895 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,895 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,895 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,895 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,911 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2026-05-07 02:54:58,916 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,916 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2026-05-07 02:54:58,918 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-05-07 02:54:58,919 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,920 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,922 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,924 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,927 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,933 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,935 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,937 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,937 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,937 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,937 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,968 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2026-05-07 02:54:58,974 [main] Physical connection closed
DEBUG 2026-05-07 02:54:58,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:58,976 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:58,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,989 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:58,990 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:58,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:58,993 [main] Physical connection got
DEBUG 2026-05-07 02:54:58,993 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:58,993 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:58,993 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,014 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-05-07 02:54:59,023 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,023 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-07 02:54:59,025 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,025 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,035 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,044 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,044 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,044 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,044 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,067 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-05-07 02:54:59,075 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,076 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2026-05-07 02:54:59,076 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,076 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,091 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,097 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,103 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,104 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,106 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,106 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,107 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,107 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,124 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-07 02:54:59,125 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,125 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2026-05-07 02:54:59,127 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2026-05-07 02:54:59,127 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,129 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,131 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,132 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,141 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,143 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,143 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,144 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,144 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,159 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-07 02:54:59,160 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,168 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,173 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,174 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,177 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,177 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,177 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,177 [main] Logical connection got, tx=null
WARN 2026-05-07 02:54:59,180 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-05-07 02:54:59,185 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-05-07 02:54:59,185 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,186 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-05-07 02:54:59,188 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-05-07 02:54:59,188 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,190 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,202 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,204 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,204 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,204 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,204 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,221 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-05-07 02:54:59,227 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,228 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,243 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,243 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,243 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,244 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,260 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2026-05-07 02:54:59,264 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,264 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-07 02:54:59,265 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,265 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,265 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2026-05-07 02:54:59,266 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,266 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,268 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,271 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,274 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,282 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,282 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,283 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,283 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,299 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2026-05-07 02:54:59,302 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,302 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-07 02:54:59,305 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,306 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,306 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2026-05-07 02:54:59,306 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,307 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,307 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2026-05-07 02:54:59,308 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,309 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,309 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2026-05-07 02:54:59,310 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,310 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,310 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2026-05-07 02:54:59,310 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,311 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,312 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,324 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,324 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,326 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778090097194/5, BranchId=]
DEBUG 2026-05-07 02:54:59,327 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,327 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/5, BranchId=]
DEBUG 2026-05-07 02:54:59,327 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/5, BranchId=]
DEBUG 2026-05-07 02:54:59,327 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/5, BranchId=]
DEBUG 2026-05-07 02:54:59,344 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-05-07 02:54:59,345 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/5, BranchId=]
DEBUG 2026-05-07 02:54:59,345 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-07 02:54:59,345 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/5, BranchId=]
DEBUG 2026-05-07 02:54:59,346 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/5, BranchId=]
DEBUG 2026-05-07 02:54:59,346 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-05-07 02:54:59,346 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/5, BranchId=]
DEBUG 2026-05-07 02:54:59,346 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778090097194/5, BranchId=]
DEBUG 2026-05-07 02:54:59,346 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-07 02:54:59,346 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778090097194/5, BranchId=]
DEBUG 2026-05-07 02:54:59,347 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778090097194/5, BranchId=]
DEBUG 2026-05-07 02:54:59,347 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,352 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,360 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,363 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,363 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,363 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,363 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,380 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,383 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,385 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,391 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,397 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,399 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,399 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,399 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,399 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,416 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,420 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,425 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,436 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,436 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,436 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,436 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,442 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-05-07 02:54:59,444 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,445 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,447 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,448 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,456 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,459 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,459 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,459 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,459 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,465 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-05-07 02:54:59,467 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,468 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,471 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,479 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,480 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,482 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,482 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,482 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,482 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,488 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2026-05-07 02:54:59,490 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,491 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,503 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,505 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,505 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,505 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,505 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,511 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2026-05-07 02:54:59,512 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,515 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,520 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,524 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,526 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,528 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,528 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,528 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,528 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,544 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,545 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,545 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-07 02:54:59,548 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,548 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,551 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,564 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,564 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,564 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,564 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,580 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,582 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,594 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,595 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,597 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,597 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,597 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,598 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,614 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-07 02:54:59,615 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,616 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,618 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,628 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-05-07 02:54:59,630 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,630 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,630 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,631 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,647 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-07 02:54:59,648 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.151 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-05-07 02:54:59,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,695 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,706 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,710 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,712 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,712 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,716 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,719 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,720 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,726 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,726 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,731 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,732 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,735 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,737 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,737 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,741 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,742 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,743 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,743 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,758 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,760 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,761 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,764 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,765 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-05-07 02:54:59,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,776 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,786 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,786 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,787 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,787 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-05-07 02:54:59,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,802 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,802 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,828 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,828 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2026-05-07 02:54:59,832 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,833 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,845 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,845 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,861 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,861 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,861 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,862 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,872 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,876 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:54:59,876 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-07 02:54:59,879 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,879 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-05-07 02:54:59,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,897 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,908 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,909 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,911 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,923 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,923 [main] Logical connection got, tx=null
WARN 2026-05-07 02:54:59,925 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-07 02:54:59,926 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-07 02:54:59,926 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,927 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,928 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,931 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,939 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,942 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,944 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,945 [main] Logical connection got, tx=null
WARN 2026-05-07 02:54:59,946 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-05-07 02:54:59,947 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-05-07 02:54:59,947 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:54:59,948 [main] Physical connection closed
DEBUG 2026-05-07 02:54:59,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,949 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,952 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,963 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,967 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-07 02:54:59,969 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,973 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,973 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,977 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,981 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-05-07 02:54:59,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:54:59,988 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,990 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:54:59,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,997 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:54:59,998 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:54:59,999 [main] Physical connection got
DEBUG 2026-05-07 02:54:59,999 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:55:00,001 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:55:00,001 [main] Physical connection closed
DEBUG 2026-05-07 02:55:00,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:55:00,002 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:55:00,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:55:00,006 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:55:00,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:55:00,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:55:00,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:55:00,014 [main] Physical connection got
DEBUG 2026-05-07 02:55:00,014 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:55:00,015 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:55:00,016 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-05-07 02:55:00,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-05-07 02:55:00,019 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-07 02:55:00,021 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-07 02:55:00,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-07 02:55:00,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-07 02:55:00,028 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-07 02:55:00,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-07 02:55:00,030 [main] Physical connection got
DEBUG 2026-05-07 02:55:00,030 [main] Logical connection got, tx=null
DEBUG 2026-05-07 02:55:00,031 [main] Logical connection closed, tx=null
DEBUG 2026-05-07 02:55:00,031 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.293s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.105s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.512s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.137s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Thu May 07 02:55:00 JST 2026
[INFO] Final Memory: 30M/407M
[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