Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2025-03-05 02:50:57,707 [main] Logical connection closed
updatedRows:1
DEBUG 2025-03-05 02:50:57,708 [main] Logical connection got
DEBUG 2025-03-05 02:50:57,709 [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-03-05 02:50:57,711 [main] Logical connection closed
DEBUG 2025-03-05 02:50:57,712 [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-03-05 02:50:57,750 [main] Physical connection got
DEBUG 2025-03-05 02:50:57,750 [main] Logical connection got
DEBUG 2025-03-05 02:50:57,750 [main] Logical connection closed
DEBUG 2025-03-05 02:50:57,750 [main] Logical connection got
DEBUG 2025-03-05 02:50:57,762 [main] Logical connection closed
DEBUG 2025-03-05 02:50:57,762 [main] Logical connection got
DEBUG 2025-03-05 02:50:57,762 [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-03-05 02:50:57,764 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-03-05 02:50:57.549 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-03-05 02:50:57,765 [main] Logical connection got
DEBUG 2025-03-05 02:50:57,765 [main] Logical connection closed
DEBUG 2025-03-05 02:50:57,766 [main] Logical connection got
DEBUG 2025-03-05 02:50:57,770 [main] Logical connection closed
DEBUG 2025-03-05 02:50:57,771 [main] Logical connection got
DEBUG 2025-03-05 02:50:57,771 [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-03-05 02:50:57,772 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-03-05 02:50:57.549 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-03-05 02:50:57,773 [main] Logical connection got
DEBUG 2025-03-05 02:50:57,773 [main] UPDATE EMP SET tstamp = '2025-03-05 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-03-05 02.50.57'
DEBUG 2025-03-05 02:50:57,774 [main] Logical connection closed
DEBUG 2025-03-05 02:50:57,774 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-03-05 02:50:58,911 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:50:58,963 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:50:58,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:58,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,020 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,020 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,074 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,096 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:50:59,276 [main] Physical connection got
DEBUG 2025-03-05 02:50:59,276 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,357 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,363 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-03-05 02:50:59,375 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:50:59,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,379 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,402 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,403 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,416 [main] Physical connection got
DEBUG 2025-03-05 02:50:59,416 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,416 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,417 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,528 [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-03-05 02:50:59,534 [main] Physical connection closed
DEBUG 2025-03-05 02:50:59,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:50:59,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,542 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,560 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,565 [main] Physical connection got
DEBUG 2025-03-05 02:50:59,565 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,566 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,566 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,609 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,633 [main] Physical connection closed
DEBUG 2025-03-05 02:50:59,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:50:59,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,661 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,665 [main] Physical connection got
DEBUG 2025-03-05 02:50:59,665 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,665 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,665 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,709 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,715 [main] Physical connection closed
DEBUG 2025-03-05 02:50:59,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:50:59,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,737 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,739 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,740 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,744 [main] Physical connection got
DEBUG 2025-03-05 02:50:59,744 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,744 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,744 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,783 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,789 [main] Physical connection closed
DEBUG 2025-03-05 02:50:59,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:50:59,791 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,810 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,812 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,813 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,816 [main] Physical connection got
DEBUG 2025-03-05 02:50:59,816 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,817 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,817 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,855 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,860 [main] Physical connection closed
DEBUG 2025-03-05 02:50:59,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:50:59,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,873 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,888 [main] Physical connection got
DEBUG 2025-03-05 02:50:59,888 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,888 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,888 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,923 [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-03-05 02:50:59,927 [main] Physical connection closed
DEBUG 2025-03-05 02:50:59,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:50:59,929 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:50:59,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:50:59,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,950 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,953 [main] Physical connection got
DEBUG 2025-03-05 02:50:59,953 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,953 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,953 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:50:59,985 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:50:59,990 [main] Physical connection closed
DEBUG 2025-03-05 02:50:59,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:50:59,992 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:50:59,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:50:59,996 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,013 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,014 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,014 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,014 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,056 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,061 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,079 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,080 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,081 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,084 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,084 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,084 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,085 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,115 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,119 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,126 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,130 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,130 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,145 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741110660145/0, BranchId=]
DEBUG 2025-03-05 02:51:00,147 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,148 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/0, BranchId=]
DEBUG 2025-03-05 02:51:00,148 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/0, BranchId=]
DEBUG 2025-03-05 02:51:00,148 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/0, BranchId=]
DEBUG 2025-03-05 02:51:00,179 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/0, BranchId=]
DEBUG 2025-03-05 02:51:00,200 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/0, BranchId=]
DEBUG 2025-03-05 02:51:00,202 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-03-05 02.51.00', 99, 'hoge', 0)
DEBUG 2025-03-05 02:51:00,208 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/0, BranchId=]
DEBUG 2025-03-05 02:51:00,208 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741110660145/0, BranchId=]
DEBUG 2025-03-05 02:51:00,209 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,211 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,213 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,219 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,229 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,231 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741110660145/1, BranchId=]
DEBUG 2025-03-05 02:51:00,232 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,232 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/1, BranchId=]
DEBUG 2025-03-05 02:51:00,232 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/1, BranchId=]
DEBUG 2025-03-05 02:51:00,232 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/1, BranchId=]
DEBUG 2025-03-05 02:51:00,262 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/1, BranchId=]
DEBUG 2025-03-05 02:51:00,273 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/1, BranchId=]
DEBUG 2025-03-05 02:51:00,273 [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-03-05 02:51:00,280 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/1, BranchId=]
DEBUG 2025-03-05 02:51:00,280 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/1, BranchId=]
DEBUG 2025-03-05 02:51:00,281 [main] UPDATE EMP SET tstamp = '2025-03-05 02.51.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-03-05 02:51:00,282 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/1, BranchId=]
DEBUG 2025-03-05 02:51:00,282 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741110660145/1, BranchId=]
DEBUG 2025-03-05 02:51:00,282 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,284 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,299 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,301 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,304 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741110660145/2, BranchId=]
DEBUG 2025-03-05 02:51:00,305 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,305 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/2, BranchId=]
DEBUG 2025-03-05 02:51:00,305 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/2, BranchId=]
DEBUG 2025-03-05 02:51:00,305 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/2, BranchId=]
DEBUG 2025-03-05 02:51:00,334 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/2, BranchId=]
DEBUG 2025-03-05 02:51:00,354 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/2, BranchId=]
DEBUG 2025-03-05 02:51:00,354 [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-03-05 02:51:00,356 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/2, BranchId=]
DEBUG 2025-03-05 02:51:00,357 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/2, BranchId=]
DEBUG 2025-03-05 02:51:00,357 [main] UPDATE EMP SET tstamp = '2025-03-05 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-03-05 02:51:00,357 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/2, BranchId=]
DEBUG 2025-03-05 02:51:00,358 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741110660145/2, BranchId=]
DEBUG 2025-03-05 02:51:00,358 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,360 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,364 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,368 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,377 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,380 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741110660145/3, BranchId=]
DEBUG 2025-03-05 02:51:00,380 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,381 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/3, BranchId=]
DEBUG 2025-03-05 02:51:00,381 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/3, BranchId=]
DEBUG 2025-03-05 02:51:00,381 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/3, BranchId=]
DEBUG 2025-03-05 02:51:00,408 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/3, BranchId=]
DEBUG 2025-03-05 02:51:00,417 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/3, BranchId=]
DEBUG 2025-03-05 02:51:00,417 [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-03-05 02:51:00,419 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/3, BranchId=]
DEBUG 2025-03-05 02:51:00,419 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/3, BranchId=]
DEBUG 2025-03-05 02:51:00,419 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-03-05 02:51:00,420 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/3, BranchId=]
DEBUG 2025-03-05 02:51:00,420 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741110660145/3, BranchId=]
DEBUG 2025-03-05 02:51:00,420 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,422 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,424 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,440 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,444 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,444 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,444 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,444 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,472 [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-03-05 02:51:00,473 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,474 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,475 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,477 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,479 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,492 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,493 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,503 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,504 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,504 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,504 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,529 [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-03-05 02:51:00,537 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,540 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,554 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,556 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,560 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,560 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,560 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,560 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,584 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,592 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,593 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,594 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,598 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,609 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,614 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,614 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,616 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,616 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,640 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,648 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,649 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,650 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,652 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,658 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,666 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,667 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,670 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,670 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,670 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,670 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,693 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,701 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,703 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,722 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,722 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,722 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,722 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,745 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,753 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,753 [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-03-05 02:51:00,760 [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-03-05 02:51:00,762 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,763 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,779 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,781 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,781 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,781 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,782 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,804 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,812 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,812 [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-03-05 02:51:00,816 [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-03-05 02:51:00,817 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,819 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,827 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,835 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,837 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,837 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,838 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,838 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,861 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,874 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,874 [main] select * from emp
DEBUG 2025-03-05 02:51:00,877 [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-03-05 02:51:00,878 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,880 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,882 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,895 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,895 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,897 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,897 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,897 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,898 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,921 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,929 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,929 [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-03-05 02:51:00,933 [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-03-05 02:51:00,934 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,935 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,936 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,938 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,943 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,943 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,951 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,953 [main] Physical connection got
DEBUG 2025-03-05 02:51:00,953 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,953 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:00,954 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:00,976 [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-03-05 02:51:00,984 [main] Physical connection closed
DEBUG 2025-03-05 02:51:00,985 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:00,986 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:00,988 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:00,990 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:00,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:00,999 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,000 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,001 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,003 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,003 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,003 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,003 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,025 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,033 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,033 [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-03-05 02:51:01,035 [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-03-05 02:51:01,036 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,037 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,038 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,051 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,053 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,055 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,055 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,056 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,056 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,077 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,085 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,085 [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-03-05 02:51:01,089 [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-03-05 02:51:01,090 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,092 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,094 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,096 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,099 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,099 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,106 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,109 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,109 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,109 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,109 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,131 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,139 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,139 [main] select * from emp
DEBUG 2025-03-05 02:51:01,140 [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-03-05 02:51:01,142 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,143 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,158 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,161 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,161 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,161 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,161 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,183 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,191 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,191 [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-03-05 02:51:01,193 [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-03-05 02:51:01,194 [main] Physical connection closed
DEBUG 2025-03-05 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-03-05 02:51:01,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,202 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,212 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,212 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,212 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,212 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,234 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,242 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,242 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-03-05 02:51:01,244 [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-03-05 02:51:01,244 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,262 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,262 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,262 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,262 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,284 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,291 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,291 [main] select count(*) from emp
DEBUG 2025-03-05 02:51:01,292 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,293 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,303 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,316 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,316 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,316 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,316 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,338 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,345 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,345 [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-03-05 02:51:01,346 [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-03-05 02:51:01,346 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,355 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,355 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,364 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,364 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,364 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,364 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,385 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,392 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,392 [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-03-05 02:51:01,393 [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-03-05 02:51:01,393 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,408 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,409 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,410 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,412 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,412 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,412 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,412 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,432 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,439 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,439 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-03-05 02:51:01,440 [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-03-05 02:51:01,440 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,458 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,458 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,458 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,458 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,478 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,485 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,485 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-03-05 02:51:01,486 [main] Logical connection closed, tx=null
[Ljava.util.Map;@52234265
DEBUG 2025-03-05 02:51:01,486 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,487 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,488 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,490 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,491 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,495 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,502 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,504 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,504 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,504 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,505 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,526 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,533 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,533 [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-03-05 02:51:01,539 [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-03-05 02:51:01,539 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,540 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,541 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,543 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,555 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,557 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,557 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,557 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,557 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,577 [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-03-05 02:51:01,584 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,584 [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-03-05 02:51:01,588 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-03-05 02:51:01,588 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,589 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,603 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,604 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,606 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,606 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,606 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,606 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,626 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,629 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,629 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-03-05 02:51:01,630 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,630 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,631 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,633 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,635 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,638 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,638 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,645 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,647 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,647 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,647 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,647 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,666 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,670 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,670 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-03-05 02:51:01,670 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,670 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,671 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,685 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,688 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,688 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,688 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,688 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,702 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,702 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,702 [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-03-05 02:51:01,704 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-03-05 02:51:01,704 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,705 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,705 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,707 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,709 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,712 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,721 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,721 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,721 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,721 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,734 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,734 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,734 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-03-05 02:51:01,735 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-03-05 02:51:01,735 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,737 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,740 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,750 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,752 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741110660145/4, BranchId=]
DEBUG 2025-03-05 02:51:01,753 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,753 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/4, BranchId=]
DEBUG 2025-03-05 02:51:01,753 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/4, BranchId=]
DEBUG 2025-03-05 02:51:01,753 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/4, BranchId=]
DEBUG 2025-03-05 02:51:01,772 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/4, BranchId=]
DEBUG 2025-03-05 02:51:01,778 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/4, BranchId=]
DEBUG 2025-03-05 02:51:01,779 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-03-05 02.51.01', 9999, 'test', 50)
DEBUG 2025-03-05 02:51:01,779 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/4, BranchId=]
DEBUG 2025-03-05 02:51:01,779 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/4, BranchId=]
DEBUG 2025-03-05 02:51:01,779 [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-03-05 02:51:01,781 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/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-03-05 02:51:01,781 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/4, BranchId=]
DEBUG 2025-03-05 02:51:01,781 [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-03-05 02:51:01,782 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-03-05 02:51:01.778 {50, null, null, 0}
DEBUG 2025-03-05 02:51:01,782 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741110660145/4, BranchId=]
DEBUG 2025-03-05 02:51:01,782 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,783 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,784 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,787 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,801 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,801 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,801 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,802 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,821 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,828 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,829 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,845 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,845 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,845 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,845 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,864 [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-03-05 02:51:01,873 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,873 [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-03-05 02:51:01,875 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,875 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,877 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,884 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,889 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,890 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,891 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,893 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,893 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,893 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,893 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,912 [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-03-05 02:51:01,921 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,921 [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-03-05 02:51:01,921 [main] Logical connection closed, tx=null
[]
DEBUG 2025-03-05 02:51:01,922 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,923 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,923 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,927 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,930 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,930 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,935 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,937 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,939 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,939 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,939 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,940 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,958 [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-03-05 02:51:01,963 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,963 [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-03-05 02:51:01,965 [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-03-05 02:51:01,965 [main] Physical connection closed
DEBUG 2025-03-05 02:51:01,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:01,967 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,973 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:01,973 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,978 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:01,979 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:01,980 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:01,982 [main] Physical connection got
DEBUG 2025-03-05 02:51:01,982 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,982 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:01,982 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:01,999 [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-03-05 02:51:02,003 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,004 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,017 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,017 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,019 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,019 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,019 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,019 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,037 [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-03-05 02:51:02,044 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,044 [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-03-05 02:51:02,047 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,047 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,048 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,061 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,062 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,064 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,064 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,064 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,064 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,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 WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-03-05 02:51:02,089 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,089 [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-03-05 02:51:02,090 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,090 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,091 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,098 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,103 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,104 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,107 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,107 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,107 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,107 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,141 [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-03-05 02:51:02,141 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,142 [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-03-05 02:51:02,143 [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-03-05 02:51:02,144 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,145 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,145 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,147 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,148 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,152 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,158 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,160 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,160 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,160 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,160 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,177 [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-03-05 02:51:02,178 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,191 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,195 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,195 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,195 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,195 [main] Logical connection got, tx=null
WARN 2025-03-05 02:51:02,198 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-03-05 02:51:02,204 [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-03-05 02:51:02,204 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,205 [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-03-05 02:51:02,207 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-03-05 02:51:02,207 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,208 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,210 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,212 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,214 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,221 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,223 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,223 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,223 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,223 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,242 [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-03-05 02:51:02,248 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,249 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,262 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,262 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,264 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,264 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,265 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,265 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,283 [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-03-05 02:51:02,286 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,286 [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-03-05 02:51:02,287 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,287 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,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 AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2025-03-05 02:51:02,288 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,288 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,290 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,302 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,304 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,304 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,305 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,305 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,322 [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-03-05 02:51:02,324 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,325 [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-03-05 02:51:02,328 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,328 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,328 [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-03-05 02:51:02,329 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,329 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,329 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2025-03-05 02:51:02,331 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,331 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,331 [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-03-05 02:51:02,332 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,332 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,332 [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-03-05 02:51:02,332 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,332 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,348 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741110660145/5, BranchId=]
DEBUG 2025-03-05 02:51:02,348 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,348 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/5, BranchId=]
DEBUG 2025-03-05 02:51:02,349 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/5, BranchId=]
DEBUG 2025-03-05 02:51:02,349 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/5, BranchId=]
DEBUG 2025-03-05 02:51:02,367 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-03-05 02:51:02,368 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/5, BranchId=]
DEBUG 2025-03-05 02:51:02,368 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-03-05 02:51:02,368 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/5, BranchId=]
DEBUG 2025-03-05 02:51:02,368 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/5, BranchId=]
DEBUG 2025-03-05 02:51:02,368 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-03-05 02:51:02,368 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/5, BranchId=]
DEBUG 2025-03-05 02:51:02,369 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110660145/5, BranchId=]
DEBUG 2025-03-05 02:51:02,369 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-03-05 02:51:02,369 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110660145/5, BranchId=]
DEBUG 2025-03-05 02:51:02,369 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741110660145/5, BranchId=]
DEBUG 2025-03-05 02:51:02,369 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,371 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,373 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,377 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,382 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,383 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,383 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,386 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,386 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,386 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,386 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,421 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,424 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,426 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,440 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,440 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,440 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,440 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,459 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,465 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,467 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,479 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,479 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,481 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,481 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,481 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,482 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,488 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-03-05 02:51:02,490 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,491 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,507 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,510 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,510 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,510 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,510 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,516 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-03-05 02:51:02,518 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,519 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,531 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,531 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,533 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,533 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,533 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,533 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,539 [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-03-05 02:51:02,540 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,544 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,546 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,547 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,550 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,555 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,556 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,558 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,558 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,558 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,558 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,564 [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-03-05 02:51:02,566 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,582 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,582 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,582 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,582 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,605 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,606 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,606 [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-03-05 02:51:02,610 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,610 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,611 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,613 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,615 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,625 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,625 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,630 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,631 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,634 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,634 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,634 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,634 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,650 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,651 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,654 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,656 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,667 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,667 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,667 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,667 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,703 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-03-05 02:51:02,705 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,706 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,719 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,720 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,729 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:51:02,731 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,731 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,731 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,732 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,748 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-03-05 02:51:02,748 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.385 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-03-05 02:51:02,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,851 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:51:02,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,854 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,862 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,866 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:51:02,868 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,868 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,872 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,875 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,876 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:51:02,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,882 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,887 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,888 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,896 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:51:02,898 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,898 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,902 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,903 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,904 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:51:02,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,918 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:51:02,920 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,920 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,924 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,924 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-03-05 02:51:02,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,929 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,940 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,940 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,941 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,941 [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-03-05 02:51:02,947 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,949 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,952 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,952 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,956 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,957 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,959 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,959 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:02,974 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,974 [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-03-05 02:51:02,977 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:02,977 [main] Physical connection closed
DEBUG 2025-03-05 02:51:02,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:02,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:02,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:02,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:02,990 [main] Physical connection got
DEBUG 2025-03-05 02:51:02,990 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:03,015 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:03,015 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:03,015 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:03,015 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:03,025 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:03,030 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:03,030 [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-03-05 02:51:03,032 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:03,032 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 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-03-05 02:51:03,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:03,054 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:51:03,056 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,059 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,069 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:51:03,088 [main] Physical connection got
DEBUG 2025-03-05 02:51:03,088 [main] Logical connection got, tx=null
WARN 2025-03-05 02:51:03,092 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-03-05 02:51:03,092 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-03-05 02:51:03,093 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:03,093 [main] Physical connection closed
DEBUG 2025-03-05 02:51:03,094 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:03,094 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:51:03,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,108 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:51:03,111 [main] Physical connection got
DEBUG 2025-03-05 02:51:03,111 [main] Logical connection got, tx=null
WARN 2025-03-05 02:51:03,113 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-03-05 02:51:03,114 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-03-05 02:51:03,114 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:03,114 [main] Physical connection closed
DEBUG 2025-03-05 02:51:03,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:03,116 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:51:03,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,129 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:51:03,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:03,133 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:51:03,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,137 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,149 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-03-05 02:51:03,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:03,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,168 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,168 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,173 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,175 [main] Physical connection got
DEBUG 2025-03-05 02:51:03,175 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:03,176 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:03,176 [main] Physical connection closed
DEBUG 2025-03-05 02:51:03,177 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:03,178 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,182 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,182 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,188 [main] Physical connection got
DEBUG 2025-03-05 02:51:03,189 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:03,190 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:03,190 [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-03-05 02:51:03,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:51:03,193 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,195 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,197 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:51:03,198 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,202 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:51:03,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:51:03,204 [main] Physical connection got
DEBUG 2025-03-05 02:51:03,204 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:51:03,205 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:51:03,205 [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.008 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.313s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.824s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.588s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.463s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Mar 05 02:51:03 JST 2025
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS