Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-06-16 02:50:57,669 [main] Logical connection closed
updatedRows:1
DEBUG 2024-06-16 02:50:57,671 [main] Logical connection got
DEBUG 2024-06-16 02:50:57,671 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-06-16 02:50:57,674 [main] Logical connection closed
DEBUG 2024-06-16 02:50:57,674 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-06-16 02:50:57,710 [main] Physical connection got
DEBUG 2024-06-16 02:50:57,710 [main] Logical connection got
DEBUG 2024-06-16 02:50:57,711 [main] Logical connection closed
DEBUG 2024-06-16 02:50:57,711 [main] Logical connection got
DEBUG 2024-06-16 02:50:57,723 [main] Logical connection closed
DEBUG 2024-06-16 02:50:57,724 [main] Logical connection got
DEBUG 2024-06-16 02:50:57,724 [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 2024-06-16 02:50:57,725 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-16 02:50:57.513 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-16 02:50:57,726 [main] Logical connection got
DEBUG 2024-06-16 02:50:57,726 [main] Logical connection closed
DEBUG 2024-06-16 02:50:57,726 [main] Logical connection got
DEBUG 2024-06-16 02:50:57,730 [main] Logical connection closed
DEBUG 2024-06-16 02:50:57,732 [main] Logical connection got
DEBUG 2024-06-16 02:50:57,732 [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 2024-06-16 02:50:57,733 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-16 02:50:57.513 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-16 02:50:57,733 [main] Logical connection got
DEBUG 2024-06-16 02:50:57,734 [main] UPDATE EMP SET tstamp = '2024-06-16 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-06-16 02.50.57'
DEBUG 2024-06-16 02:50:57,735 [main] Logical connection closed
DEBUG 2024-06-16 02:50:57,735 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 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.127 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-16 02:50:58,914 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:50:58,969 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-16 02:50:58,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:58,999 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,078 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,101 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-16 02:50:59,265 [main] Physical connection got
DEBUG 2024-06-16 02:50:59,265 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,342 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,349 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-16 02:50:59,361 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:50:59,362 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,365 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,387 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,391 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,404 [main] Physical connection got
DEBUG 2024-06-16 02:50:59,404 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,405 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,405 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,518 [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 2024-06-16 02:50:59,524 [main] Physical connection closed
DEBUG 2024-06-16 02:50:59,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:50:59,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,554 [main] Physical connection got
DEBUG 2024-06-16 02:50:59,554 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,554 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,554 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,593 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,616 [main] Physical connection closed
DEBUG 2024-06-16 02:50:59,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:50:59,618 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,640 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,642 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,643 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,646 [main] Physical connection got
DEBUG 2024-06-16 02:50:59,646 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,647 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,647 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,690 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,695 [main] Physical connection closed
DEBUG 2024-06-16 02:50:59,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:50:59,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,708 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,722 [main] Physical connection got
DEBUG 2024-06-16 02:50:59,722 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,723 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,723 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,757 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,762 [main] Physical connection closed
DEBUG 2024-06-16 02:50:59,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:50:59,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,784 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,787 [main] Physical connection got
DEBUG 2024-06-16 02:50:59,787 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,787 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,787 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,818 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,823 [main] Physical connection closed
DEBUG 2024-06-16 02:50:59,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:50:59,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,847 [main] Physical connection got
DEBUG 2024-06-16 02:50:59,847 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,847 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,847 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,876 [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 2024-06-16 02:50:59,880 [main] Physical connection closed
DEBUG 2024-06-16 02:50:59,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:50:59,882 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,884 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,886 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,891 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,898 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,900 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,901 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,904 [main] Physical connection got
DEBUG 2024-06-16 02:50:59,904 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,904 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,904 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,934 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,938 [main] Physical connection closed
DEBUG 2024-06-16 02:50:59,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:50:59,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,949 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:50:59,949 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,957 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:50:59,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:50:59,959 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:50:59,962 [main] Physical connection got
DEBUG 2024-06-16 02:50:59,962 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,963 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:50:59,963 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:50:59,997 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,001 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,003 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,020 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,022 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,022 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,025 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,025 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,026 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,026 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,052 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,056 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,059 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,061 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,063 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,067 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,067 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,082 [main] Transaction began, tx=[FormatId=4360, GlobalId=1718473860082/0, BranchId=]
DEBUG 2024-06-16 02:51:00,083 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,084 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/0, BranchId=]
DEBUG 2024-06-16 02:51:00,084 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/0, BranchId=]
DEBUG 2024-06-16 02:51:00,085 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/0, BranchId=]
DEBUG 2024-06-16 02:51:00,109 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/0, BranchId=]
DEBUG 2024-06-16 02:51:00,130 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/0, BranchId=]
DEBUG 2024-06-16 02:51:00,133 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-16 02.51.00', 99, 'hoge', 0)
DEBUG 2024-06-16 02:51:00,138 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/0, BranchId=]
DEBUG 2024-06-16 02:51:00,139 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1718473860082/0, BranchId=]
DEBUG 2024-06-16 02:51:00,139 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,141 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,143 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,145 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,150 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,159 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,161 [main] Transaction began, tx=[FormatId=4360, GlobalId=1718473860082/1, BranchId=]
DEBUG 2024-06-16 02:51:00,162 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,162 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/1, BranchId=]
DEBUG 2024-06-16 02:51:00,162 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/1, BranchId=]
DEBUG 2024-06-16 02:51:00,162 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/1, BranchId=]
DEBUG 2024-06-16 02:51:00,187 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/1, BranchId=]
DEBUG 2024-06-16 02:51:00,198 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/1, BranchId=]
DEBUG 2024-06-16 02:51:00,198 [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 2024-06-16 02:51:00,206 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/1, BranchId=]
DEBUG 2024-06-16 02:51:00,206 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/1, BranchId=]
DEBUG 2024-06-16 02:51:00,207 [main] UPDATE EMP SET tstamp = '2024-06-16 02.51.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-16 02:51:00,207 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/1, BranchId=]
DEBUG 2024-06-16 02:51:00,208 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1718473860082/1, BranchId=]
DEBUG 2024-06-16 02:51:00,208 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,209 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,210 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,214 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,225 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,227 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,227 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,230 [main] Transaction began, tx=[FormatId=4360, GlobalId=1718473860082/2, BranchId=]
DEBUG 2024-06-16 02:51:00,230 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,231 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/2, BranchId=]
DEBUG 2024-06-16 02:51:00,231 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/2, BranchId=]
DEBUG 2024-06-16 02:51:00,231 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/2, BranchId=]
DEBUG 2024-06-16 02:51:00,256 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/2, BranchId=]
DEBUG 2024-06-16 02:51:00,265 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/2, BranchId=]
DEBUG 2024-06-16 02:51:00,265 [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 2024-06-16 02:51:00,268 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/2, BranchId=]
DEBUG 2024-06-16 02:51:00,268 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/2, BranchId=]
DEBUG 2024-06-16 02:51:00,269 [main] UPDATE EMP SET tstamp = '2024-06-16 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-06-16 02:51:00,269 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/2, BranchId=]
DEBUG 2024-06-16 02:51:00,269 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1718473860082/2, BranchId=]
DEBUG 2024-06-16 02:51:00,269 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,271 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,283 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,296 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,299 [main] Transaction began, tx=[FormatId=4360, GlobalId=1718473860082/3, BranchId=]
DEBUG 2024-06-16 02:51:00,300 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,300 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/3, BranchId=]
DEBUG 2024-06-16 02:51:00,300 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/3, BranchId=]
DEBUG 2024-06-16 02:51:00,300 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/3, BranchId=]
DEBUG 2024-06-16 02:51:00,324 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/3, BranchId=]
DEBUG 2024-06-16 02:51:00,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/3, BranchId=]
DEBUG 2024-06-16 02:51:00,334 [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 2024-06-16 02:51:00,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/3, BranchId=]
DEBUG 2024-06-16 02:51:00,336 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/3, BranchId=]
DEBUG 2024-06-16 02:51:00,336 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-16 02:51:00,337 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/3, BranchId=]
DEBUG 2024-06-16 02:51:00,337 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1718473860082/3, BranchId=]
DEBUG 2024-06-16 02:51:00,337 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,339 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,341 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,343 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,361 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,361 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,361 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,362 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,386 [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 2024-06-16 02:51:00,388 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,398 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,398 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,406 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,407 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,417 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,417 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,417 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,418 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,440 [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 2024-06-16 02:51:00,448 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,449 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,450 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,452 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,454 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,458 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,458 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,466 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,469 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,469 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,469 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,470 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,491 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,498 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,499 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,518 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,518 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,518 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,518 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,546 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,553 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,571 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,573 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,573 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,573 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,573 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,594 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,602 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,620 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,622 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,622 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,622 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,623 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,643 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,650 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,650 [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 2024-06-16 02:51:00,657 [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 2024-06-16 02:51:00,659 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,660 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,664 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,668 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,668 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,676 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,676 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,678 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,678 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,678 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,679 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,699 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,706 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,706 [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 2024-06-16 02:51:00,710 [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 2024-06-16 02:51:00,711 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,713 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,729 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,731 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,731 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,731 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,732 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,751 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,768 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,768 [main] select * from emp
DEBUG 2024-06-16 02:51:00,771 [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 2024-06-16 02:51:00,772 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,773 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,774 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,776 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,778 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,782 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,789 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,791 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,792 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,792 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,792 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,812 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,819 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,819 [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 2024-06-16 02:51:00,823 [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 2024-06-16 02:51:00,824 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,826 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,840 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,842 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,844 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,844 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,844 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,844 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,864 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-06-16 02:51:00,871 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,887 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,888 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,889 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,891 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,891 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,891 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,891 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,911 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,919 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,919 [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 2024-06-16 02:51:00,921 [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 2024-06-16 02:51:00,923 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,924 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,926 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,939 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,939 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,941 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,941 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,941 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,942 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,963 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,970 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,970 [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 2024-06-16 02:51:00,976 [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 2024-06-16 02:51:00,977 [main] Physical connection closed
DEBUG 2024-06-16 02:51:00,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:00,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:00,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:00,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:00,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:00,995 [main] Physical connection got
DEBUG 2024-06-16 02:51:00,995 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:00,996 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:00,996 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,014 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,022 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,022 [main] select * from emp
DEBUG 2024-06-16 02:51:01,024 [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 2024-06-16 02:51:01,025 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,026 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,040 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,042 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,042 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,042 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,042 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,062 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,071 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,071 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-16 02:51:01,073 [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 2024-06-16 02:51:01,074 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,090 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,092 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,094 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,094 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,095 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,095 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,116 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,124 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,124 [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 2024-06-16 02:51:01,126 [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 2024-06-16 02:51:01,127 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,129 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,131 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,133 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,137 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,137 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,143 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,145 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,147 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,147 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,147 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,147 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,168 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,177 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,177 [main] select count(*) from emp
DEBUG 2024-06-16 02:51:01,178 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,179 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,180 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,196 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,198 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,199 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,199 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,199 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,229 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,236 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,236 [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 2024-06-16 02:51:01,237 [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 2024-06-16 02:51:01,238 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,252 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,252 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,254 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,254 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,254 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,255 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,272 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,279 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,279 [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 2024-06-16 02:51:01,280 [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 2024-06-16 02:51:01,280 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,281 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,282 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,284 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,285 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,295 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,297 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,297 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,297 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,297 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,314 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,320 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,320 [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 2024-06-16 02:51:01,321 [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 2024-06-16 02:51:01,322 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,323 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,325 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,329 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,330 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,336 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,338 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,338 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,338 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,338 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,355 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,361 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,362 [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 2024-06-16 02:51:01,362 [main] Logical connection closed, tx=null
[Ljava.util.Map;@206e41b5
DEBUG 2024-06-16 02:51:01,363 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,364 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,371 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,371 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,378 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,380 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,380 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,380 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,380 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,396 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,402 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,402 [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 2024-06-16 02:51:01,404 [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 2024-06-16 02:51:01,405 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,406 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,420 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,421 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,426 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,427 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,427 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,429 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,429 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,430 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,430 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,446 [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 2024-06-16 02:51:01,452 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,452 [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 2024-06-16 02:51:01,455 [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 2024-06-16 02:51:01,455 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,463 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,464 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,468 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,469 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,470 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,472 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,472 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,472 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,472 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,488 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,492 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,492 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-16 02:51:01,492 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,492 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,494 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,498 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,509 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,509 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,509 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,509 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,527 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,530 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,530 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-16 02:51:01,531 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,531 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,533 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,535 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,545 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,551 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,551 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,552 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,552 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,564 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,564 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,564 [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 2024-06-16 02:51:01,566 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-16 02:51:01,566 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,568 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,582 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,582 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,582 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,583 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,593 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,599 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,599 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-16 02:51:01,600 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-16 02:51:01,600 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,614 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,614 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,622 [main] Transaction began, tx=[FormatId=4360, GlobalId=1718473860082/4, BranchId=]
DEBUG 2024-06-16 02:51:01,623 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/4, BranchId=]
DEBUG 2024-06-16 02:51:01,623 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/4, BranchId=]
DEBUG 2024-06-16 02:51:01,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/4, BranchId=]
DEBUG 2024-06-16 02:51:01,640 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/4, BranchId=]
DEBUG 2024-06-16 02:51:01,646 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/4, BranchId=]
DEBUG 2024-06-16 02:51:01,646 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-16 02.51.01', 9999, 'test', 50)
DEBUG 2024-06-16 02:51:01,647 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/4, BranchId=]
DEBUG 2024-06-16 02:51:01,647 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/4, BranchId=]
DEBUG 2024-06-16 02:51:01,647 [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 2024-06-16 02:51:01,648 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/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 2024-06-16 02:51:01,649 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/4, BranchId=]
DEBUG 2024-06-16 02:51:01,649 [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 2024-06-16 02:51:01,650 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-16 02:51:01.646 {50, null, null, 0}
DEBUG 2024-06-16 02:51:01,650 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1718473860082/4, BranchId=]
DEBUG 2024-06-16 02:51:01,650 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,658 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,666 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,666 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,667 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,667 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,683 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,689 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,690 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,692 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,694 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,696 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,697 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,703 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,705 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,705 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,705 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,705 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,721 [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 2024-06-16 02:51:01,729 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,730 [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 2024-06-16 02:51:01,732 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,732 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,748 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,748 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,748 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,748 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,764 [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 2024-06-16 02:51:01,773 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,773 [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 2024-06-16 02:51:01,774 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-16 02:51:01,774 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,775 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,782 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,790 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,790 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,791 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,791 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,807 [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 2024-06-16 02:51:01,812 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,812 [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 2024-06-16 02:51:01,814 [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 2024-06-16 02:51:01,814 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,815 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,816 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,818 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,820 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,822 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,823 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,827 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,828 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,828 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,830 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,830 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,831 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,831 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,846 [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 2024-06-16 02:51:01,849 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,853 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,856 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,856 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,862 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,863 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,865 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,865 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,865 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,865 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,881 [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 2024-06-16 02:51:01,888 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,888 [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 2024-06-16 02:51:01,890 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,890 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,891 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,892 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,898 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,898 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,906 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,906 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,906 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,906 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,923 [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 2024-06-16 02:51:01,929 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,929 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-06-16 02:51:01,930 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,930 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,931 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,933 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,937 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,943 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,946 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,946 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,946 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,946 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,965 [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 2024-06-16 02:51:01,966 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,966 [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 2024-06-16 02:51:01,967 [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 2024-06-16 02:51:01,968 [main] Physical connection closed
DEBUG 2024-06-16 02:51:01,969 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:01,969 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:01,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,982 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:01,983 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:01,984 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:01,986 [main] Physical connection got
DEBUG 2024-06-16 02:51:01,986 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:01,986 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:01,987 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,005 [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 2024-06-16 02:51:02,006 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,007 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,008 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,009 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,011 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,014 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,014 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,022 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,022 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,022 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,023 [main] Logical connection got, tx=null
WARN  2024-06-16 02:51:02,025 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-16 02:51:02,030 [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 2024-06-16 02:51:02,031 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,031 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-16 02:51:02,033 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-16 02:51:02,034 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,042 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,049 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,051 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,051 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,052 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,052 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,072 [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 2024-06-16 02:51:02,080 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,082 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,082 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,084 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,086 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,089 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,098 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,099 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,099 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,099 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,119 [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 2024-06-16 02:51:02,124 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,124 [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 2024-06-16 02:51:02,125 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,125 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,125 [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 2024-06-16 02:51:02,126 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,126 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,128 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,132 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,141 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,142 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,144 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,144 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,145 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,145 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,166 [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 2024-06-16 02:51:02,170 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,170 [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 2024-06-16 02:51:02,173 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,174 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,174 [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 2024-06-16 02:51:02,174 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,175 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,175 [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 2024-06-16 02:51:02,177 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,177 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,177 [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 2024-06-16 02:51:02,178 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,178 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,178 [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 2024-06-16 02:51:02,179 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,179 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,193 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,196 [main] Transaction began, tx=[FormatId=4360, GlobalId=1718473860082/5, BranchId=]
DEBUG 2024-06-16 02:51:02,196 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,197 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/5, BranchId=]
DEBUG 2024-06-16 02:51:02,197 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/5, BranchId=]
DEBUG 2024-06-16 02:51:02,197 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/5, BranchId=]
DEBUG 2024-06-16 02:51:02,215 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-16 02:51:02,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/5, BranchId=]
DEBUG 2024-06-16 02:51:02,216 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-16 02:51:02,216 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/5, BranchId=]
DEBUG 2024-06-16 02:51:02,217 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/5, BranchId=]
DEBUG 2024-06-16 02:51:02,217 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-16 02:51:02,217 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/5, BranchId=]
DEBUG 2024-06-16 02:51:02,217 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718473860082/5, BranchId=]
DEBUG 2024-06-16 02:51:02,217 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-16 02:51:02,218 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718473860082/5, BranchId=]
DEBUG 2024-06-16 02:51:02,218 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1718473860082/5, BranchId=]
DEBUG 2024-06-16 02:51:02,218 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,220 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,236 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,237 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,237 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,237 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,255 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,258 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,260 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,264 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,273 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,276 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,276 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,276 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,276 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,294 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,299 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,317 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,317 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,317 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,317 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,324 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-16 02:51:02,326 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,328 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,334 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,334 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,339 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,340 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,341 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,343 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,343 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,343 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,343 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,350 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-16 02:51:02,351 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,353 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,367 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,367 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,369 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,369 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,369 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,370 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,376 [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 2024-06-16 02:51:02,377 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,385 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,385 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,394 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,395 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,395 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,395 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,396 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,401 [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 2024-06-16 02:51:02,402 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,403 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,409 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,409 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,416 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,416 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,416 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,416 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,430 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,431 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,431 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-16 02:51:02,434 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,434 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,447 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,448 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,448 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,448 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,463 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,463 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,470 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,475 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,477 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,477 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,477 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,477 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,492 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-16 02:51:02,493 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,494 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,504 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,505 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-16 02:51:02,507 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,507 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,507 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,507 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,522 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-16 02:51:02,522 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.173 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-06-16 02:51:02,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,571 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,572 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,574 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,583 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,586 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,586 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,589 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,591 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,593 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,596 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,598 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,598 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,605 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,607 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,607 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,610 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,610 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,612 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,613 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,624 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,626 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,626 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,629 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,629 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-16 02:51:02,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,636 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,640 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,641 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,642 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,642 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,643 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,643 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-16 02:51:02,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,653 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,654 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,655 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,655 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,670 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,670 [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 2024-06-16 02:51:02,673 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,674 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,675 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,676 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,679 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,679 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,683 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,685 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,685 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,700 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,700 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,700 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,700 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,711 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,715 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,715 [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 2024-06-16 02:51:02,717 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,717 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-16 02:51:02,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,733 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,746 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,757 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,757 [main] Logical connection got, tx=null
WARN  2024-06-16 02:51:02,759 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-16 02:51:02,760 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-16 02:51:02,760 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,760 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,762 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,767 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,767 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,771 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,771 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,774 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,777 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,777 [main] Logical connection got, tx=null
WARN  2024-06-16 02:51:02,779 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-16 02:51:02,779 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-16 02:51:02,780 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,780 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,781 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,781 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,790 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,791 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,793 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,797 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,800 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-16 02:51:02,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,803 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,806 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,806 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,810 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,813 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-16 02:51:02,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,819 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,823 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,823 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,827 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,827 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,829 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,829 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,830 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,830 [main] Physical connection closed
DEBUG 2024-06-16 02:51:02,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,835 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,842 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,842 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,843 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,843 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-16 02:51:02,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-16 02:51:02,846 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-16 02:51:02,849 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-16 02:51:02,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-16 02:51:02,855 [main] Physical connection got
DEBUG 2024-06-16 02:51:02,855 [main] Logical connection got, tx=null
DEBUG 2024-06-16 02:51:02,856 [main] Logical connection closed, tx=null
DEBUG 2024-06-16 02:51:02,856 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.318s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.724s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.607s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.149s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Jun 16 02:51:02 JST 2024
[INFO] Final Memory: 30M/405M
[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