Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2025-01-02 02:50:56,729 [main] Logical connection closed
updatedRows:1
DEBUG 2025-01-02 02:50:56,730 [main] Logical connection got
DEBUG 2025-01-02 02:50:56,731 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-01-02 02:50:56,734 [main] Logical connection closed
DEBUG 2025-01-02 02:50:56,734 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-02 02:50:56,769 [main] Physical connection got
DEBUG 2025-01-02 02:50:56,769 [main] Logical connection got
DEBUG 2025-01-02 02:50:56,770 [main] Logical connection closed
DEBUG 2025-01-02 02:50:56,770 [main] Logical connection got
DEBUG 2025-01-02 02:50:56,781 [main] Logical connection closed
DEBUG 2025-01-02 02:50:56,781 [main] Logical connection got
DEBUG 2025-01-02 02:50:56,781 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2025-01-02 02:50:56,783 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-02 02:50:56.573 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-02 02:50:56,784 [main] Logical connection got
DEBUG 2025-01-02 02:50:56,784 [main] Logical connection closed
DEBUG 2025-01-02 02:50:56,784 [main] Logical connection got
DEBUG 2025-01-02 02:50:56,787 [main] Logical connection closed
DEBUG 2025-01-02 02:50:56,789 [main] Logical connection got
DEBUG 2025-01-02 02:50:56,789 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-01-02 02:50:56,790 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-02 02:50:56.573 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-02 02:50:56,790 [main] Logical connection got
DEBUG 2025-01-02 02:50:56,791 [main] UPDATE EMP SET tstamp = '2025-01-02 02.50.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-01-02 02.50.56'
DEBUG 2025-01-02 02:50:56,791 [main] Logical connection closed
DEBUG 2025-01-02 02:50:56,792 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-02 02:50:57,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:57,986 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-02 02:50:58,018 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,021 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,093 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,115 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-02 02:50:58,273 [main] Physical connection got
DEBUG 2025-01-02 02:50:58,273 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,347 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,352 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-02 02:50:58,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:58,365 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,368 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,377 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,389 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,391 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,405 [main] Physical connection got
DEBUG 2025-01-02 02:50:58,405 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,405 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,406 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,514 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2025-01-02 02:50:58,520 [main] Physical connection closed
DEBUG 2025-01-02 02:50:58,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:58,522 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,525 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,532 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,533 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,549 [main] Physical connection got
DEBUG 2025-01-02 02:50:58,549 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,549 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,550 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,587 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,609 [main] Physical connection closed
DEBUG 2025-01-02 02:50:58,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:58,612 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,615 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,623 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,623 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,634 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,636 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,637 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,641 [main] Physical connection got
DEBUG 2025-01-02 02:50:58,641 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,641 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,641 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,682 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,687 [main] Physical connection closed
DEBUG 2025-01-02 02:50:58,689 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:58,690 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,692 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,709 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,711 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,714 [main] Physical connection got
DEBUG 2025-01-02 02:50:58,714 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,715 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,715 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,749 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,754 [main] Physical connection closed
DEBUG 2025-01-02 02:50:58,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:58,756 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,760 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,778 [main] Physical connection got
DEBUG 2025-01-02 02:50:58,778 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,778 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,779 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,809 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,815 [main] Physical connection closed
DEBUG 2025-01-02 02:50:58,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:58,817 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,819 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,836 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,837 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,840 [main] Physical connection got
DEBUG 2025-01-02 02:50:58,840 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,841 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,841 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,872 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2025-01-02 02:50:58,876 [main] Physical connection closed
DEBUG 2025-01-02 02:50:58,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:58,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,897 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,897 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,901 [main] Physical connection got
DEBUG 2025-01-02 02:50:58,901 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,901 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,901 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,933 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,938 [main] Physical connection closed
DEBUG 2025-01-02 02:50:58,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:58,940 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,949 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:58,949 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,957 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:58,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:58,959 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:58,962 [main] Physical connection got
DEBUG 2025-01-02 02:50:58,963 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,963 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:58,963 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:58,999 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,004 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,006 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,009 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,011 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,016 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,023 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,025 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,026 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,029 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,029 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,029 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,029 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,060 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,065 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,067 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,069 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,076 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,090 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735753859090/0, BranchId=]
DEBUG 2025-01-02 02:50:59,092 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,093 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/0, BranchId=]
DEBUG 2025-01-02 02:50:59,093 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/0, BranchId=]
DEBUG 2025-01-02 02:50:59,093 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/0, BranchId=]
DEBUG 2025-01-02 02:50:59,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/0, BranchId=]
DEBUG 2025-01-02 02:50:59,145 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/0, BranchId=]
DEBUG 2025-01-02 02:50:59,148 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-02 02.50.59', 99, 'hoge', 0)
DEBUG 2025-01-02 02:50:59,153 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/0, BranchId=]
DEBUG 2025-01-02 02:50:59,153 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735753859090/0, BranchId=]
DEBUG 2025-01-02 02:50:59,154 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,158 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,160 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,165 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,173 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,174 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,177 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735753859090/1, BranchId=]
DEBUG 2025-01-02 02:50:59,177 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,177 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/1, BranchId=]
DEBUG 2025-01-02 02:50:59,177 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/1, BranchId=]
DEBUG 2025-01-02 02:50:59,178 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/1, BranchId=]
DEBUG 2025-01-02 02:50:59,203 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/1, BranchId=]
DEBUG 2025-01-02 02:50:59,215 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/1, BranchId=]
DEBUG 2025-01-02 02:50:59,215 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-01-02 02:50:59,222 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/1, BranchId=]
DEBUG 2025-01-02 02:50:59,222 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/1, BranchId=]
DEBUG 2025-01-02 02:50:59,223 [main] UPDATE EMP SET tstamp = '2025-01-02 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-02 02:50:59,224 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/1, BranchId=]
DEBUG 2025-01-02 02:50:59,224 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735753859090/1, BranchId=]
DEBUG 2025-01-02 02:50:59,224 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,241 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,243 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,246 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735753859090/2, BranchId=]
DEBUG 2025-01-02 02:50:59,246 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,247 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/2, BranchId=]
DEBUG 2025-01-02 02:50:59,247 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/2, BranchId=]
DEBUG 2025-01-02 02:50:59,247 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/2, BranchId=]
DEBUG 2025-01-02 02:50:59,271 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/2, BranchId=]
DEBUG 2025-01-02 02:50:59,280 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/2, BranchId=]
DEBUG 2025-01-02 02:50:59,280 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-01-02 02:50:59,282 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/2, BranchId=]
DEBUG 2025-01-02 02:50:59,282 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/2, BranchId=]
DEBUG 2025-01-02 02:50:59,283 [main] UPDATE EMP SET tstamp = '2025-01-02 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-01-02 02:50:59,283 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/2, BranchId=]
DEBUG 2025-01-02 02:50:59,284 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735753859090/2, BranchId=]
DEBUG 2025-01-02 02:50:59,284 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,290 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,290 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,294 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,310 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735753859090/3, BranchId=]
DEBUG 2025-01-02 02:50:59,311 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,311 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/3, BranchId=]
DEBUG 2025-01-02 02:50:59,311 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/3, BranchId=]
DEBUG 2025-01-02 02:50:59,311 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/3, BranchId=]
DEBUG 2025-01-02 02:50:59,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/3, BranchId=]
DEBUG 2025-01-02 02:50:59,344 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/3, BranchId=]
DEBUG 2025-01-02 02:50:59,344 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-01-02 02:50:59,346 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/3, BranchId=]
DEBUG 2025-01-02 02:50:59,347 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/3, BranchId=]
DEBUG 2025-01-02 02:50:59,347 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-02 02:50:59,347 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/3, BranchId=]
DEBUG 2025-01-02 02:50:59,347 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735753859090/3, BranchId=]
DEBUG 2025-01-02 02:50:59,348 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,366 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,370 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,370 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,370 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,370 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,394 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2025-01-02 02:50:59,395 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,397 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,424 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,424 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,424 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,425 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,448 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2025-01-02 02:50:59,456 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,458 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,460 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,462 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,474 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,477 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,477 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,478 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,478 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,500 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,508 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,509 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,517 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,517 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,523 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,525 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,527 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,527 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,527 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,528 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,556 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,563 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,565 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,569 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,582 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,584 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,584 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,584 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,584 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,606 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,614 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,615 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,618 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,623 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,623 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,631 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,633 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,633 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,634 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,634 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,656 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,663 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,663 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-02 02:50:59,670 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-02 02:50:59,671 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,673 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,675 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,680 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,688 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,688 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,691 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,691 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,691 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,691 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,712 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,719 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,719 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-02 02:50:59,723 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-02 02:50:59,724 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,726 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,726 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,728 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,730 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,734 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,734 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,744 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,744 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,744 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,744 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,765 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,779 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,779 [main] select * from emp
DEBUG 2025-01-02 02:50:59,782 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-02 02:50:59,783 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,784 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,784 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,788 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,800 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,802 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,802 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,802 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,802 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,823 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,830 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,830 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-02 02:50:59,834 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-02 02:50:59,835 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,836 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,836 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,850 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,854 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,854 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,854 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,854 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,876 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-01-02 02:50:59,883 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,884 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,885 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,887 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,889 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,892 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,892 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,898 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,899 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,900 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,902 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,902 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,902 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,902 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,923 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,931 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,931 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-02 02:50:59,934 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-02 02:50:59,935 [main] Physical connection closed
DEBUG 2025-01-02 02:50:59,936 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:50:59,937 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,939 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,941 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,950 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:50:59,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,952 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,954 [main] Physical connection got
DEBUG 2025-01-02 02:50:59,954 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,955 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,955 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,976 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:50:59,983 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:50:59,983 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-02 02:50:59,988 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-02 02:50:59,990 [main] Physical connection closed
DEBUG 2025-01-02 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-01-02 02:50:59,992 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:50:59,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:50:59,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,999 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:50:59,999 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,005 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,007 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,007 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,009 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,009 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,009 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,010 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,031 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,038 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,038 [main] select * from emp
DEBUG 2025-01-02 02:51:00,040 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-02 02:51:00,041 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,043 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,058 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,061 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,061 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,061 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,061 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,082 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,090 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,090 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-02 02:51:00,092 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-02 02:51:00,094 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,096 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,103 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,103 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,109 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,110 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,113 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,113 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,114 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,114 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,135 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,142 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,142 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-02 02:51:00,144 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-02 02:51:00,145 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,146 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,146 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,149 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,154 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,154 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,162 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,164 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,164 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,164 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,164 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,185 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,192 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,192 [main] select count(*) from emp
DEBUG 2025-01-02 02:51:00,193 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,193 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,194 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,202 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,219 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,219 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,219 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,219 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,240 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,248 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,248 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-02 02:51:00,249 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2025-01-02 02:51:00,249 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,250 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,251 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,256 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,259 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,266 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,267 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,269 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,270 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,270 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,270 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,290 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,298 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,298 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-02 02:51:00,299 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2025-01-02 02:51:00,299 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,315 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,315 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,317 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,317 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,318 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,318 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,338 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,345 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,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-01-02 02:51:00,345 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2025-01-02 02:51:00,346 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,355 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,361 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,364 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,364 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,364 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,364 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,385 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,392 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,393 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-02 02:51:00,393 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1f80cb01
DEBUG 2025-01-02 02:51:00,394 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,409 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,411 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,411 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,411 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,412 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,431 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,438 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,438 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-01-02 02:51:00,440 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2025-01-02 02:51:00,441 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,442 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,459 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,459 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,459 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,459 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,479 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2025-01-02 02:51:00,486 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,486 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2025-01-02 02:51:00,490 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-01-02 02:51:00,491 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,492 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,509 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,509 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,509 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,509 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,530 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,534 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,534 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-02 02:51:00,534 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,535 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,543 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,550 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,552 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,552 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,552 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,553 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,572 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,576 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,576 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-02 02:51:00,576 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,576 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,592 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,595 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,595 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,595 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,595 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,608 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,609 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,609 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2025-01-02 02:51:00,610 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-02 02:51:00,611 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,612 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,614 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,619 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,619 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,624 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,625 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,626 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,628 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,628 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,628 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,628 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,641 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,642 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,642 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-02 02:51:00,643 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-02 02:51:00,643 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,650 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,652 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,655 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,655 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,664 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735753859090/4, BranchId=]
DEBUG 2025-01-02 02:51:00,664 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,664 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/4, BranchId=]
DEBUG 2025-01-02 02:51:00,665 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/4, BranchId=]
DEBUG 2025-01-02 02:51:00,665 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/4, BranchId=]
DEBUG 2025-01-02 02:51:00,684 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/4, BranchId=]
DEBUG 2025-01-02 02:51:00,691 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/4, BranchId=]
DEBUG 2025-01-02 02:51:00,692 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-02 02.51.00', 9999, 'test', 50)
DEBUG 2025-01-02 02:51:00,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/4, BranchId=]
DEBUG 2025-01-02 02:51:00,692 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/4, BranchId=]
DEBUG 2025-01-02 02:51:00,692 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-01-02 02:51:00,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-02 02:51:00,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/4, BranchId=]
DEBUG 2025-01-02 02:51:00,695 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2025-01-02 02:51:00,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-02 02:51:00.691 {50, null, null, 0}
DEBUG 2025-01-02 02:51:00,696 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735753859090/4, BranchId=]
DEBUG 2025-01-02 02:51:00,696 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,711 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,713 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,714 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,714 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,714 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,733 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,740 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,741 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,742 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,745 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,748 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,755 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,757 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,757 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,758 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,758 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,776 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2025-01-02 02:51:00,785 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,785 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2025-01-02 02:51:00,787 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,787 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,804 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,804 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,804 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,804 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,822 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2025-01-02 02:51:00,831 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,831 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-01-02 02:51:00,832 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-02 02:51:00,832 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,833 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,834 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,847 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,850 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,850 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,850 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,850 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,868 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2025-01-02 02:51:00,873 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,874 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2025-01-02 02:51:00,875 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-01-02 02:51:00,876 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,885 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,885 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,894 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,894 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,894 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,894 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,911 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2025-01-02 02:51:00,914 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,916 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,919 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,929 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,931 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,931 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,931 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,931 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,949 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-02 02:51:00,956 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,957 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-02 02:51:00,959 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,959 [main] Physical connection closed
DEBUG 2025-01-02 02:51:00,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:00,961 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,962 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,964 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,967 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:00,967 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:00,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:00,974 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:00,977 [main] Physical connection got
DEBUG 2025-01-02 02:51:00,977 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,977 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:00,978 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:00,996 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-02 02:51:01,002 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,003 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-01-02 02:51:01,004 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,004 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,005 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,014 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,016 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,019 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,025 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,027 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,030 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,030 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,030 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,030 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,052 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-02 02:51:01,053 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,053 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2025-01-02 02:51:01,055 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2025-01-02 02:51:01,055 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,056 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,057 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,059 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,063 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,063 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,086 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,086 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,086 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,086 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,148 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-02 02:51:01,150 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,151 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,153 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,155 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,164 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,165 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,167 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,167 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,167 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,168 [main] Logical connection got, tx=null
WARN  2025-01-02 02:51:01,171 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-02 02:51:01,181 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-02 02:51:01,181 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,182 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-02 02:51:01,184 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-02 02:51:01,184 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,186 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,192 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,198 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,200 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,200 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,201 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,201 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,219 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-02 02:51:01,225 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,227 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,229 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,231 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,240 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,242 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,242 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,242 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,242 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,264 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2025-01-02 02:51:01,275 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,275 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2025-01-02 02:51:01,276 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,276 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,276 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2025-01-02 02:51:01,276 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,276 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,277 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,279 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,281 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,283 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,296 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,298 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,299 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,299 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,299 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,324 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-01-02 02:51:01,328 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,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 
DEBUG 2025-01-02 02:51:01,332 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,332 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,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 = 'SMITH' 
DEBUG 2025-01-02 02:51:01,333 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,333 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,333 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2025-01-02 02:51:01,335 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,335 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,337 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2025-01-02 02:51:01,338 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,338 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,338 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2025-01-02 02:51:01,338 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,339 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,341 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,345 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,350 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,350 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,358 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735753859090/5, BranchId=]
DEBUG 2025-01-02 02:51:01,359 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,359 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/5, BranchId=]
DEBUG 2025-01-02 02:51:01,359 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/5, BranchId=]
DEBUG 2025-01-02 02:51:01,360 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/5, BranchId=]
DEBUG 2025-01-02 02:51:01,377 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-02 02:51:01,377 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/5, BranchId=]
DEBUG 2025-01-02 02:51:01,377 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-02 02:51:01,378 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/5, BranchId=]
DEBUG 2025-01-02 02:51:01,378 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/5, BranchId=]
DEBUG 2025-01-02 02:51:01,378 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-02 02:51:01,378 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/5, BranchId=]
DEBUG 2025-01-02 02:51:01,378 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735753859090/5, BranchId=]
DEBUG 2025-01-02 02:51:01,378 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-02 02:51:01,379 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735753859090/5, BranchId=]
DEBUG 2025-01-02 02:51:01,379 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735753859090/5, BranchId=]
DEBUG 2025-01-02 02:51:01,379 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,381 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,395 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,395 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,395 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,396 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,416 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,419 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,435 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,435 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,436 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,436 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,457 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,461 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,464 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,475 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,477 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,477 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,477 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,477 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,483 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-02 02:51:01,485 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,486 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,487 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,488 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,490 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,493 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,498 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,499 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,501 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,501 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,501 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,502 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,512 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-02 02:51:01,514 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,539 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,541 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,541 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,542 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,542 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,549 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2025-01-02 02:51:01,551 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,552 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,563 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,564 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,564 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,566 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,567 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,567 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,567 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,573 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2025-01-02 02:51:01,574 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,576 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,578 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,588 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,591 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,591 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,591 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,592 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,610 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,611 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,611 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-02 02:51:01,618 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,618 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,637 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,642 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,642 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,643 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,643 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,662 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,663 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,664 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,665 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,675 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,676 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,677 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,679 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,679 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,679 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,679 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,696 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-02 02:51:01,697 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,713 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-02 02:51:01,715 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,715 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,716 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,716 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,733 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-02 02:51:01,733 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.38 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-02 02:51:01,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,788 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-02 02:51:01,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,803 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-02 02:51:01,806 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,806 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,810 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,812 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,813 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-02 02:51:01,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,819 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,819 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,824 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,825 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,828 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-02 02:51:01,831 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,832 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,835 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,836 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,837 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-02 02:51:01,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,851 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-02 02:51:01,853 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,853 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,857 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,857 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-02 02:51:01,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,865 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,865 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,870 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,872 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,872 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,872 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,872 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-02 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-01-02 02:51:01,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,884 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,885 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,887 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,887 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,903 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,903 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2025-01-02 02:51:01,906 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,906 [main] Physical connection closed
DEBUG 2025-01-02 02:51:01,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,912 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,919 [main] Physical connection got
DEBUG 2025-01-02 02:51:01,919 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,936 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,937 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,937 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,937 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,947 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,952 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:01,952 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2025-01-02 02:51:01,954 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:01,954 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-01-02 02:51:01,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:01,974 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-02 02:51:01,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:01,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:01,992 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:01,995 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-02 02:51:02,007 [main] Physical connection got
DEBUG 2025-01-02 02:51:02,007 [main] Logical connection got, tx=null
WARN  2025-01-02 02:51:02,009 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-01-02 02:51:02,010 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-02 02:51:02,010 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:02,010 [main] Physical connection closed
DEBUG 2025-01-02 02:51:02,011 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:02,011 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-02 02:51:02,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:02,015 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:02,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:02,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:02,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:02,023 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:02,026 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-02 02:51:02,029 [main] Physical connection got
DEBUG 2025-01-02 02:51:02,029 [main] Logical connection got, tx=null
WARN  2025-01-02 02:51:02,031 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-01-02 02:51:02,032 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-02 02:51:02,032 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:02,032 [main] Physical connection closed
DEBUG 2025-01-02 02:51:02,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:02,033 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-02 02:51:02,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:02,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:02,042 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:02,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:02,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:02,047 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:02,050 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-02 02:51:02,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:02,054 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-02 02:51:02,056 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:02,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:02,060 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:02,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:02,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:02,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:02,070 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-02 02:51:02,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:02,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:02,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:02,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:02,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:02,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:02,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:02,094 [main] Physical connection got
DEBUG 2025-01-02 02:51:02,094 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:02,096 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:02,096 [main] Physical connection closed
DEBUG 2025-01-02 02:51:02,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:02,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:02,099 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:02,102 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:02,102 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:02,107 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:02,108 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:02,110 [main] Physical connection got
DEBUG 2025-01-02 02:51:02,110 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:02,111 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:02,112 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-02 02:51:02,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-02 02:51:02,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:02,117 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-02 02:51:02,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-02 02:51:02,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:02,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-02 02:51:02,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-02 02:51:02,129 [main] Physical connection got
DEBUG 2025-01-02 02:51:02,129 [main] Logical connection got, tx=null
DEBUG 2025-01-02 02:51:02,129 [main] Logical connection closed, tx=null
DEBUG 2025-01-02 02:51:02,130 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec

Results :

Tests run: 197, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.347s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.823s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.589s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.388s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu Jan 02 02:51:02 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