Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2025-01-05 02:51:00,511 [main] Logical connection closed
updatedRows:1
DEBUG 2025-01-05 02:51:00,512 [main] Logical connection got
DEBUG 2025-01-05 02:51:00,512 [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-05 02:51:00,515 [main] Logical connection closed
DEBUG 2025-01-05 02:51:00,515 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-05 02:51:00,551 [main] Physical connection got
DEBUG 2025-01-05 02:51:00,552 [main] Logical connection got
DEBUG 2025-01-05 02:51:00,552 [main] Logical connection closed
DEBUG 2025-01-05 02:51:00,552 [main] Logical connection got
DEBUG 2025-01-05 02:51:00,564 [main] Logical connection closed
DEBUG 2025-01-05 02:51:00,564 [main] Logical connection got
DEBUG 2025-01-05 02:51:00,565 [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-05 02:51:00,566 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-05 02:51:00.353 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-05 02:51:00,567 [main] Logical connection got
DEBUG 2025-01-05 02:51:00,567 [main] Logical connection closed
DEBUG 2025-01-05 02:51:00,567 [main] Logical connection got
DEBUG 2025-01-05 02:51:00,571 [main] Logical connection closed
DEBUG 2025-01-05 02:51:00,572 [main] Logical connection got
DEBUG 2025-01-05 02:51:00,572 [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-05 02:51:00,573 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-05 02:51:00.353 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-05 02:51:00,573 [main] Logical connection got
DEBUG 2025-01-05 02:51:00,574 [main] UPDATE EMP SET tstamp = '2025-01-05 02.51.00', 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-05 02.51.00'
DEBUG 2025-01-05 02:51:00,575 [main] Logical connection closed
DEBUG 2025-01-05 02:51:00,575 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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.134 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-05 02:51:01,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:01,810 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-05 02:51:01,846 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:01,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:01,879 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:01,879 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:01,930 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:01,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:01,963 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-05 02:51:02,142 [main] Physical connection got
DEBUG 2025-01-05 02:51:02,143 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,223 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,229 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-05 02:51:02,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:02,243 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,250 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,272 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,273 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,287 [main] Physical connection got
DEBUG 2025-01-05 02:51:02,287 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,288 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,288 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,424 [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-05 02:51:02,431 [main] Physical connection closed
DEBUG 2025-01-05 02:51:02,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:02,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,448 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,461 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,463 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,464 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,471 [main] Physical connection got
DEBUG 2025-01-05 02:51:02,471 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,471 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,471 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,533 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,560 [main] Physical connection closed
DEBUG 2025-01-05 02:51:02,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:02,564 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,577 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,577 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,591 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,594 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,595 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,599 [main] Physical connection got
DEBUG 2025-01-05 02:51:02,599 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,599 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,600 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,652 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,658 [main] Physical connection closed
DEBUG 2025-01-05 02:51:02,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:02,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,687 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,691 [main] Physical connection got
DEBUG 2025-01-05 02:51:02,691 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,691 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,691 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,729 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,735 [main] Physical connection closed
DEBUG 2025-01-05 02:51:02,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:02,738 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,758 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,761 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,764 [main] Physical connection got
DEBUG 2025-01-05 02:51:02,765 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,765 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,765 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,801 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,806 [main] Physical connection closed
DEBUG 2025-01-05 02:51:02,807 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:02,808 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,818 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,819 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,827 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,834 [main] Physical connection got
DEBUG 2025-01-05 02:51:02,834 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,834 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,834 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,870 [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-05 02:51:02,874 [main] Physical connection closed
DEBUG 2025-01-05 02:51:02,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:02,876 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,886 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,897 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,900 [main] Physical connection got
DEBUG 2025-01-05 02:51:02,900 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,901 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,901 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,934 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,939 [main] Physical connection closed
DEBUG 2025-01-05 02:51:02,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:02,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:02,950 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:02,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:02,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:02,964 [main] Physical connection got
DEBUG 2025-01-05 02:51:02,964 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:02,964 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:02,965 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,001 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,006 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,007 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,008 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,010 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,030 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,033 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,033 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,034 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,034 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,065 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,070 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,072 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,073 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,075 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,097 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,103 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736013063102/0, BranchId=]
DEBUG 2025-01-05 02:51:03,104 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,105 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/0, BranchId=]
DEBUG 2025-01-05 02:51:03,106 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/0, BranchId=]
DEBUG 2025-01-05 02:51:03,106 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/0, BranchId=]
DEBUG 2025-01-05 02:51:03,140 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/0, BranchId=]
DEBUG 2025-01-05 02:51:03,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/0, BranchId=]
DEBUG 2025-01-05 02:51:03,165 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-05 02.51.03', 99, 'hoge', 0)
DEBUG 2025-01-05 02:51:03,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/0, BranchId=]
DEBUG 2025-01-05 02:51:03,171 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736013063102/0, BranchId=]
DEBUG 2025-01-05 02:51:03,171 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,174 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,176 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,178 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,196 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736013063102/1, BranchId=]
DEBUG 2025-01-05 02:51:03,196 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,196 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/1, BranchId=]
DEBUG 2025-01-05 02:51:03,196 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/1, BranchId=]
DEBUG 2025-01-05 02:51:03,197 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/1, BranchId=]
DEBUG 2025-01-05 02:51:03,229 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/1, BranchId=]
DEBUG 2025-01-05 02:51:03,240 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/1, BranchId=]
DEBUG 2025-01-05 02:51:03,241 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-05 02:51:03,248 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/1, BranchId=]
DEBUG 2025-01-05 02:51:03,248 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/1, BranchId=]
DEBUG 2025-01-05 02:51:03,249 [main] UPDATE EMP SET tstamp = '2025-01-05 02.51.03', 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-05 02:51:03,250 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/1, BranchId=]
DEBUG 2025-01-05 02:51:03,250 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736013063102/1, BranchId=]
DEBUG 2025-01-05 02:51:03,250 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,252 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,253 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,255 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,257 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,261 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,262 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,271 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,271 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,274 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736013063102/2, BranchId=]
DEBUG 2025-01-05 02:51:03,275 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,275 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/2, BranchId=]
DEBUG 2025-01-05 02:51:03,275 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/2, BranchId=]
DEBUG 2025-01-05 02:51:03,275 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/2, BranchId=]
DEBUG 2025-01-05 02:51:03,307 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/2, BranchId=]
DEBUG 2025-01-05 02:51:03,329 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/2, BranchId=]
DEBUG 2025-01-05 02:51:03,329 [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-05 02:51:03,331 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/2, BranchId=]
DEBUG 2025-01-05 02:51:03,331 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/2, BranchId=]
DEBUG 2025-01-05 02:51:03,332 [main] UPDATE EMP SET tstamp = '2025-01-05 02.51.03', 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-05 02:51:03,332 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/2, BranchId=]
DEBUG 2025-01-05 02:51:03,333 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736013063102/2, BranchId=]
DEBUG 2025-01-05 02:51:03,333 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,343 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,344 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,353 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,353 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,356 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736013063102/3, BranchId=]
DEBUG 2025-01-05 02:51:03,357 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,357 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/3, BranchId=]
DEBUG 2025-01-05 02:51:03,357 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/3, BranchId=]
DEBUG 2025-01-05 02:51:03,357 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/3, BranchId=]
DEBUG 2025-01-05 02:51:03,385 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/3, BranchId=]
DEBUG 2025-01-05 02:51:03,395 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/3, BranchId=]
DEBUG 2025-01-05 02:51:03,395 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-05 02:51:03,398 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/3, BranchId=]
DEBUG 2025-01-05 02:51:03,398 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/3, BranchId=]
DEBUG 2025-01-05 02:51:03,398 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-05 02:51:03,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/3, BranchId=]
DEBUG 2025-01-05 02:51:03,399 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736013063102/3, BranchId=]
DEBUG 2025-01-05 02:51:03,399 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,401 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,424 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,424 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,424 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,424 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,451 [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-05 02:51:03,453 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,455 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,463 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,464 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,474 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,485 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,485 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,485 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,485 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,512 [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-05 02:51:03,523 [main] Physical connection closed
DEBUG 2025-01-05 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-05 02:51:03,525 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,547 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,547 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,547 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,548 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,573 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,582 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,584 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,587 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,593 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,593 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,603 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,606 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,606 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,606 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,606 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,637 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,646 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,653 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,657 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,664 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,666 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,669 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,669 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,669 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,669 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,694 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,704 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,705 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,706 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,708 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,724 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,727 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,727 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,727 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,727 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,752 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,761 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,761 [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-05 02:51:03,768 [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-05 02:51:03,770 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,772 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,780 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,790 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,793 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,793 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,794 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,794 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,819 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,828 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,828 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-05 02:51:03,832 [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-05 02:51:03,834 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,836 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,838 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,845 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,851 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,853 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,856 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,856 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,857 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,857 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,881 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,896 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,896 [main] select * from emp
DEBUG 2025-01-05 02:51:03,899 [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-05 02:51:03,900 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,902 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,919 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,922 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,922 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,922 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,922 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,945 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,954 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,954 [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-05 02:51:03,958 [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-05 02:51:03,959 [main] Physical connection closed
DEBUG 2025-01-05 02:51:03,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:03,961 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:03,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:03,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:03,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:03,981 [main] Physical connection got
DEBUG 2025-01-05 02:51:03,981 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:03,981 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:03,981 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,003 [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-05 02:51:04,012 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,014 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,016 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,022 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,022 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,030 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,031 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,033 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,033 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,034 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,034 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,057 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,066 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,066 [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-05 02:51:04,068 [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-05 02:51:04,070 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,071 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,072 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,074 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,076 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,080 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,091 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,091 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,091 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,091 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,114 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,122 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,122 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-05 02:51:04,127 [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-05 02:51:04,128 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,130 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,132 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,134 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,138 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,146 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,146 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,149 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,149 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,149 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,149 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,171 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,180 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,181 [main] select * from emp
DEBUG 2025-01-05 02:51:04,182 [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-05 02:51:04,184 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,188 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,190 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,193 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,201 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,202 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,204 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,204 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,205 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,205 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,231 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,242 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,242 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-05 02:51:04,244 [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-05 02:51:04,246 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,248 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,266 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,267 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,270 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,270 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,271 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,271 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,296 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,306 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,306 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-05 02:51:04,309 [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-05 02:51:04,309 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,311 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,320 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,328 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,330 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,333 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,333 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,334 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,334 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,359 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,370 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,371 [main] select count(*) from emp
DEBUG 2025-01-05 02:51:04,372 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,372 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,375 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,384 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,402 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,402 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,405 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,405 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,405 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,405 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,426 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,434 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,435 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-05 02:51:04,435 [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-05 02:51:04,436 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,438 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,451 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,453 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,453 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,456 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,456 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,456 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,456 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,477 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,485 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,485 [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-05 02:51:04,486 [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-05 02:51:04,486 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,487 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,488 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,490 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,492 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,504 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,506 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,507 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,507 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,507 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,528 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,535 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,535 [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-05 02:51:04,536 [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-05 02:51:04,536 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,538 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,540 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,542 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,546 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,553 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,553 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,556 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,556 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,556 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,556 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,577 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,584 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,585 [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-05 02:51:04,585 [main] Logical connection closed, tx=null
[Ljava.util.Map;@4cd4544
DEBUG 2025-01-05 02:51:04,586 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,587 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,591 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,595 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,595 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,603 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,606 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,606 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,606 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,606 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,626 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,634 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,634 [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-05 02:51:04,636 [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-05 02:51:04,637 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,654 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,657 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,657 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,657 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,657 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,677 [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-05 02:51:04,684 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,684 [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-05 02:51:04,689 [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-05 02:51:04,689 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,691 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,694 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,698 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,704 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,705 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,708 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,708 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,709 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,709 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,728 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,732 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,733 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-05 02:51:04,733 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,733 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,735 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,739 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,753 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,753 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,754 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,754 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,774 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,777 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,777 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-05 02:51:04,778 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,778 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,779 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,792 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,793 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,794 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,797 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,797 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,797 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,797 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,811 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,812 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,812 [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-05 02:51:04,813 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-05 02:51:04,814 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,815 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,815 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,817 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,819 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,823 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,823 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,833 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,833 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,833 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,833 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,851 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,852 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,852 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-05 02:51:04,853 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-05 02:51:04,854 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,868 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,872 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736013063102/4, BranchId=]
DEBUG 2025-01-05 02:51:04,872 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,872 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/4, BranchId=]
DEBUG 2025-01-05 02:51:04,872 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/4, BranchId=]
DEBUG 2025-01-05 02:51:04,873 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/4, BranchId=]
DEBUG 2025-01-05 02:51:04,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/4, BranchId=]
DEBUG 2025-01-05 02:51:04,898 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/4, BranchId=]
DEBUG 2025-01-05 02:51:04,898 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-05 02.51.04', 9999, 'test', 50)
DEBUG 2025-01-05 02:51:04,899 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/4, BranchId=]
DEBUG 2025-01-05 02:51:04,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/4, BranchId=]
DEBUG 2025-01-05 02:51:04,899 [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-05 02:51:04,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/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-05 02:51:04,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/4, BranchId=]
DEBUG 2025-01-05 02:51:04,901 [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-05 02:51:04,902 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-05 02:51:04.898 {50, null, null, 0}
DEBUG 2025-01-05 02:51:04,903 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736013063102/4, BranchId=]
DEBUG 2025-01-05 02:51:04,903 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,904 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,907 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,912 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,919 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,922 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,922 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,922 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,922 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,941 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,947 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:04,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:04,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:04,963 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,965 [main] Physical connection got
DEBUG 2025-01-05 02:51:04,965 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,965 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,965 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,983 [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-05 02:51:04,992 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:04,992 [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-05 02:51:04,995 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:04,995 [main] Physical connection closed
DEBUG 2025-01-05 02:51:04,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:04,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:04,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,000 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,009 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,012 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,013 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,013 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,013 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,030 [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-05 02:51:05,040 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,040 [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-05 02:51:05,041 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-05 02:51:05,041 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,043 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,050 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,056 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,057 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,060 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,060 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,060 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,060 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,077 [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-05 02:51:05,083 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,083 [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-05 02:51:05,084 [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-05 02:51:05,085 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,086 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,093 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,100 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,103 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,103 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,103 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,103 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,120 [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-05 02:51:05,123 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,124 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,125 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,141 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,142 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,142 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,142 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,158 [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-05 02:51:05,165 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,165 [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-05 02:51:05,168 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,168 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,183 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,185 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,186 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,186 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,186 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,203 [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-05 02:51:05,209 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,209 [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-05 02:51:05,210 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,210 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,212 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,225 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,228 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,228 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,229 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,229 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,253 [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-05 02:51:05,254 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,254 [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-05 02:51:05,257 [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-05 02:51:05,257 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,259 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,263 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,266 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,273 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,276 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,276 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,276 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,276 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,292 [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-05 02:51:05,293 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,295 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,297 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,303 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,314 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,314 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,314 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,314 [main] Logical connection got, tx=null
WARN 2025-01-05 02:51:05,318 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-05 02:51:05,324 [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-05 02:51:05,325 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,325 [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-05 02:51:05,328 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-05 02:51:05,328 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,349 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,349 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,349 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,349 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,372 [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-05 02:51:05,380 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,397 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,399 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,402 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,402 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,402 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,403 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,424 [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-05 02:51:05,429 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,430 [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-05 02:51:05,430 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,431 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,431 [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-05 02:51:05,432 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,432 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,433 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,434 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,436 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,439 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,450 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,453 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,453 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,454 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,454 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,476 [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-05 02:51:05,479 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,480 [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-05 02:51:05,484 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,484 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,484 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2025-01-05 02:51:05,485 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,485 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,485 [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-05 02:51:05,487 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,488 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,488 [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-05 02:51:05,488 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,489 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,489 [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-05 02:51:05,489 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,490 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,492 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,510 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736013063102/5, BranchId=]
DEBUG 2025-01-05 02:51:05,510 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/5, BranchId=]
DEBUG 2025-01-05 02:51:05,511 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/5, BranchId=]
DEBUG 2025-01-05 02:51:05,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/5, BranchId=]
DEBUG 2025-01-05 02:51:05,532 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-05 02:51:05,533 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/5, BranchId=]
DEBUG 2025-01-05 02:51:05,533 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-05 02:51:05,533 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/5, BranchId=]
DEBUG 2025-01-05 02:51:05,533 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/5, BranchId=]
DEBUG 2025-01-05 02:51:05,534 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-05 02:51:05,534 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/5, BranchId=]
DEBUG 2025-01-05 02:51:05,534 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736013063102/5, BranchId=]
DEBUG 2025-01-05 02:51:05,534 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-05 02:51:05,534 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736013063102/5, BranchId=]
DEBUG 2025-01-05 02:51:05,535 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736013063102/5, BranchId=]
DEBUG 2025-01-05 02:51:05,535 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,537 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,541 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,545 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,545 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,551 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,553 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,556 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,556 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,556 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,556 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,578 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,582 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,584 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,599 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,602 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,602 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,602 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,603 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,624 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,630 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,632 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,634 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,635 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,639 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,639 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,645 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,646 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,646 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,650 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,650 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,650 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,650 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,659 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-05 02:51:05,661 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,670 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,682 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,683 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,683 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,686 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,686 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,686 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,686 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,694 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-05 02:51:05,696 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,717 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,717 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,717 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,717 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,723 [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-05 02:51:05,724 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,725 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,725 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,727 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,729 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,731 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,736 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,739 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,739 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,739 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,739 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,745 [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-05 02:51:05,747 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,760 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,763 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,763 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,763 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,763 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,779 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,780 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,780 [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-05 02:51:05,783 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,783 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,784 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,785 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,788 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,790 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,796 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,796 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,799 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,799 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,799 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,799 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,817 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,818 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,832 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,834 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,834 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,835 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,835 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,852 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-05 02:51:05,852 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,853 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,854 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,855 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,860 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,864 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,865 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,865 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-05 02:51:05,867 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,867 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,867 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,868 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,883 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-05 02:51:05,884 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.653 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-05 02:51:05,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,932 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-05 02:51:05,934 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,946 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-05 02:51:05,949 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,949 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,953 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,955 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,956 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-05 02:51:05,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,962 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,962 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,970 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-05 02:51:05,973 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,973 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:05,976 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:05,977 [main] Physical connection closed
DEBUG 2025-01-05 02:51:05,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:05,978 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-05 02:51:05,980 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,982 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:05,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:05,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:05,996 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-05 02:51:05,999 [main] Physical connection got
DEBUG 2025-01-05 02:51:05,999 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:06,002 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,003 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-05 02:51:06,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:06,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,017 [main] Physical connection got
DEBUG 2025-01-05 02:51:06,017 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:06,018 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,018 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-05 02:51:06,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:06,022 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,026 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,030 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,033 [main] Physical connection got
DEBUG 2025-01-05 02:51:06,033 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:06,048 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,048 [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-05 02:51:06,051 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,052 [main] Physical connection closed
DEBUG 2025-01-05 02:51:06,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:06,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,064 [main] Physical connection got
DEBUG 2025-01-05 02:51:06,064 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:06,079 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,079 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:06,080 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,080 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:06,090 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,095 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:06,095 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-05 02:51:06,098 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,098 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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-05 02:51:06,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:06,117 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-05 02:51:06,119 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,132 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-05 02:51:06,145 [main] Physical connection got
DEBUG 2025-01-05 02:51:06,145 [main] Logical connection got, tx=null
WARN 2025-01-05 02:51:06,147 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-05 02:51:06,148 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-05 02:51:06,148 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,149 [main] Physical connection closed
DEBUG 2025-01-05 02:51:06,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:06,150 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-05 02:51:06,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,155 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,155 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,159 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,163 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-05 02:51:06,165 [main] Physical connection got
DEBUG 2025-01-05 02:51:06,165 [main] Logical connection got, tx=null
WARN 2025-01-05 02:51:06,167 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-05 02:51:06,168 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-05 02:51:06,168 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,168 [main] Physical connection closed
DEBUG 2025-01-05 02:51:06,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:06,169 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-05 02:51:06,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,172 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,174 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,174 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,182 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-05 02:51:06,186 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:06,186 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-05 02:51:06,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,196 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,199 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-05 02:51:06,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:06,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,215 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,216 [main] Physical connection got
DEBUG 2025-01-05 02:51:06,216 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:06,217 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,217 [main] Physical connection closed
DEBUG 2025-01-05 02:51:06,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:06,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,222 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,222 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,227 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,228 [main] Physical connection got
DEBUG 2025-01-05 02:51:06,229 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:06,230 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,230 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-05 02:51:06,233 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-05 02:51:06,233 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,238 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-05 02:51:06,238 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-05 02:51:06,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-05 02:51:06,244 [main] Physical connection got
DEBUG 2025-01-05 02:51:06,244 [main] Logical connection got, tx=null
DEBUG 2025-01-05 02:51:06,245 [main] Logical connection closed, tx=null
DEBUG 2025-01-05 02:51:06,245 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.318s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.561s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.578s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.705s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Jan 05 02:51:06 JST 2025
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS