Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2025-01-08 02:50:58,567 [main] Logical connection closed
updatedRows:1
DEBUG 2025-01-08 02:50:58,568 [main] Logical connection got
DEBUG 2025-01-08 02:50:58,568 [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-08 02:50:58,571 [main] Logical connection closed
DEBUG 2025-01-08 02:50:58,572 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-08 02:50:58,607 [main] Physical connection got
DEBUG 2025-01-08 02:50:58,607 [main] Logical connection got
DEBUG 2025-01-08 02:50:58,608 [main] Logical connection closed
DEBUG 2025-01-08 02:50:58,608 [main] Logical connection got
DEBUG 2025-01-08 02:50:58,619 [main] Logical connection closed
DEBUG 2025-01-08 02:50:58,620 [main] Logical connection got
DEBUG 2025-01-08 02:50:58,620 [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-08 02:50:58,621 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-08 02:50:58.409 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-08 02:50:58,622 [main] Logical connection got
DEBUG 2025-01-08 02:50:58,622 [main] Logical connection closed
DEBUG 2025-01-08 02:50:58,622 [main] Logical connection got
DEBUG 2025-01-08 02:50:58,626 [main] Logical connection closed
DEBUG 2025-01-08 02:50:58,627 [main] Logical connection got
DEBUG 2025-01-08 02:50:58,627 [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-08 02:50:58,628 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-08 02:50:58.409 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-08 02:50:58,628 [main] Logical connection got
DEBUG 2025-01-08 02:50:58,629 [main] UPDATE EMP SET tstamp = '2025-01-08 02.50.58', 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-08 02.50.58'
DEBUG 2025-01-08 02:50:58,630 [main] Logical connection closed
DEBUG 2025-01-08 02:50:58,630 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 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.123 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-08 02:50:59,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:50:59,817 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-08 02:50:59,848 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:50:59,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:50:59,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:50:59,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:50:59,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:50:59,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:50:59,950 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-08 02:51:00,109 [main] Physical connection got
DEBUG 2025-01-08 02:51:00,109 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,201 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,207 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-08 02:51:00,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:00,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,225 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,247 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,259 [main] Physical connection got
DEBUG 2025-01-08 02:51:00,260 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,260 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,260 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,374 [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-08 02:51:00,379 [main] Physical connection closed
DEBUG 2025-01-08 02:51:00,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:00,383 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,404 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,405 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,409 [main] Physical connection got
DEBUG 2025-01-08 02:51:00,410 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,410 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,410 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,447 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,469 [main] Physical connection closed
DEBUG 2025-01-08 02:51:00,471 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:00,472 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,474 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,482 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,494 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,499 [main] Physical connection got
DEBUG 2025-01-08 02:51:00,499 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,499 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,499 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,541 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,546 [main] Physical connection closed
DEBUG 2025-01-08 02:51:00,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:00,548 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,551 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,568 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,571 [main] Physical connection got
DEBUG 2025-01-08 02:51:00,571 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,572 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,572 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,605 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,610 [main] Physical connection closed
DEBUG 2025-01-08 02:51:00,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:00,612 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,615 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,632 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,635 [main] Physical connection got
DEBUG 2025-01-08 02:51:00,635 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,635 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,635 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,666 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,671 [main] Physical connection closed
DEBUG 2025-01-08 02:51:00,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:00,673 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,675 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,692 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,695 [main] Physical connection got
DEBUG 2025-01-08 02:51:00,696 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,696 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,696 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,726 [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-08 02:51:00,730 [main] Physical connection closed
DEBUG 2025-01-08 02:51:00,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:00,732 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,741 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,754 [main] Physical connection got
DEBUG 2025-01-08 02:51:00,754 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,755 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,755 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,785 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,790 [main] Physical connection closed
DEBUG 2025-01-08 02:51:00,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:00,792 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,811 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,811 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,814 [main] Physical connection got
DEBUG 2025-01-08 02:51:00,814 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,815 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,815 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,850 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,855 [main] Physical connection closed
DEBUG 2025-01-08 02:51:00,856 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:00,857 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,861 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,879 [main] Physical connection got
DEBUG 2025-01-08 02:51:00,879 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,879 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,879 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:00,910 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:00,914 [main] Physical connection closed
DEBUG 2025-01-08 02:51:00,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:00,916 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,921 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:00,925 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:00,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:00,934 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:00,939 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736272260939/0, BranchId=]
DEBUG 2025-01-08 02:51:00,941 [main] Physical connection got
DEBUG 2025-01-08 02:51:00,942 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/0, BranchId=]
DEBUG 2025-01-08 02:51:00,942 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/0, BranchId=]
DEBUG 2025-01-08 02:51:00,942 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/0, BranchId=]
DEBUG 2025-01-08 02:51:00,967 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/0, BranchId=]
DEBUG 2025-01-08 02:51:00,988 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/0, BranchId=]
DEBUG 2025-01-08 02:51:00,990 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-08 02.51.00', 99, 'hoge', 0)
DEBUG 2025-01-08 02:51:00,996 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/0, BranchId=]
DEBUG 2025-01-08 02:51:00,996 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736272260939/0, BranchId=]
DEBUG 2025-01-08 02:51:00,997 [main] Physical connection closed
DEBUG 2025-01-08 02:51:00,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:00,999 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,003 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,017 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,019 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736272260939/1, BranchId=]
DEBUG 2025-01-08 02:51:01,020 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,020 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/1, BranchId=]
DEBUG 2025-01-08 02:51:01,020 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/1, BranchId=]
DEBUG 2025-01-08 02:51:01,020 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/1, BranchId=]
DEBUG 2025-01-08 02:51:01,044 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/1, BranchId=]
DEBUG 2025-01-08 02:51:01,055 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/1, BranchId=]
DEBUG 2025-01-08 02:51:01,055 [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-08 02:51:01,063 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/1, BranchId=]
DEBUG 2025-01-08 02:51:01,063 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/1, BranchId=]
DEBUG 2025-01-08 02:51:01,063 [main] UPDATE EMP SET tstamp = '2025-01-08 02.51.01', 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-08 02:51:01,064 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/1, BranchId=]
DEBUG 2025-01-08 02:51:01,064 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736272260939/1, BranchId=]
DEBUG 2025-01-08 02:51:01,064 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,067 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,069 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,087 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736272260939/2, BranchId=]
DEBUG 2025-01-08 02:51:01,088 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,088 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/2, BranchId=]
DEBUG 2025-01-08 02:51:01,088 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/2, BranchId=]
DEBUG 2025-01-08 02:51:01,088 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/2, BranchId=]
DEBUG 2025-01-08 02:51:01,113 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/2, BranchId=]
DEBUG 2025-01-08 02:51:01,122 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/2, BranchId=]
DEBUG 2025-01-08 02:51:01,123 [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-08 02:51:01,125 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/2, BranchId=]
DEBUG 2025-01-08 02:51:01,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/2, BranchId=]
DEBUG 2025-01-08 02:51:01,125 [main] UPDATE EMP SET tstamp = '2025-01-08 02.51.01', 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-08 02:51:01,126 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/2, BranchId=]
DEBUG 2025-01-08 02:51:01,126 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736272260939/2, BranchId=]
DEBUG 2025-01-08 02:51:01,126 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,133 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,137 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,142 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,149 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,151 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,152 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,155 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736272260939/3, BranchId=]
DEBUG 2025-01-08 02:51:01,155 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,155 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/3, BranchId=]
DEBUG 2025-01-08 02:51:01,155 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/3, BranchId=]
DEBUG 2025-01-08 02:51:01,156 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/3, BranchId=]
DEBUG 2025-01-08 02:51:01,180 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/3, BranchId=]
DEBUG 2025-01-08 02:51:01,190 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/3, BranchId=]
DEBUG 2025-01-08 02:51:01,190 [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-08 02:51:01,192 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/3, BranchId=]
DEBUG 2025-01-08 02:51:01,192 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/3, BranchId=]
DEBUG 2025-01-08 02:51:01,192 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-08 02:51:01,193 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/3, BranchId=]
DEBUG 2025-01-08 02:51:01,193 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736272260939/3, BranchId=]
DEBUG 2025-01-08 02:51:01,193 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,211 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,213 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,217 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,217 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,217 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,218 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,243 [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-08 02:51:01,245 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,247 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,249 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,255 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,276 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,276 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,276 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,277 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,302 [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-08 02:51:01,312 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,333 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,337 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,337 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,337 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,337 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,362 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,372 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,374 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,376 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,382 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,382 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,389 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,391 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,393 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,394 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,394 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,394 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,427 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,436 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,438 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,446 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,446 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,458 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,458 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,458 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,458 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,481 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,491 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,493 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,495 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,508 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,510 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,510 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,513 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,513 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,514 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,514 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,538 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,547 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,547 [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-08 02:51:01,554 [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-08 02:51:01,555 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,557 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,573 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,575 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,575 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,578 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,578 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,579 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,579 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,601 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,609 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,609 [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-08 02:51:01,613 [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-08 02:51:01,615 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,616 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,618 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,620 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,624 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,624 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,630 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,632 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,632 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,635 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,635 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,635 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,635 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,657 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,669 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,669 [main] select * from emp
DEBUG 2025-01-08 02:51:01,672 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {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-08 02:51:01,674 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,693 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,693 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,693 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,694 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,716 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,724 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,724 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-08 02:51:01,728 [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-08 02:51:01,729 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,749 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,749 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,749 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,749 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,770 [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-08 02:51:01,778 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,790 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,800 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,801 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,801 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,801 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,821 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,829 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,829 [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-08 02:51:01,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 {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-08 02:51:01,833 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,850 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,851 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,853 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,853 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,853 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,853 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,874 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,889 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,889 [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-08 02:51:01,893 [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-08 02:51:01,895 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,896 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,914 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,914 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,914 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,915 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,934 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,942 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,943 [main] select * from emp
DEBUG 2025-01-08 02:51:01,944 [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-08 02:51:01,945 [main] Physical connection closed
DEBUG 2025-01-08 02:51:01,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:01,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:01,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:01,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:01,962 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:01,965 [main] Physical connection got
DEBUG 2025-01-08 02:51:01,965 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,965 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,965 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,987 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:01,995 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:01,995 [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-08 02:51:01,997 [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-08 02:51:01,998 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,000 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,016 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,018 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,018 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,018 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,019 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,040 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,048 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,048 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-08 02:51:02,050 [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-08 02:51:02,050 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,054 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,069 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,069 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,069 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,069 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,090 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,097 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,097 [main] select count(*) from emp
DEBUG 2025-01-08 02:51:02,099 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,099 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,103 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,105 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,108 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,123 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,123 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,123 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,124 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,145 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,154 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,154 [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-08 02:51:02,155 [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-08 02:51:02,155 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,157 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,166 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,179 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,190 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,190 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,190 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,190 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,209 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,217 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,217 [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-08 02:51:02,218 [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-08 02:51:02,219 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,220 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,244 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,244 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,244 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,244 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,263 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,270 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,271 [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-08 02:51:02,271 [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-08 02:51:02,272 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,273 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,288 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,290 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,290 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,290 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,291 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,313 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,321 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,321 [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-08 02:51:02,322 [main] Logical connection closed, tx=null
[Ljava.util.Map;@407e75d2
DEBUG 2025-01-08 02:51:02,322 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,324 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,331 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,336 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,338 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,340 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,340 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,340 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,340 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,360 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,367 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,367 [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-08 02:51:02,369 [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-08 02:51:02,370 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,371 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,373 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,375 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,388 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,388 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,388 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,388 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,407 [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-08 02:51:02,414 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,415 [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-08 02:51:02,418 [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-08 02:51:02,419 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,428 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,438 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,438 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,438 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,438 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,461 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,467 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,467 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-08 02:51:02,467 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,468 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,473 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,475 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,479 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,480 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,486 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,487 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,488 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,493 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,493 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,494 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,494 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,521 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,525 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,526 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-08 02:51:02,526 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,526 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,528 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,535 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,541 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,542 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,545 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,545 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,545 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,545 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,558 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,558 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,558 [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-08 02:51:02,560 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-08 02:51:02,560 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,562 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,569 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,583 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,583 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,584 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,584 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,596 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,597 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,597 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-08 02:51:02,598 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-08 02:51:02,598 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,620 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736272260939/4, BranchId=]
DEBUG 2025-01-08 02:51:02,620 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,620 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/4, BranchId=]
DEBUG 2025-01-08 02:51:02,621 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/4, BranchId=]
DEBUG 2025-01-08 02:51:02,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/4, BranchId=]
DEBUG 2025-01-08 02:51:02,643 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/4, BranchId=]
DEBUG 2025-01-08 02:51:02,650 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/4, BranchId=]
DEBUG 2025-01-08 02:51:02,650 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-08 02.51.02', 9999, 'test', 50)
DEBUG 2025-01-08 02:51:02,651 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/4, BranchId=]
DEBUG 2025-01-08 02:51:02,651 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/4, BranchId=]
DEBUG 2025-01-08 02:51:02,651 [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-08 02:51:02,653 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/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-08 02:51:02,653 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/4, BranchId=]
DEBUG 2025-01-08 02:51:02,653 [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-08 02:51:02,654 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-08 02:51:02.65 {50, null, null, 0}
DEBUG 2025-01-08 02:51:02,654 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736272260939/4, BranchId=]
DEBUG 2025-01-08 02:51:02,654 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,656 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,660 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,664 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,671 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,673 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,673 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,673 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,673 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,702 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,708 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,710 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,715 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,720 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,727 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,730 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,730 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,730 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,730 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,747 [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-08 02:51:02,756 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,756 [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-08 02:51:02,758 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,758 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,766 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,776 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,778 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,778 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,779 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,779 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,797 [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-08 02:51:02,808 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,808 [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-08 02:51:02,809 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-08 02:51:02,809 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,810 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,811 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,815 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,818 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,818 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,824 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,825 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,825 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,828 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,828 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,829 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,829 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,845 [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-08 02:51:02,850 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,850 [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-08 02:51:02,851 [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-08 02:51:02,852 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,853 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,853 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,855 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,856 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,864 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,865 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,866 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,867 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,868 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,868 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,868 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,896 [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-08 02:51:02,910 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,911 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,911 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,913 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,915 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,925 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,935 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,937 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,940 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,940 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,940 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,940 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,957 [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-08 02:51:02,964 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,964 [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-08 02:51:02,966 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,966 [main] Physical connection closed
DEBUG 2025-01-08 02:51:02,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:02,967 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,969 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:02,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,979 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:02,980 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:02,981 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:02,983 [main] Physical connection got
DEBUG 2025-01-08 02:51:02,983 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:02,983 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:02,983 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,000 [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-08 02:51:03,007 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,007 [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-08 02:51:03,008 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,008 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,009 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,011 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,016 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,021 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,022 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,022 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,025 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,025 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,025 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,025 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,043 [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-08 02:51:03,044 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,044 [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-08 02:51:03,046 [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-08 02:51:03,046 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,047 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,060 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,063 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,063 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,063 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,063 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,082 [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-08 02:51:03,083 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,084 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,084 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,086 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,092 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,098 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,101 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,101 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,101 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,101 [main] Logical connection got, tx=null
WARN 2025-01-08 02:51:03,104 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-08 02:51:03,109 [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-08 02:51:03,110 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,110 [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-08 02:51:03,112 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-08 02:51:03,113 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,117 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,127 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,129 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,129 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,129 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,129 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,148 [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-08 02:51:03,154 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,159 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,162 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,162 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,167 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,168 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,168 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,171 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,171 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,171 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,171 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,191 [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-08 02:51:03,195 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,195 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-08 02:51:03,201 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,202 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,202 [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-08 02:51:03,202 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,202 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,204 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,222 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,223 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,223 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,236 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,236 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,236 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,236 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,261 [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-08 02:51:03,264 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,272 [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-08 02:51:03,275 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,275 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,275 [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-08 02:51:03,276 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,276 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,276 [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-08 02:51:03,278 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,285 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,285 [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-08 02:51:03,286 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,286 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,287 [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-08 02:51:03,287 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,287 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,289 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,316 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736272260939/5, BranchId=]
DEBUG 2025-01-08 02:51:03,317 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,317 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/5, BranchId=]
DEBUG 2025-01-08 02:51:03,317 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/5, BranchId=]
DEBUG 2025-01-08 02:51:03,317 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/5, BranchId=]
DEBUG 2025-01-08 02:51:03,338 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-08 02:51:03,339 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/5, BranchId=]
DEBUG 2025-01-08 02:51:03,339 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-08 02:51:03,339 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/5, BranchId=]
DEBUG 2025-01-08 02:51:03,339 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/5, BranchId=]
DEBUG 2025-01-08 02:51:03,340 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-08 02:51:03,340 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/5, BranchId=]
DEBUG 2025-01-08 02:51:03,340 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736272260939/5, BranchId=]
DEBUG 2025-01-08 02:51:03,340 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-08 02:51:03,340 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736272260939/5, BranchId=]
DEBUG 2025-01-08 02:51:03,340 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736272260939/5, BranchId=]
DEBUG 2025-01-08 02:51:03,341 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,342 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,342 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,344 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,346 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,350 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,360 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,360 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,361 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,361 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,381 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,386 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,387 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,391 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,403 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,404 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,407 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,407 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,407 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,407 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,427 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,432 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,434 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,436 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,448 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,451 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,451 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,452 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,452 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,478 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-08 02:51:03,482 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,484 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,488 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,495 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,496 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,498 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,498 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,498 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,498 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,504 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-08 02:51:03,505 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,507 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,526 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,527 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,529 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,529 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,529 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,529 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,541 [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-08 02:51:03,543 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,544 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,546 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,547 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,550 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,555 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,556 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,558 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,558 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,559 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,559 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,565 [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-08 02:51:03,566 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,568 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,570 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,582 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,582 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,582 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,583 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,598 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,599 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,600 [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-08 02:51:03,602 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,603 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,622 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,625 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,625 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,625 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,626 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,656 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,657 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,668 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,668 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,674 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,676 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,676 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,676 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,676 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,692 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-08 02:51:03,693 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,694 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-08 02:51:03,722 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,722 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,722 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,722 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,752 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-08 02:51:03,755 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.548 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.008 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.015 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-08 02:51:03,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,811 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-08 02:51:03,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,815 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,818 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,818 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,823 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,824 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,827 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-08 02:51:03,830 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,830 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,833 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,836 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,837 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-08 02:51:03,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,841 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,851 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-08 02:51:03,854 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,854 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,857 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,858 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,859 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-08 02:51:03,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,865 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,865 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,870 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,871 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,873 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-08 02:51:03,876 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,876 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,880 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,880 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-08 02:51:03,884 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,889 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,889 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,896 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,896 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,897 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,897 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-08 02:51:03,901 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,901 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,903 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,905 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,913 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,913 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,931 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,931 [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-08 02:51:03,937 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,937 [main] Physical connection closed
DEBUG 2025-01-08 02:51:03,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:03,938 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,940 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:03,943 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:03,948 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:03,950 [main] Physical connection got
DEBUG 2025-01-08 02:51:03,950 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,966 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,966 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,966 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,966 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,977 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,981 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:03,981 [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-08 02:51:03,983 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:03,984 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 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-08 02:51:04,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:04,004 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-08 02:51:04,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,017 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-08 02:51:04,029 [main] Physical connection got
DEBUG 2025-01-08 02:51:04,029 [main] Logical connection got, tx=null
WARN 2025-01-08 02:51:04,031 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-08 02:51:04,032 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-08 02:51:04,032 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:04,032 [main] Physical connection closed
DEBUG 2025-01-08 02:51:04,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:04,034 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-08 02:51:04,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,045 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,048 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-08 02:51:04,051 [main] Physical connection got
DEBUG 2025-01-08 02:51:04,051 [main] Logical connection got, tx=null
WARN 2025-01-08 02:51:04,053 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-08 02:51:04,054 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-08 02:51:04,054 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:04,054 [main] Physical connection closed
DEBUG 2025-01-08 02:51:04,055 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:04,056 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-08 02:51:04,057 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,059 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,069 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-08 02:51:04,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:04,073 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-08 02:51:04,075 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,076 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,079 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,079 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,087 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-08 02:51:04,098 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:04,099 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,103 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,103 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,107 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,107 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,109 [main] Physical connection got
DEBUG 2025-01-08 02:51:04,109 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:04,111 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:04,111 [main] Physical connection closed
DEBUG 2025-01-08 02:51:04,112 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:04,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,114 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,123 [main] Physical connection got
DEBUG 2025-01-08 02:51:04,123 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:04,124 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:04,124 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-08 02:51:04,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-08 02:51:04,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-08 02:51:04,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-08 02:51:04,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-08 02:51:04,138 [main] Physical connection got
DEBUG 2025-01-08 02:51:04,138 [main] Logical connection got, tx=null
DEBUG 2025-01-08 02:51:04,139 [main] Logical connection closed, tx=null
DEBUG 2025-01-08 02:51:04,139 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.305s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.675s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.586s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.543s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Jan 08 02:51:04 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