Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-05-28 02:50:57,737 [main] Logical connection closed
updatedRows:1
DEBUG 2024-05-28 02:50:57,738 [main] Logical connection got
DEBUG 2024-05-28 02:50:57,738 [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-05-28 02:50:57,741 [main] Logical connection closed
DEBUG 2024-05-28 02:50:57,741 [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-05-28 02:50:57,777 [main] Physical connection got
DEBUG 2024-05-28 02:50:57,777 [main] Logical connection got
DEBUG 2024-05-28 02:50:57,777 [main] Logical connection closed
DEBUG 2024-05-28 02:50:57,777 [main] Logical connection got
DEBUG 2024-05-28 02:50:57,788 [main] Logical connection closed
DEBUG 2024-05-28 02:50:57,789 [main] Logical connection got
DEBUG 2024-05-28 02:50:57,789 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-05-28 02:50:57,790 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-28 02:50:57.581 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-28 02:50:57,791 [main] Logical connection got
DEBUG 2024-05-28 02:50:57,791 [main] Logical connection closed
DEBUG 2024-05-28 02:50:57,791 [main] Logical connection got
DEBUG 2024-05-28 02:50:57,795 [main] Logical connection closed
DEBUG 2024-05-28 02:50:57,796 [main] Logical connection got
DEBUG 2024-05-28 02:50:57,796 [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-05-28 02:50:57,797 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-28 02:50:57.581 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-28 02:50:57,797 [main] Logical connection got
DEBUG 2024-05-28 02:50:57,798 [main] UPDATE EMP SET tstamp = '2024-05-28 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-05-28 02.50.57'
DEBUG 2024-05-28 02:50:57,799 [main] Logical connection closed
DEBUG 2024-05-28 02:50:57,799 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-28 02:50:58,952 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:50:59,009 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:50:59,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,121 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,155 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:50:59,327 [main] Physical connection got
DEBUG 2024-05-28 02:50:59,327 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,403 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:50:59,409 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-28 02:50:59,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:50:59,422 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,434 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,445 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,461 [main] Physical connection got
DEBUG 2024-05-28 02:50:59,461 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,461 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:50:59,462 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,575 [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-05-28 02:50:59,580 [main] Physical connection closed
DEBUG 2024-05-28 02:50:59,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:50:59,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,588 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,593 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,593 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,610 [main] Physical connection got
DEBUG 2024-05-28 02:50:59,610 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,610 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:50:59,610 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,650 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:50:59,673 [main] Physical connection closed
DEBUG 2024-05-28 02:50:59,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:50:59,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,686 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,704 [main] Physical connection got
DEBUG 2024-05-28 02:50:59,705 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,705 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:50:59,705 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,747 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:50:59,752 [main] Physical connection closed
DEBUG 2024-05-28 02:50:59,754 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:50:59,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,760 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,776 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,779 [main] Physical connection got
DEBUG 2024-05-28 02:50:59,779 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,780 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:50:59,780 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,814 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:50:59,819 [main] Physical connection closed
DEBUG 2024-05-28 02:50:59,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:50:59,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,831 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,831 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,842 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,845 [main] Physical connection got
DEBUG 2024-05-28 02:50:59,845 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,845 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:50:59,845 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,878 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:50:59,883 [main] Physical connection closed
DEBUG 2024-05-28 02:50:59,884 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:50:59,885 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,888 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,890 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,894 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,894 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,907 [main] Physical connection got
DEBUG 2024-05-28 02:50:59,908 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,908 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:50:59,908 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,940 [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-05-28 02:50:59,944 [main] Physical connection closed
DEBUG 2024-05-28 02:50:59,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:50:59,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:50:59,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:50:59,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:50:59,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:50:59,969 [main] Physical connection got
DEBUG 2024-05-28 02:50:59,969 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:50:59,969 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:50:59,969 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,002 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,007 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,019 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,029 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,032 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,032 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,033 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,033 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,070 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,075 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,077 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,099 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,099 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,100 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,100 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,132 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,136 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,143 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,147 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,157 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,162 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716832260162/0, BranchId=]
DEBUG 2024-05-28 02:51:00,164 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,165 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/0, BranchId=]
DEBUG 2024-05-28 02:51:00,165 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/0, BranchId=]
DEBUG 2024-05-28 02:51:00,165 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/0, BranchId=]
DEBUG 2024-05-28 02:51:00,193 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/0, BranchId=]
DEBUG 2024-05-28 02:51:00,215 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/0, BranchId=]
DEBUG 2024-05-28 02:51:00,218 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-28 02.51.00', 99, 'hoge', 0)
DEBUG 2024-05-28 02:51:00,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/0, BranchId=]
DEBUG 2024-05-28 02:51:00,224 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716832260162/0, BranchId=]
DEBUG 2024-05-28 02:51:00,224 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,229 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,231 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,244 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,247 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716832260162/1, BranchId=]
DEBUG 2024-05-28 02:51:00,247 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,247 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/1, BranchId=]
DEBUG 2024-05-28 02:51:00,248 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/1, BranchId=]
DEBUG 2024-05-28 02:51:00,248 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/1, BranchId=]
DEBUG 2024-05-28 02:51:00,275 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/1, BranchId=]
DEBUG 2024-05-28 02:51:00,285 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/1, BranchId=]
DEBUG 2024-05-28 02:51:00,285 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-28 02:51:00,293 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/1, BranchId=]
DEBUG 2024-05-28 02:51:00,293 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/1, BranchId=]
DEBUG 2024-05-28 02:51:00,294 [main] UPDATE EMP SET tstamp = '2024-05-28 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-05-28 02:51:00,295 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/1, BranchId=]
DEBUG 2024-05-28 02:51:00,295 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716832260162/1, BranchId=]
DEBUG 2024-05-28 02:51:00,295 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,315 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,318 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716832260162/2, BranchId=]
DEBUG 2024-05-28 02:51:00,318 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,319 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/2, BranchId=]
DEBUG 2024-05-28 02:51:00,319 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/2, BranchId=]
DEBUG 2024-05-28 02:51:00,319 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/2, BranchId=]
DEBUG 2024-05-28 02:51:00,345 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/2, BranchId=]
DEBUG 2024-05-28 02:51:00,355 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/2, BranchId=]
DEBUG 2024-05-28 02:51:00,355 [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-05-28 02:51:00,358 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/2, BranchId=]
DEBUG 2024-05-28 02:51:00,358 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/2, BranchId=]
DEBUG 2024-05-28 02:51:00,359 [main] UPDATE EMP SET tstamp = '2024-05-28 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-05-28 02:51:00,359 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/2, BranchId=]
DEBUG 2024-05-28 02:51:00,360 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716832260162/2, BranchId=]
DEBUG 2024-05-28 02:51:00,360 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,361 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,362 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,370 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,376 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,388 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716832260162/3, BranchId=]
DEBUG 2024-05-28 02:51:00,388 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,388 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/3, BranchId=]
DEBUG 2024-05-28 02:51:00,389 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/3, BranchId=]
DEBUG 2024-05-28 02:51:00,389 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/3, BranchId=]
DEBUG 2024-05-28 02:51:00,415 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/3, BranchId=]
DEBUG 2024-05-28 02:51:00,424 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/3, BranchId=]
DEBUG 2024-05-28 02:51:00,424 [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-05-28 02:51:00,426 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/3, BranchId=]
DEBUG 2024-05-28 02:51:00,426 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/3, BranchId=]
DEBUG 2024-05-28 02:51:00,426 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-28 02:51:00,426 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/3, BranchId=]
DEBUG 2024-05-28 02:51:00,427 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716832260162/3, BranchId=]
DEBUG 2024-05-28 02:51:00,427 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,429 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,431 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,437 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,437 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,447 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,450 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,450 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,451 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,451 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,477 [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-05-28 02:51:00,478 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,480 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,482 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,488 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,488 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,496 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,497 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,498 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,509 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,509 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,509 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,509 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,535 [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-05-28 02:51:00,544 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,546 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,548 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,563 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,563 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,566 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,566 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,566 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,566 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,591 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,599 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,601 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,603 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,605 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,620 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,620 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,621 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,621 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,647 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,656 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,657 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,659 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,661 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,665 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,676 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,676 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,676 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,676 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,699 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,708 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,710 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,717 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,725 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,725 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,728 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,728 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,728 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,728 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,750 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,759 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,759 [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-05-28 02:51:00,767 [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-05-28 02:51:00,768 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,786 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,788 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,788 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,788 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,788 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,811 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,820 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,820 [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-05-28 02:51:00,824 [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-05-28 02:51:00,825 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,831 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,835 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,846 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,846 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,846 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,846 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,869 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,882 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,882 [main] select * from emp
DEBUG 2024-05-28 02:51:00,885 [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-05-28 02:51:00,886 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,888 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,890 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,907 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,907 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,907 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,907 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,930 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,938 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,939 [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-05-28 02:51:00,943 [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-05-28 02:51:00,944 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,945 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,945 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,949 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:00,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:00,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:00,962 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,964 [main] Physical connection got
DEBUG 2024-05-28 02:51:00,964 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,964 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:00,964 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:00,987 [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-05-28 02:51:00,995 [main] Physical connection closed
DEBUG 2024-05-28 02:51:00,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:00,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:00,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,000 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,012 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,014 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,014 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,015 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,015 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,037 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,045 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,045 [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-05-28 02:51:01,047 [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-05-28 02:51:01,048 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,050 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,064 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,067 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,067 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,068 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,068 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,089 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,098 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,098 [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-05-28 02:51:01,103 [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-05-28 02:51:01,104 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,114 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,118 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,118 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,128 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,128 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,128 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,129 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,149 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,157 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,157 [main] select * from emp
DEBUG 2024-05-28 02:51:01,159 [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-05-28 02:51:01,160 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,162 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,164 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,166 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,176 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,177 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,179 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,179 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,180 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,180 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,201 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,208 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,208 [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-05-28 02:51:01,210 [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-05-28 02:51:01,212 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,213 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,213 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,221 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,229 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,231 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,231 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,231 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,231 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,252 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,259 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,259 [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-05-28 02:51:01,261 [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-05-28 02:51:01,262 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,263 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,263 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,265 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,268 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,271 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,271 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,282 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,282 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,282 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,282 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,303 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,310 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,311 [main] select count(*) from emp
DEBUG 2024-05-28 02:51:01,312 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,312 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,334 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,334 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,337 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,337 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,337 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,337 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,359 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,367 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,367 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-28 02:51:01,368 [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-05-28 02:51:01,369 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,370 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,372 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,385 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,387 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,387 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,388 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,388 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,408 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,415 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,415 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-28 02:51:01,416 [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-05-28 02:51:01,416 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,418 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,435 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,435 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,435 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,435 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,454 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,461 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,461 [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-05-28 02:51:01,462 [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-05-28 02:51:01,463 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,464 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,479 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,480 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,481 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,481 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,481 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,501 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,508 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,508 [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-05-28 02:51:01,509 [main] Logical connection closed, tx=null
[Ljava.util.Map;@31304043
DEBUG 2024-05-28 02:51:01,509 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,510 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,511 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,513 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,514 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,518 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,518 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,523 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,524 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,525 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,527 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,527 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,527 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,527 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,547 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,554 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,554 [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-05-28 02:51:01,556 [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-05-28 02:51:01,557 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,558 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,575 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,575 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,575 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,575 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,594 [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-05-28 02:51:01,601 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,601 [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-05-28 02:51:01,605 [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-05-28 02:51:01,606 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,608 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,610 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,624 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,626 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,626 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,627 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,627 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,649 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,653 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,653 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-28 02:51:01,654 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,654 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,656 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,660 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,664 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,670 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,671 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,672 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,674 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,674 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,674 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,675 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,696 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,700 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,701 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-28 02:51:01,701 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,701 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,703 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,722 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,722 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,722 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,722 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,737 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,738 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,738 [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-05-28 02:51:01,739 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-28 02:51:01,740 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,741 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,741 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,757 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,759 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,760 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,760 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,760 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,774 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,775 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,775 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-28 02:51:01,776 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-28 02:51:01,776 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,778 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,790 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,791 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,791 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,793 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716832260162/4, BranchId=]
DEBUG 2024-05-28 02:51:01,793 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,794 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/4, BranchId=]
DEBUG 2024-05-28 02:51:01,794 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/4, BranchId=]
DEBUG 2024-05-28 02:51:01,794 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/4, BranchId=]
DEBUG 2024-05-28 02:51:01,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/4, BranchId=]
DEBUG 2024-05-28 02:51:01,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/4, BranchId=]
DEBUG 2024-05-28 02:51:01,819 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-28 02.51.01', 9999, 'test', 50)
DEBUG 2024-05-28 02:51:01,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/4, BranchId=]
DEBUG 2024-05-28 02:51:01,820 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/4, BranchId=]
DEBUG 2024-05-28 02:51:01,820 [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-05-28 02:51:01,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/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-05-28 02:51:01,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/4, BranchId=]
DEBUG 2024-05-28 02:51:01,822 [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-05-28 02:51:01,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-28 02:51:01.819 {50, null, null, 0}
DEBUG 2024-05-28 02:51:01,823 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716832260162/4, BranchId=]
DEBUG 2024-05-28 02:51:01,823 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,837 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,839 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,839 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,841 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,841 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,841 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,841 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,859 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,866 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,867 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,874 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,880 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,880 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,882 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,882 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,883 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,883 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,900 [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-05-28 02:51:01,909 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,909 [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-05-28 02:51:01,912 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,912 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,913 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,915 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,920 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,925 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,926 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,927 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,929 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,929 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,929 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,929 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,947 [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-05-28 02:51:01,956 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,956 [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-05-28 02:51:01,956 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-28 02:51:01,957 [main] Physical connection closed
DEBUG 2024-05-28 02:51:01,958 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:01,958 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:01,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:01,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:01,971 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:01,974 [main] Physical connection got
DEBUG 2024-05-28 02:51:01,974 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,974 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:01,974 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,991 [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-05-28 02:51:01,997 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:01,997 [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-05-28 02:51:01,998 [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-05-28 02:51:01,999 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,000 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,002 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,015 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,015 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,016 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,016 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,032 [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-05-28 02:51:02,035 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,037 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,050 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,052 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,052 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,052 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,052 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,069 [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-05-28 02:51:02,076 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,076 [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-05-28 02:51:02,078 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,078 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,080 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,082 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,092 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,093 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,095 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,095 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,095 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,095 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,112 [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-05-28 02:51:02,118 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,119 [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-05-28 02:51:02,119 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,120 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,121 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,124 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,128 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,136 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,136 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,138 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,139 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,139 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,139 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,158 [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-05-28 02:51:02,159 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,159 [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-05-28 02:51:02,160 [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-05-28 02:51:02,161 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,162 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,164 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,166 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,174 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,175 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,175 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,177 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,178 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,178 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,178 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,194 [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-05-28 02:51:02,195 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,196 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,207 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,208 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,209 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,211 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,211 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,212 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,212 [main] Logical connection got, tx=null
WARN  2024-05-28 02:51:02,215 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-28 02:51:02,220 [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-05-28 02:51:02,221 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,221 [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-05-28 02:51:02,223 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-28 02:51:02,223 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,236 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,237 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,237 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,239 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,239 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,239 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,240 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,258 [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-05-28 02:51:02,264 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,266 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,272 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,278 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,281 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,281 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,281 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,281 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,299 [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-05-28 02:51:02,303 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,304 [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-05-28 02:51:02,305 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,305 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,305 [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-05-28 02:51:02,306 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,306 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,308 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,322 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,322 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,323 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,323 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,341 [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-05-28 02:51:02,344 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,344 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-05-28 02:51:02,347 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,347 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,348 [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-05-28 02:51:02,348 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,349 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,349 [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-05-28 02:51:02,351 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,351 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,351 [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-05-28 02:51:02,352 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,352 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,352 [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-05-28 02:51:02,353 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,353 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,354 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,367 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,368 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716832260162/5, BranchId=]
DEBUG 2024-05-28 02:51:02,369 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,369 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/5, BranchId=]
DEBUG 2024-05-28 02:51:02,370 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/5, BranchId=]
DEBUG 2024-05-28 02:51:02,370 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/5, BranchId=]
DEBUG 2024-05-28 02:51:02,387 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-28 02:51:02,388 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/5, BranchId=]
DEBUG 2024-05-28 02:51:02,388 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-28 02:51:02,389 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/5, BranchId=]
DEBUG 2024-05-28 02:51:02,389 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/5, BranchId=]
DEBUG 2024-05-28 02:51:02,389 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-28 02:51:02,390 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/5, BranchId=]
DEBUG 2024-05-28 02:51:02,390 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832260162/5, BranchId=]
DEBUG 2024-05-28 02:51:02,390 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-28 02:51:02,390 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832260162/5, BranchId=]
DEBUG 2024-05-28 02:51:02,390 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716832260162/5, BranchId=]
DEBUG 2024-05-28 02:51:02,391 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,392 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,392 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,403 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,404 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,405 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,407 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,407 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,408 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,408 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,426 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,429 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,431 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,433 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,434 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,437 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,437 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,445 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,446 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,446 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,446 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,463 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,467 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,469 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,475 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,476 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,484 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,484 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,484 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,484 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,491 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-28 02:51:02,493 [main] Physical connection closed
DEBUG 2024-05-28 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-05-28 02:51:02,494 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,506 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,508 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,508 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,508 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,508 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,515 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-28 02:51:02,522 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,524 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,534 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,535 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,536 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,537 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,537 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,538 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,538 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,544 [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-05-28 02:51:02,545 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,547 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,548 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,552 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,552 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,557 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,558 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,559 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,560 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,560 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,560 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,566 [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-05-28 02:51:02,567 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,569 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,570 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,582 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,582 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,582 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,582 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,599 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,600 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,600 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-28 02:51:02,603 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,603 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,605 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,607 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,619 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,619 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,619 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,619 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,636 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,637 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,637 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,638 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,644 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,649 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,651 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,651 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,651 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,651 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,668 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-28 02:51:02,669 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,670 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,673 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,681 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,682 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:51:02,684 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,684 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,684 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,684 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,701 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-28 02:51:02,701 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.291 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-05-28 02:51:02,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,750 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:51:02,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,765 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:51:02,767 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,768 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,771 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,774 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,775 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:51:02,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,778 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,785 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,786 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,789 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:51:02,791 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,791 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,795 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,795 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,796 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:51:02,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,799 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,810 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:51:02,812 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,812 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,816 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,816 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-28 02:51:02,820 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,824 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,831 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,831 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,832 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,832 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-28 02:51:02,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,835 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,837 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,849 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,849 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,866 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,866 [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-05-28 02:51:02,871 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,871 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,872 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,874 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,877 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,882 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,883 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,883 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,899 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,900 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,900 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,900 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,911 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,915 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:02,916 [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-05-28 02:51:02,918 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,918 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-05-28 02:51:02,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,938 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:51:02,939 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,941 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,943 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,943 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,948 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,951 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:51:02,962 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,962 [main] Logical connection got, tx=null
WARN  2024-05-28 02:51:02,965 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-28 02:51:02,965 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-28 02:51:02,966 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,966 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,967 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:51:02,969 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,973 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,973 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,977 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,981 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:51:02,984 [main] Physical connection got
DEBUG 2024-05-28 02:51:02,984 [main] Logical connection got, tx=null
WARN  2024-05-28 02:51:02,986 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-28 02:51:02,987 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-28 02:51:02,987 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:02,987 [main] Physical connection closed
DEBUG 2024-05-28 02:51:02,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:02,989 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:51:02,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:02,992 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,994 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:02,994 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:02,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:03,002 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:51:03,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:03,006 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:51:03,008 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:03,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:03,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:03,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:03,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:03,017 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:03,019 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-28 02:51:03,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:03,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:03,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:03,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:03,031 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:03,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:03,036 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:03,037 [main] Physical connection got
DEBUG 2024-05-28 02:51:03,037 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:03,039 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:03,039 [main] Physical connection closed
DEBUG 2024-05-28 02:51:03,040 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:03,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:03,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:03,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:03,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:03,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:03,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:03,050 [main] Physical connection got
DEBUG 2024-05-28 02:51:03,050 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:03,051 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:03,051 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-28 02:51:03,055 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:51:03,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:03,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:51:03,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:51:03,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:03,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:51:03,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:51:03,066 [main] Physical connection got
DEBUG 2024-05-28 02:51:03,066 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:51:03,067 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:51:03,067 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.297s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.773s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.614s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.283s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue May 28 02:51:03 JST 2024
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS