This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2025-12-11 02:50:57,429 [main] Logical connection closed
updatedRows:1
DEBUG 2025-12-11 02:50:57,431 [main] Logical connection got
DEBUG 2025-12-11 02:50:57,431 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-12-11 02:50:57,434 [main] Logical connection closed
DEBUG 2025-12-11 02:50:57,434 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-12-11 02:50:57,471 [main] Physical connection got
DEBUG 2025-12-11 02:50:57,471 [main] Logical connection got
DEBUG 2025-12-11 02:50:57,472 [main] Logical connection closed
DEBUG 2025-12-11 02:50:57,472 [main] Logical connection got
DEBUG 2025-12-11 02:50:57,484 [main] Logical connection closed
DEBUG 2025-12-11 02:50:57,485 [main] Logical connection got
DEBUG 2025-12-11 02:50:57,485 [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 2025-12-11 02:50:57,487 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-12-11 02:50:57.272 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-12-11 02:50:57,487 [main] Logical connection got
DEBUG 2025-12-11 02:50:57,487 [main] Logical connection closed
DEBUG 2025-12-11 02:50:57,488 [main] Logical connection got
DEBUG 2025-12-11 02:50:57,491 [main] Logical connection closed
DEBUG 2025-12-11 02:50:57,493 [main] Logical connection got
DEBUG 2025-12-11 02:50:57,493 [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 2025-12-11 02:50:57,494 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-12-11 02:50:57.272 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-12-11 02:50:57,494 [main] Logical connection got
DEBUG 2025-12-11 02:50:57,495 [main] UPDATE EMP SET tstamp = '2025-12-11 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-12-11 02.50.57'
DEBUG 2025-12-11 02:50:57,496 [main] Logical connection closed
DEBUG 2025-12-11 02:50:57,496 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-12-11 02:50:58,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:50:58,858 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-11 02:50:58,888 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:58,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:50:58,923 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:50:58,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:58,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:58,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,010 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-11 02:50:59,187 [main] Physical connection got
DEBUG 2025-12-11 02:50:59,188 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,271 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,277 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-12-11 02:50:59,290 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:50:59,291 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,318 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,319 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,334 [main] Physical connection got
DEBUG 2025-12-11 02:50:59,334 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,334 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,335 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,459 [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 2025-12-11 02:50:59,464 [main] Physical connection closed
DEBUG 2025-12-11 02:50:59,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:50:59,467 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,478 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,478 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,491 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,496 [main] Physical connection got
DEBUG 2025-12-11 02:50:59,496 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,497 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,497 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,541 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,566 [main] Physical connection closed
DEBUG 2025-12-11 02:50:59,569 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:50:59,570 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,597 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,601 [main] Physical connection got
DEBUG 2025-12-11 02:50:59,601 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,602 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,602 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,674 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,680 [main] Physical connection closed
DEBUG 2025-12-11 02:50:59,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:50:59,682 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,693 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,704 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,707 [main] Physical connection got
DEBUG 2025-12-11 02:50:59,707 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,708 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,708 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,756 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,762 [main] Physical connection closed
DEBUG 2025-12-11 02:50:59,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:50:59,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,788 [main] Physical connection got
DEBUG 2025-12-11 02:50:59,789 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,789 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,789 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,836 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,842 [main] Physical connection closed
DEBUG 2025-12-11 02:50:59,844 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:50:59,845 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,854 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,855 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,880 [main] Physical connection got
DEBUG 2025-12-11 02:50:59,881 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,881 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,881 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,918 [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 2025-12-11 02:50:59,922 [main] Physical connection closed
DEBUG 2025-12-11 02:50:59,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:50:59,925 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:50:59,935 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:50:59,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:50:59,945 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,948 [main] Physical connection got
DEBUG 2025-12-11 02:50:59,949 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,949 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,949 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:50:59,987 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:50:59,992 [main] Physical connection closed
DEBUG 2025-12-11 02:50:59,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:50:59,995 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:50:59,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,000 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,017 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,017 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,017 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,018 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,054 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,059 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,061 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,061 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,083 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,083 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,086 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,086 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,087 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,087 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,116 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,121 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,128 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,143 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,147 [main] Transaction began, tx=[FormatId=4360, GlobalId=1765389060147/0, BranchId=]
DEBUG 2025-12-11 02:51:00,149 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,150 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/0, BranchId=]
DEBUG 2025-12-11 02:51:00,150 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/0, BranchId=]
DEBUG 2025-12-11 02:51:00,151 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/0, BranchId=]
DEBUG 2025-12-11 02:51:00,181 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/0, BranchId=]
DEBUG 2025-12-11 02:51:00,209 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/0, BranchId=]
DEBUG 2025-12-11 02:51:00,211 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-12-11 02.51.00', 99, 'hoge', 0)
DEBUG 2025-12-11 02:51:00,218 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/0, BranchId=]
DEBUG 2025-12-11 02:51:00,218 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1765389060147/0, BranchId=]
DEBUG 2025-12-11 02:51:00,219 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,230 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,240 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,242 [main] Transaction began, tx=[FormatId=4360, GlobalId=1765389060147/1, BranchId=]
DEBUG 2025-12-11 02:51:00,244 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/1, BranchId=]
DEBUG 2025-12-11 02:51:00,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/1, BranchId=]
DEBUG 2025-12-11 02:51:00,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/1, BranchId=]
DEBUG 2025-12-11 02:51:00,272 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/1, BranchId=]
DEBUG 2025-12-11 02:51:00,293 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/1, BranchId=]
DEBUG 2025-12-11 02:51:00,293 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-12-11 02:51:00,301 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/1, BranchId=]
DEBUG 2025-12-11 02:51:00,302 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/1, BranchId=]
DEBUG 2025-12-11 02:51:00,302 [main] UPDATE EMP SET tstamp = '2025-12-11 02.51.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-12-11 02:51:00,303 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/1, BranchId=]
DEBUG 2025-12-11 02:51:00,303 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1765389060147/1, BranchId=]
DEBUG 2025-12-11 02:51:00,303 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,306 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,308 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,322 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,330 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,333 [main] Transaction began, tx=[FormatId=4360, GlobalId=1765389060147/2, BranchId=]
DEBUG 2025-12-11 02:51:00,333 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/2, BranchId=]
DEBUG 2025-12-11 02:51:00,334 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/2, BranchId=]
DEBUG 2025-12-11 02:51:00,334 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/2, BranchId=]
DEBUG 2025-12-11 02:51:00,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/2, BranchId=]
DEBUG 2025-12-11 02:51:00,372 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/2, BranchId=]
DEBUG 2025-12-11 02:51:00,373 [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 2025-12-11 02:51:00,375 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/2, BranchId=]
DEBUG 2025-12-11 02:51:00,375 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/2, BranchId=]
DEBUG 2025-12-11 02:51:00,376 [main] UPDATE EMP SET tstamp = '2025-12-11 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-12-11 02:51:00,376 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/2, BranchId=]
DEBUG 2025-12-11 02:51:00,376 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1765389060147/2, BranchId=]
DEBUG 2025-12-11 02:51:00,377 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,385 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,406 [main] Transaction began, tx=[FormatId=4360, GlobalId=1765389060147/3, BranchId=]
DEBUG 2025-12-11 02:51:00,407 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,407 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/3, BranchId=]
DEBUG 2025-12-11 02:51:00,407 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/3, BranchId=]
DEBUG 2025-12-11 02:51:00,407 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/3, BranchId=]
DEBUG 2025-12-11 02:51:00,440 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/3, BranchId=]
DEBUG 2025-12-11 02:51:00,450 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/3, BranchId=]
DEBUG 2025-12-11 02:51:00,450 [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 2025-12-11 02:51:00,452 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/3, BranchId=]
DEBUG 2025-12-11 02:51:00,452 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/3, BranchId=]
DEBUG 2025-12-11 02:51:00,453 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-12-11 02:51:00,453 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/3, BranchId=]
DEBUG 2025-12-11 02:51:00,453 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1765389060147/3, BranchId=]
DEBUG 2025-12-11 02:51:00,454 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,455 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,456 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,458 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,474 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,478 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,478 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,478 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,478 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,505 [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 2025-12-11 02:51:00,507 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,509 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,514 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,519 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,529 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,543 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,543 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,544 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,544 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,571 [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 2025-12-11 02:51:00,581 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,584 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,588 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,593 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,600 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,601 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,602 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,605 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,606 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,606 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,606 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,633 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,642 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,663 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,666 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,666 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,666 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,666 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,696 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,709 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,712 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,714 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,730 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,733 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,733 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,733 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,733 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,759 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,771 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,773 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,791 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,793 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,794 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,794 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,794 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,819 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,828 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,828 [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 2025-12-11 02:51:00,837 [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 2025-12-11 02:51:00,838 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,857 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,859 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,860 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,860 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,860 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,883 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,892 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,892 [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 2025-12-11 02:51:00,896 [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 2025-12-11 02:51:00,897 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,899 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,902 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,907 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,908 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,919 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,919 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,919 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,919 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,942 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,956 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,956 [main] select * from emp
DEBUG 2025-12-11 02:51:00,959 [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 2025-12-11 02:51:00,960 [main] Physical connection closed
DEBUG 2025-12-11 02:51:00,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:00,962 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:00,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,978 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:00,980 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:00,981 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:00,983 [main] Physical connection got
DEBUG 2025-12-11 02:51:00,983 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:00,983 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:00,983 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,007 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,015 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,015 [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 2025-12-11 02:51:01,019 [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 2025-12-11 02:51:01,020 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,022 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,031 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,037 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,039 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,042 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,042 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,042 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,042 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,064 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-12-11 02:51:01,072 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,074 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,082 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,089 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,090 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,092 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,092 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,092 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,092 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,114 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,122 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,122 [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 2025-12-11 02:51:01,125 [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 2025-12-11 02:51:01,126 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,143 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,143 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,146 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,146 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,146 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,146 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,167 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,187 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,187 [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 2025-12-11 02:51:01,192 [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 2025-12-11 02:51:01,193 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,194 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,213 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,213 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,213 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,213 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,235 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,243 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,244 [main] select * from emp
DEBUG 2025-12-11 02:51:01,245 [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 2025-12-11 02:51:01,246 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,248 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,255 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,267 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,267 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,268 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,268 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,289 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,300 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,300 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-12-11 02:51:01,302 [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 2025-12-11 02:51:01,303 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,304 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,312 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,322 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,322 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,322 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,322 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,344 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,353 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,353 [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 2025-12-11 02:51:01,355 [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 2025-12-11 02:51:01,355 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,365 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,365 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,368 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,369 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,379 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,380 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,381 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,383 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,383 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,383 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,383 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,404 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,412 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,412 [main] select count(*) from emp
DEBUG 2025-12-11 02:51:01,414 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,414 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,435 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,445 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,446 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,448 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,448 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,449 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,449 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,469 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,478 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,478 [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 2025-12-11 02:51:01,479 [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 2025-12-11 02:51:01,479 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,488 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,488 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,494 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,497 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,497 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,497 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,498 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,518 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,526 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,526 [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 2025-12-11 02:51:01,527 [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 2025-12-11 02:51:01,527 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,528 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,529 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,542 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,543 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,545 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,545 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,545 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,546 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,565 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,573 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,573 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-12-11 02:51:01,573 [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 2025-12-11 02:51:01,574 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,575 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,592 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,592 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,593 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,593 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,612 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,620 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,620 [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 2025-12-11 02:51:01,621 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2415a94f
DEBUG 2025-12-11 02:51:01,621 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,623 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,638 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,638 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,644 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,645 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,645 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,648 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,648 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,648 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,648 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,667 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,674 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,675 [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 2025-12-11 02:51:01,677 [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 2025-12-11 02:51:01,677 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,678 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,679 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,682 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,686 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,686 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,691 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,692 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,693 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,695 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,695 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,695 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,695 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,715 [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 2025-12-11 02:51:01,724 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,724 [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 2025-12-11 02:51:01,729 [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 2025-12-11 02:51:01,729 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,747 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,750 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,750 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,750 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,750 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,773 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,778 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,778 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-12-11 02:51:01,779 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,779 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,781 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,785 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,800 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,800 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,800 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,800 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,823 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,829 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,829 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-12-11 02:51:01,829 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,829 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,830 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,831 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,850 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,855 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,855 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,856 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,856 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,871 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,872 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,872 [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 2025-12-11 02:51:01,873 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-12-11 02:51:01,874 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,876 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,884 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,895 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,897 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,897 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,897 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,897 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,910 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,911 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,911 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-12-11 02:51:01,912 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-12-11 02:51:01,912 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,926 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,927 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,928 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,930 [main] Transaction began, tx=[FormatId=4360, GlobalId=1765389060147/4, BranchId=]
DEBUG 2025-12-11 02:51:01,930 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,930 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/4, BranchId=]
DEBUG 2025-12-11 02:51:01,930 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/4, BranchId=]
DEBUG 2025-12-11 02:51:01,931 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/4, BranchId=]
DEBUG 2025-12-11 02:51:01,949 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/4, BranchId=]
DEBUG 2025-12-11 02:51:01,956 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/4, BranchId=]
DEBUG 2025-12-11 02:51:01,956 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-12-11 02.51.01', 9999, 'test', 50)
DEBUG 2025-12-11 02:51:01,957 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/4, BranchId=]
DEBUG 2025-12-11 02:51:01,957 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/4, BranchId=]
DEBUG 2025-12-11 02:51:01,957 [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 2025-12-11 02:51:01,959 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/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 2025-12-11 02:51:01,959 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/4, BranchId=]
DEBUG 2025-12-11 02:51:01,959 [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 2025-12-11 02:51:01,960 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-12-11 02:51:01.956 {50, null, null, 0}
DEBUG 2025-12-11 02:51:01,960 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1765389060147/4, BranchId=]
DEBUG 2025-12-11 02:51:01,961 [main] Physical connection closed
DEBUG 2025-12-11 02:51:01,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:01,962 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:01,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:01,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:01,977 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:01,979 [main] Physical connection got
DEBUG 2025-12-11 02:51:01,979 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,979 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:01,979 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:01,997 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,003 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,017 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,018 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,019 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,021 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,021 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,021 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,021 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,039 [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 2025-12-11 02:51:02,048 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,048 [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 2025-12-11 02:51:02,050 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,051 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,054 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,066 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,068 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,068 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,068 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,069 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,086 [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 2025-12-11 02:51:02,095 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,095 [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 2025-12-11 02:51:02,096 [main] Logical connection closed, tx=null
[]
DEBUG 2025-12-11 02:51:02,096 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,098 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,104 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,114 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,114 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,115 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,115 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,131 [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 2025-12-11 02:51:02,137 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,137 [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 2025-12-11 02:51:02,138 [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 2025-12-11 02:51:02,139 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,140 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,141 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,154 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,156 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,156 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,157 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,157 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,173 [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 2025-12-11 02:51:02,176 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,177 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,178 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,180 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,182 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,185 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,191 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,193 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,193 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,194 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,194 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,211 [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 2025-12-11 02:51:02,217 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,218 [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 2025-12-11 02:51:02,220 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,220 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,221 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,222 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,225 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,233 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,234 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,235 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,237 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,237 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,237 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,237 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,254 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-12-11 02:51:02,265 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,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 WHERE department.dname = null
DEBUG 2025-12-11 02:51:02,266 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,266 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,268 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,271 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,274 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,283 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,283 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,284 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,284 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,303 [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 2025-12-11 02:51:02,304 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,304 [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 2025-12-11 02:51:02,306 [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 2025-12-11 02:51:02,307 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,308 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,308 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,310 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,312 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,320 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,321 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,321 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,323 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,323 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,324 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,324 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,340 [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 2025-12-11 02:51:02,341 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,342 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,343 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,375 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,377 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,377 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,378 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,378 [main] Logical connection got, tx=null
WARN 2025-12-11 02:51:02,381 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-12-11 02:51:02,386 [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 2025-12-11 02:51:02,387 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,387 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-12-11 02:51:02,389 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-12-11 02:51:02,390 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,391 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,391 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,398 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,403 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,404 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,406 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,406 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,406 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,406 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,425 [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 2025-12-11 02:51:02,431 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,432 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,433 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,435 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,451 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,451 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,460 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,460 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,479 [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 2025-12-11 02:51:02,483 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,483 [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 2025-12-11 02:51:02,484 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,484 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,484 [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 2025-12-11 02:51:02,485 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,485 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,486 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,486 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,488 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,490 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,493 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,498 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,499 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,501 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,501 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,502 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,502 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,520 [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 2025-12-11 02:51:02,523 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,523 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-12-11 02:51:02,526 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,526 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,526 [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 2025-12-11 02:51:02,527 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,527 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,527 [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 2025-12-11 02:51:02,529 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,529 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,529 [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 2025-12-11 02:51:02,530 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,530 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,530 [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 2025-12-11 02:51:02,531 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,531 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,532 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,548 [main] Transaction began, tx=[FormatId=4360, GlobalId=1765389060147/5, BranchId=]
DEBUG 2025-12-11 02:51:02,549 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,549 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/5, BranchId=]
DEBUG 2025-12-11 02:51:02,549 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/5, BranchId=]
DEBUG 2025-12-11 02:51:02,549 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/5, BranchId=]
DEBUG 2025-12-11 02:51:02,568 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-12-11 02:51:02,568 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/5, BranchId=]
DEBUG 2025-12-11 02:51:02,568 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-12-11 02:51:02,568 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/5, BranchId=]
DEBUG 2025-12-11 02:51:02,569 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/5, BranchId=]
DEBUG 2025-12-11 02:51:02,569 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-12-11 02:51:02,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/5, BranchId=]
DEBUG 2025-12-11 02:51:02,569 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1765389060147/5, BranchId=]
DEBUG 2025-12-11 02:51:02,569 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-12-11 02:51:02,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1765389060147/5, BranchId=]
DEBUG 2025-12-11 02:51:02,570 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1765389060147/5, BranchId=]
DEBUG 2025-12-11 02:51:02,570 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,571 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,575 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,577 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,578 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,584 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,586 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,586 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,587 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,587 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,605 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,608 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,610 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,611 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,613 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,632 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,634 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,635 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,637 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,637 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,637 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,638 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,664 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,668 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,673 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,681 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,682 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,685 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,685 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,685 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,685 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,691 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-12-11 02:51:02,693 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,694 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,706 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,709 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,709 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,709 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,709 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,716 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-12-11 02:51:02,717 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,719 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,721 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,726 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,734 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,736 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,736 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,736 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,736 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,744 [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 2025-12-11 02:51:02,745 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,747 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,761 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,761 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,764 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,764 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,764 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,764 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,771 [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 2025-12-11 02:51:02,773 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,775 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,782 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,789 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,794 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,794 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,794 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,794 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,825 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,826 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,826 [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 2025-12-11 02:51:02,830 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,830 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,832 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,846 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,849 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,849 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,849 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,849 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,870 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,871 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,901 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,902 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,905 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,905 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,906 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,906 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,927 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-12-11 02:51:02,928 [main] Physical connection closed
DEBUG 2025-12-11 02:51:02,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:02,930 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,932 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,937 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:02,937 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:02,944 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:02,944 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-12-11 02:51:02,947 [main] Physical connection got
DEBUG 2025-12-11 02:51:02,947 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,947 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:02,947 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:02,969 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-12-11 02:51:02,970 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.693 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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 2025-12-11 02:51:03,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,034 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,038 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,045 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,049 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,051 [main] Physical connection got
DEBUG 2025-12-11 02:51:03,052 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:03,055 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,057 [main] Physical connection closed
DEBUG 2025-12-11 02:51:03,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,059 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,061 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,067 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,072 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,075 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,077 [main] Physical connection got
DEBUG 2025-12-11 02:51:03,077 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:03,080 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,081 [main] Physical connection closed
DEBUG 2025-12-11 02:51:03,082 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,082 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,084 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,085 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,088 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,088 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,092 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,093 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,096 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,098 [main] Physical connection got
DEBUG 2025-12-11 02:51:03,098 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:03,101 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,102 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-12-11 02:51:03,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,116 [main] Physical connection got
DEBUG 2025-12-11 02:51:03,117 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:03,117 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,117 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-12-11 02:51:03,121 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,125 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,125 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,132 [main] Physical connection got
DEBUG 2025-12-11 02:51:03,132 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:03,147 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,147 [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 2025-12-11 02:51:03,151 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,151 [main] Physical connection closed
DEBUG 2025-12-11 02:51:03,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,156 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,156 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,163 [main] Physical connection got
DEBUG 2025-12-11 02:51:03,163 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:03,179 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,179 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:03,179 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,179 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:03,190 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,195 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:03,195 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-12-11 02:51:03,197 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,198 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-12-11 02:51:03,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,218 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,220 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,228 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,229 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,231 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,243 [main] Physical connection got
DEBUG 2025-12-11 02:51:03,244 [main] Logical connection got, tx=null
WARN 2025-12-11 02:51:03,246 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-12-11 02:51:03,246 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-12-11 02:51:03,247 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,247 [main] Physical connection closed
DEBUG 2025-12-11 02:51:03,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,248 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,261 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,264 [main] Physical connection got
DEBUG 2025-12-11 02:51:03,264 [main] Logical connection got, tx=null
WARN 2025-12-11 02:51:03,266 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-12-11 02:51:03,267 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-12-11 02:51:03,267 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,267 [main] Physical connection closed
DEBUG 2025-12-11 02:51:03,268 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,269 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,274 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,281 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,286 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-12-11 02:51:03,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,298 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-12-11 02:51:03,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,310 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,316 [main] Physical connection got
DEBUG 2025-12-11 02:51:03,316 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:03,317 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,317 [main] Physical connection closed
DEBUG 2025-12-11 02:51:03,318 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,319 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,320 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,326 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,327 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,329 [main] Physical connection got
DEBUG 2025-12-11 02:51:03,329 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:03,330 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,330 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-12-11 02:51:03,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-12-11 02:51:03,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,337 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-12-11 02:51:03,337 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-12-11 02:51:03,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-12-11 02:51:03,343 [main] Physical connection got
DEBUG 2025-12-11 02:51:03,343 [main] Logical connection got, tx=null
DEBUG 2025-12-11 02:51:03,344 [main] Logical connection closed, tx=null
DEBUG 2025-12-11 02:51:03,344 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.360s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.337s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.700s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.876s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Thu Dec 11 02:51:03 JST 2025
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS