Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2025-01-11 02:50:57,940 [main] Logical connection closed
updatedRows:1
DEBUG 2025-01-11 02:50:57,942 [main] Logical connection got
DEBUG 2025-01-11 02:50:57,942 [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-01-11 02:50:57,945 [main] Logical connection closed
DEBUG 2025-01-11 02:50:57,945 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-11 02:50:57,979 [main] Physical connection got
DEBUG 2025-01-11 02:50:57,979 [main] Logical connection got
DEBUG 2025-01-11 02:50:57,980 [main] Logical connection closed
DEBUG 2025-01-11 02:50:57,980 [main] Logical connection got
DEBUG 2025-01-11 02:50:57,990 [main] Logical connection closed
DEBUG 2025-01-11 02:50:57,991 [main] Logical connection got
DEBUG 2025-01-11 02:50:57,991 [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-01-11 02:50:57,992 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-11 02:50:57.79 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-11 02:50:57,993 [main] Logical connection got
DEBUG 2025-01-11 02:50:57,993 [main] Logical connection closed
DEBUG 2025-01-11 02:50:57,993 [main] Logical connection got
DEBUG 2025-01-11 02:50:57,997 [main] Logical connection closed
DEBUG 2025-01-11 02:50:57,998 [main] Logical connection got
DEBUG 2025-01-11 02:50:57,998 [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-01-11 02:50:57,999 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-11 02:50:57.79 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-11 02:50:57,999 [main] Logical connection got
DEBUG 2025-01-11 02:50:58,000 [main] UPDATE EMP SET tstamp = '2025-01-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-01-11 02.50.57'
DEBUG 2025-01-11 02:50:58,001 [main] Logical connection closed
DEBUG 2025-01-11 02:50:58,001 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-11 02:50:59,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:50:59,243 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-11 02:50:59,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:50:59,281 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:50:59,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:50:59,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:50:59,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:50:59,370 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:50:59,394 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-11 02:50:59,556 [main] Physical connection got
DEBUG 2025-01-11 02:50:59,556 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:50:59,634 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:50:59,639 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-11 02:50:59,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:50:59,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:50:59,655 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:50:59,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:50:59,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:50:59,665 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:50:59,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:50:59,679 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:50:59,680 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:50:59,694 [main] Physical connection got
DEBUG 2025-01-11 02:50:59,694 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:50:59,695 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:50:59,695 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:50:59,810 [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-01-11 02:50:59,816 [main] Physical connection closed
DEBUG 2025-01-11 02:50:59,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:50:59,818 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:50:59,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:50:59,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:50:59,830 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:50:59,830 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:50:59,840 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:50:59,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:50:59,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:50:59,848 [main] Physical connection got
DEBUG 2025-01-11 02:50:59,849 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:50:59,849 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:50:59,849 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:50:59,893 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:50:59,915 [main] Physical connection closed
DEBUG 2025-01-11 02:50:59,917 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:50:59,918 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:50:59,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:50:59,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:50:59,929 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:50:59,929 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:50:59,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:50:59,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:50:59,943 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:50:59,946 [main] Physical connection got
DEBUG 2025-01-11 02:50:59,946 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:50:59,947 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:50:59,947 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:50:59,995 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,000 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,003 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,013 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,014 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,024 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,025 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,028 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,029 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,029 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,029 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,065 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,070 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,071 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,072 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,075 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,077 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,082 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,082 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,093 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,097 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,097 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,097 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,097 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,132 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,137 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,159 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,162 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,162 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,163 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,163 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,196 [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-01-11 02:51:00,199 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,202 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,204 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,206 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,222 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,225 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,225 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,225 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,225 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,258 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,263 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,266 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,283 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,285 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,285 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,289 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,289 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,289 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,289 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,330 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,335 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,337 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,361 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,361 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,361 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,361 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,394 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,400 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,402 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,419 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,422 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,422 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,428 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736531460427/0, BranchId=]
DEBUG 2025-01-11 02:51:00,429 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,430 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/0, BranchId=]
DEBUG 2025-01-11 02:51:00,430 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/0, BranchId=]
DEBUG 2025-01-11 02:51:00,431 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/0, BranchId=]
DEBUG 2025-01-11 02:51:00,464 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/0, BranchId=]
DEBUG 2025-01-11 02:51:00,487 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/0, BranchId=]
DEBUG 2025-01-11 02:51:00,490 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-11 02.51.00', 99, 'hoge', 0)
DEBUG 2025-01-11 02:51:00,495 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/0, BranchId=]
DEBUG 2025-01-11 02:51:00,496 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736531460427/0, BranchId=]
DEBUG 2025-01-11 02:51:00,496 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,501 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,517 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,517 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,520 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736531460427/1, BranchId=]
DEBUG 2025-01-11 02:51:00,520 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,521 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/1, BranchId=]
DEBUG 2025-01-11 02:51:00,521 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/1, BranchId=]
DEBUG 2025-01-11 02:51:00,521 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/1, BranchId=]
DEBUG 2025-01-11 02:51:00,552 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/1, BranchId=]
DEBUG 2025-01-11 02:51:00,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/1, BranchId=]
DEBUG 2025-01-11 02:51:00,565 [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-01-11 02:51:00,572 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/1, BranchId=]
DEBUG 2025-01-11 02:51:00,572 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/1, BranchId=]
DEBUG 2025-01-11 02:51:00,573 [main] UPDATE EMP SET tstamp = '2025-01-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-01-11 02:51:00,574 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/1, BranchId=]
DEBUG 2025-01-11 02:51:00,574 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736531460427/1, BranchId=]
DEBUG 2025-01-11 02:51:00,574 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,576 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,598 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736531460427/2, BranchId=]
DEBUG 2025-01-11 02:51:00,599 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/2, BranchId=]
DEBUG 2025-01-11 02:51:00,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/2, BranchId=]
DEBUG 2025-01-11 02:51:00,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/2, BranchId=]
DEBUG 2025-01-11 02:51:00,631 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/2, BranchId=]
DEBUG 2025-01-11 02:51:00,651 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/2, BranchId=]
DEBUG 2025-01-11 02:51:00,652 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-11 02:51:00,654 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/2, BranchId=]
DEBUG 2025-01-11 02:51:00,654 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/2, BranchId=]
DEBUG 2025-01-11 02:51:00,655 [main] UPDATE EMP SET tstamp = '2025-01-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-01-11 02:51:00,655 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/2, BranchId=]
DEBUG 2025-01-11 02:51:00,655 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736531460427/2, BranchId=]
DEBUG 2025-01-11 02:51:00,656 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,658 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,660 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,662 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,676 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,679 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736531460427/3, BranchId=]
DEBUG 2025-01-11 02:51:00,679 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,679 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/3, BranchId=]
DEBUG 2025-01-11 02:51:00,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/3, BranchId=]
DEBUG 2025-01-11 02:51:00,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/3, BranchId=]
DEBUG 2025-01-11 02:51:00,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/3, BranchId=]
DEBUG 2025-01-11 02:51:00,718 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/3, BranchId=]
DEBUG 2025-01-11 02:51:00,718 [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-01-11 02:51:00,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/3, BranchId=]
DEBUG 2025-01-11 02:51:00,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/3, BranchId=]
DEBUG 2025-01-11 02:51:00,720 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-11 02:51:00,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/3, BranchId=]
DEBUG 2025-01-11 02:51:00,721 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736531460427/3, BranchId=]
DEBUG 2025-01-11 02:51:00,721 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,722 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,723 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,725 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,731 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,738 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,741 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,744 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,745 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,745 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,745 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,771 [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-01-11 02:51:00,773 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,775 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,790 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,803 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,803 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,804 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,804 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,829 [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-01-11 02:51:00,838 [main] Physical connection closed
DEBUG 2025-01-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-01-11 02:51:00,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,861 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,861 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,861 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,862 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,890 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,898 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,901 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,903 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,905 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,924 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,924 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,925 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,925 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,951 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,958 [main] Physical connection closed
DEBUG 2025-01-11 02:51:00,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:00,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,962 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,964 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,968 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:00,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:00,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:00,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:00,981 [main] Physical connection got
DEBUG 2025-01-11 02:51:00,981 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:00,981 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:00,981 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,005 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,014 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,015 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,016 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,018 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,020 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,031 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,032 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,033 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,036 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,036 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,036 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,036 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,060 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,068 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,068 [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-01-11 02:51:01,076 [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-01-11 02:51:01,077 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,079 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,081 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,087 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,095 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,098 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,099 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,099 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,099 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,123 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,130 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,131 [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-01-11 02:51:01,135 [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-01-11 02:51:01,136 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,138 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,146 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,146 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,155 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,158 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,158 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,158 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,158 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,183 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,197 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,197 [main] select * from emp
DEBUG 2025-01-11 02:51:01,200 [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-01-11 02:51:01,201 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,203 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,218 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,219 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,223 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,223 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,223 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,223 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,247 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,255 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,255 [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-01-11 02:51:01,259 [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-01-11 02:51:01,261 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,265 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,267 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,270 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,270 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,282 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,282 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,282 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,282 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,307 [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-01-11 02:51:01,314 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,316 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,318 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,320 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,324 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,332 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,335 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,335 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,336 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,336 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,359 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,368 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,368 [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-01-11 02:51:01,370 [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-01-11 02:51:01,372 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,373 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,376 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,377 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,381 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,381 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,389 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,390 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,392 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,393 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,393 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,393 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,415 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,423 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,423 [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-01-11 02:51:01,428 [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-01-11 02:51:01,429 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,431 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,433 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,435 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,445 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,447 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,450 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,450 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,450 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,450 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,472 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,480 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,480 [main] select * from emp
DEBUG 2025-01-11 02:51:01,482 [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-01-11 02:51:01,483 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,493 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,501 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,501 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,504 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,504 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,504 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,504 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,526 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,534 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,534 [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-01-11 02:51:01,536 [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-01-11 02:51:01,538 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,540 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,554 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,556 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,558 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,558 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,558 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,558 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,579 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,586 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,587 [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-01-11 02:51:01,588 [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-01-11 02:51:01,589 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,598 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,606 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,609 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,609 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,609 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,610 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,631 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,639 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,639 [main] select count(*) from emp
DEBUG 2025-01-11 02:51:01,640 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,640 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,642 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,653 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,656 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,656 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,666 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,667 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,667 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,667 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,687 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,695 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,695 [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-01-11 02:51:01,696 [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-01-11 02:51:01,696 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,713 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,715 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,715 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,715 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,716 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,736 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,743 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,744 [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-01-11 02:51:01,744 [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-01-11 02:51:01,745 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,753 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,761 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,761 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,763 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,763 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,763 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,763 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,784 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,791 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,791 [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-01-11 02:51:01,792 [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-01-11 02:51:01,792 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,808 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,810 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,811 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,811 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,811 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,831 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,838 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,838 [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-01-11 02:51:01,839 [main] Logical connection closed, tx=null
[Ljava.util.Map;@6ec5122f
DEBUG 2025-01-11 02:51:01,839 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,856 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,858 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,858 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,858 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,858 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,879 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,886 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,886 [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-01-11 02:51:01,888 [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-01-11 02:51:01,888 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,892 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,894 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,907 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,907 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,907 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,907 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,927 [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-01-11 02:51:01,933 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,933 [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-01-11 02:51:01,937 [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-01-11 02:51:01,938 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,946 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,946 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,952 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,953 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,954 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,956 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,956 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,956 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,956 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,976 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,979 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,979 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-11 02:51:01,980 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,980 [main] Physical connection closed
DEBUG 2025-01-11 02:51:01,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:01,981 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,983 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:01,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,994 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:01,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:01,996 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:01,998 [main] Physical connection got
DEBUG 2025-01-11 02:51:01,998 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:01,998 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:01,998 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,017 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,020 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,021 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-11 02:51:02,021 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,021 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,022 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,026 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,029 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,036 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,037 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,039 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,039 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,040 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,040 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,053 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,054 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,054 [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-01-11 02:51:02,055 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-11 02:51:02,055 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,056 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,057 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,059 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,063 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,063 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,070 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,070 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,072 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,073 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,073 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,073 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,085 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,086 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,086 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-11 02:51:02,087 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-11 02:51:02,087 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,101 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,102 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,104 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736531460427/4, BranchId=]
DEBUG 2025-01-11 02:51:02,105 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,105 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/4, BranchId=]
DEBUG 2025-01-11 02:51:02,105 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/4, BranchId=]
DEBUG 2025-01-11 02:51:02,105 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/4, BranchId=]
DEBUG 2025-01-11 02:51:02,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/4, BranchId=]
DEBUG 2025-01-11 02:51:02,130 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/4, BranchId=]
DEBUG 2025-01-11 02:51:02,130 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-11 02.51.02', 9999, 'test', 50)
DEBUG 2025-01-11 02:51:02,130 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/4, BranchId=]
DEBUG 2025-01-11 02:51:02,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/4, BranchId=]
DEBUG 2025-01-11 02:51:02,131 [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-01-11 02:51:02,132 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/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-01-11 02:51:02,132 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/4, BranchId=]
DEBUG 2025-01-11 02:51:02,132 [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-01-11 02:51:02,133 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-11 02:51:02.13 {50, null, null, 0}
DEBUG 2025-01-11 02:51:02,133 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736531460427/4, BranchId=]
DEBUG 2025-01-11 02:51:02,133 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,135 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,137 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,141 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,148 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,149 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,150 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,152 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,152 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,152 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,152 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,175 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,182 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,184 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,186 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,198 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,200 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,202 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,202 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,202 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,202 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,225 [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-01-11 02:51:02,235 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,235 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-11 02:51:02,237 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,237 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,252 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,253 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,255 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,255 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,255 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,255 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,274 [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-01-11 02:51:02,283 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,283 [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-01-11 02:51:02,283 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-11 02:51:02,284 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,285 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,299 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,302 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,302 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,302 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,302 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,324 [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-01-11 02:51:02,331 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,331 [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-01-11 02:51:02,333 [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-01-11 02:51:02,333 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,343 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,351 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,353 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,353 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,354 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,354 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,375 [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-01-11 02:51:02,379 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,381 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,385 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,397 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,400 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,400 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,400 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,400 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,431 [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-01-11 02:51:02,439 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,439 [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-01-11 02:51:02,442 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,442 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,444 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,448 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,452 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,452 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,458 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,459 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,459 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,462 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,462 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,462 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,462 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,483 [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-01-11 02:51:02,492 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,492 [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-01-11 02:51:02,493 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,493 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,495 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,497 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,499 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,502 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,502 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,538 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,541 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,541 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,541 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,541 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,575 [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-01-11 02:51:02,576 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,576 [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-01-11 02:51:02,578 [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-01-11 02:51:02,579 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,580 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,592 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,593 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,594 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,596 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,596 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,597 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,597 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,615 [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-01-11 02:51:02,616 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,617 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,620 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,623 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,623 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,630 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,630 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,633 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,633 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,633 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,633 [main] Logical connection got, tx=null
WARN 2025-01-11 02:51:02,636 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-11 02:51:02,641 [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-01-11 02:51:02,642 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,642 [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-01-11 02:51:02,644 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-11 02:51:02,644 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,646 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,661 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,661 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,661 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,661 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,678 [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-01-11 02:51:02,684 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,686 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,690 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,700 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,704 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,704 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,704 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,704 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,725 [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-01-11 02:51:02,729 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,729 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-11 02:51:02,730 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,731 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,731 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2025-01-11 02:51:02,731 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,731 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,744 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,752 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,755 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,755 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,755 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,755 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,779 [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-01-11 02:51:02,782 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,782 [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-01-11 02:51:02,785 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,785 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,785 [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-01-11 02:51:02,786 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,786 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,786 [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-01-11 02:51:02,788 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,788 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,788 [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-01-11 02:51:02,789 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,789 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,789 [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-01-11 02:51:02,790 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,790 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,791 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,804 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,806 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736531460427/5, BranchId=]
DEBUG 2025-01-11 02:51:02,806 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/5, BranchId=]
DEBUG 2025-01-11 02:51:02,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/5, BranchId=]
DEBUG 2025-01-11 02:51:02,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/5, BranchId=]
DEBUG 2025-01-11 02:51:02,830 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-11 02:51:02,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/5, BranchId=]
DEBUG 2025-01-11 02:51:02,831 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-11 02:51:02,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/5, BranchId=]
DEBUG 2025-01-11 02:51:02,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/5, BranchId=]
DEBUG 2025-01-11 02:51:02,831 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-11 02:51:02,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/5, BranchId=]
DEBUG 2025-01-11 02:51:02,832 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736531460427/5, BranchId=]
DEBUG 2025-01-11 02:51:02,832 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-11 02:51:02,832 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736531460427/5, BranchId=]
DEBUG 2025-01-11 02:51:02,833 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736531460427/5, BranchId=]
DEBUG 2025-01-11 02:51:02,833 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,834 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,842 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,842 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,848 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,849 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,849 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,852 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,852 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,852 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,852 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,870 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,874 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,882 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,888 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,889 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,890 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,892 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,892 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,893 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,893 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,915 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,919 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,921 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,924 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,927 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,928 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,934 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,938 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,938 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,938 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,938 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,947 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-11 02:51:02,948 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,962 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,964 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,964 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,964 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,964 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,971 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-11 02:51:02,973 [main] Physical connection closed
DEBUG 2025-01-11 02:51:02,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:02,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:02,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:02,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:02,988 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:02,990 [main] Physical connection got
DEBUG 2025-01-11 02:51:02,990 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:02,990 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:02,990 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,001 [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-01-11 02:51:03,002 [main] Physical connection closed
DEBUG 2025-01-11 02:51:03,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,004 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:03,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,016 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:03,018 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,018 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,018 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,018 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,026 [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-01-11 02:51:03,028 [main] Physical connection closed
DEBUG 2025-01-11 02:51:03,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,030 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:03,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,044 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,045 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:03,047 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,047 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,047 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,047 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,070 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,071 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,071 [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-01-11 02:51:03,074 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,074 [main] Physical connection closed
DEBUG 2025-01-11 02:51:03,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:03,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,079 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,082 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,082 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,089 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,090 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:03,093 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,093 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,093 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,093 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,111 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,112 [main] Physical connection closed
DEBUG 2025-01-11 02:51:03,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:03,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,131 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,131 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:03,134 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,134 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,134 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,135 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,154 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-11 02:51:03,155 [main] Physical connection closed
DEBUG 2025-01-11 02:51:03,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:03,158 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,160 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,169 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-11 02:51:03,171 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,171 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,171 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,171 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,189 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-11 02:51:03,189 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.55 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-11 02:51:03,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,240 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,254 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,257 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,257 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,266 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,275 [main] Physical connection closed
DEBUG 2025-01-11 02:51:03,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,277 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,290 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,298 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,301 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,301 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,305 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,305 [main] Physical connection closed
DEBUG 2025-01-11 02:51:03,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,307 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,308 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,310 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,317 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,318 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,321 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,324 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,324 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,327 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,328 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-11 02:51:03,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,345 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,345 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,346 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,346 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-11 02:51:03,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,362 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,362 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,381 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,381 [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-01-11 02:51:03,385 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,385 [main] Physical connection closed
DEBUG 2025-01-11 02:51:03,386 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,397 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,397 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,423 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,424 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,424 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,424 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,435 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,439 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,440 [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-01-11 02:51:03,442 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,442 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-01-11 02:51:03,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,462 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,464 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,477 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,496 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,496 [main] Logical connection got, tx=null
WARN 2025-01-11 02:51:03,499 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-11 02:51:03,499 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-11 02:51:03,500 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,500 [main] Physical connection closed
DEBUG 2025-01-11 02:51:03,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,502 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,516 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,519 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,520 [main] Logical connection got, tx=null
WARN 2025-01-11 02:51:03,522 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-11 02:51:03,522 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-11 02:51:03,523 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,523 [main] Physical connection closed
DEBUG 2025-01-11 02:51:03,524 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,524 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,528 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,535 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,539 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,541 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,543 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,548 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,548 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-11 02:51:03,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,563 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-11 02:51:03,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,571 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,584 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,585 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,586 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,586 [main] Physical connection closed
DEBUG 2025-01-11 02:51:03,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,588 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,596 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,597 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,599 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,599 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,600 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,600 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-11 02:51:03,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-11 02:51:03,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-11 02:51:03,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-11 02:51:03,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-11 02:51:03,629 [main] Physical connection got
DEBUG 2025-01-11 02:51:03,630 [main] Logical connection got, tx=null
DEBUG 2025-01-11 02:51:03,630 [main] Logical connection closed, tx=null
DEBUG 2025-01-11 02:51:03,637 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 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.338s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.960s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.628s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.622s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sat Jan 11 02:51:03 JST 2025
[INFO] Final Memory: 28M/404M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS