Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-05-21 02:50:58,028 [main] Logical connection closed
updatedRows:1
DEBUG 2024-05-21 02:50:58,029 [main] Logical connection got
DEBUG 2024-05-21 02:50:58,029 [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-21 02:50:58,032 [main] Logical connection closed
DEBUG 2024-05-21 02:50:58,032 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-05-21 02:50:58,069 [main] Physical connection got
DEBUG 2024-05-21 02:50:58,069 [main] Logical connection got
DEBUG 2024-05-21 02:50:58,069 [main] Logical connection closed
DEBUG 2024-05-21 02:50:58,070 [main] Logical connection got
DEBUG 2024-05-21 02:50:58,082 [main] Logical connection closed
DEBUG 2024-05-21 02:50:58,082 [main] Logical connection got
DEBUG 2024-05-21 02:50:58,082 [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-21 02:50:58,084 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-21 02:50:57.869 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-21 02:50:58,084 [main] Logical connection got
DEBUG 2024-05-21 02:50:58,085 [main] Logical connection closed
DEBUG 2024-05-21 02:50:58,085 [main] Logical connection got
DEBUG 2024-05-21 02:50:58,089 [main] Logical connection closed
DEBUG 2024-05-21 02:50:58,090 [main] Logical connection got
DEBUG 2024-05-21 02:50:58,090 [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-21 02:50:58,091 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-21 02:50:57.869 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-21 02:50:58,092 [main] Logical connection got
DEBUG 2024-05-21 02:50:58,092 [main] UPDATE EMP SET tstamp = '2024-05-21 02.50.58', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-05-21 02.50.57'
DEBUG 2024-05-21 02:50:58,093 [main] Logical connection closed
DEBUG 2024-05-21 02:50:58,093 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-21 02:50:59,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:50:59,282 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-21 02:50:59,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:50:59,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:50:59,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:50:59,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:50:59,393 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:50:59,400 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:50:59,423 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-21 02:50:59,586 [main] Physical connection got
DEBUG 2024-05-21 02:50:59,586 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:50:59,666 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:50:59,672 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-21 02:50:59,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:50:59,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:50:59,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:50:59,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:50:59,698 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:50:59,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:50:59,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:50:59,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:50:59,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:50:59,727 [main] Physical connection got
DEBUG 2024-05-21 02:50:59,727 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:50:59,727 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:50:59,727 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:50:59,841 [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-21 02:50:59,846 [main] Physical connection closed
DEBUG 2024-05-21 02:50:59,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:50:59,849 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:50:59,851 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:50:59,854 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:50:59,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:50:59,860 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:50:59,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:50:59,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:50:59,872 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:50:59,877 [main] Physical connection got
DEBUG 2024-05-21 02:50:59,878 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:50:59,878 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:50:59,878 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:50:59,919 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:50:59,942 [main] Physical connection closed
DEBUG 2024-05-21 02:50:59,944 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:50:59,945 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:50:59,948 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:50:59,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:50:59,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:50:59,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:50:59,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:50:59,969 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:50:59,970 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:50:59,975 [main] Physical connection got
DEBUG 2024-05-21 02:50:59,975 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:50:59,975 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:50:59,975 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,020 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,026 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,028 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,047 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,050 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,053 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,054 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,054 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,054 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,090 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,095 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,098 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,109 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,109 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,120 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,123 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,123 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,123 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,124 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,158 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,164 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,166 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,171 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,175 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,175 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,185 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,186 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,189 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,189 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,190 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,190 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,224 [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-21 02:51:00,228 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,230 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,231 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,233 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,240 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,240 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,247 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,249 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,250 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,253 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,253 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,253 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,253 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,287 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,292 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,297 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,303 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,303 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,312 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,313 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,316 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,317 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,317 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,317 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,357 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,362 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,364 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,369 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,381 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,383 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,383 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,387 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,387 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,387 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,387 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,417 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,422 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,424 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,444 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,450 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716227460450/0, BranchId=]
DEBUG 2024-05-21 02:51:00,451 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,452 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/0, BranchId=]
DEBUG 2024-05-21 02:51:00,453 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/0, BranchId=]
DEBUG 2024-05-21 02:51:00,453 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/0, BranchId=]
DEBUG 2024-05-21 02:51:00,481 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/0, BranchId=]
DEBUG 2024-05-21 02:51:00,504 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/0, BranchId=]
DEBUG 2024-05-21 02:51:00,507 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-21 02.51.00', 99, 'hoge', 0)
DEBUG 2024-05-21 02:51:00,512 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/0, BranchId=]
DEBUG 2024-05-21 02:51:00,513 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716227460450/0, BranchId=]
DEBUG 2024-05-21 02:51:00,513 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,533 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,536 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716227460450/1, BranchId=]
DEBUG 2024-05-21 02:51:00,537 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,537 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/1, BranchId=]
DEBUG 2024-05-21 02:51:00,537 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/1, BranchId=]
DEBUG 2024-05-21 02:51:00,537 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/1, BranchId=]
DEBUG 2024-05-21 02:51:00,564 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/1, BranchId=]
DEBUG 2024-05-21 02:51:00,575 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/1, BranchId=]
DEBUG 2024-05-21 02:51:00,575 [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-21 02:51:00,583 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/1, BranchId=]
DEBUG 2024-05-21 02:51:00,583 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/1, BranchId=]
DEBUG 2024-05-21 02:51:00,584 [main] UPDATE EMP SET tstamp = '2024-05-21 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-21 02:51:00,585 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/1, BranchId=]
DEBUG 2024-05-21 02:51:00,585 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716227460450/1, BranchId=]
DEBUG 2024-05-21 02:51:00,585 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,606 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,609 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716227460450/2, BranchId=]
DEBUG 2024-05-21 02:51:00,609 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,609 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/2, BranchId=]
DEBUG 2024-05-21 02:51:00,610 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/2, BranchId=]
DEBUG 2024-05-21 02:51:00,610 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/2, BranchId=]
DEBUG 2024-05-21 02:51:00,636 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/2, BranchId=]
DEBUG 2024-05-21 02:51:00,646 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/2, BranchId=]
DEBUG 2024-05-21 02:51:00,646 [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-21 02:51:00,648 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/2, BranchId=]
DEBUG 2024-05-21 02:51:00,649 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/2, BranchId=]
DEBUG 2024-05-21 02:51:00,649 [main] UPDATE EMP SET tstamp = '2024-05-21 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-21 02:51:00,650 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/2, BranchId=]
DEBUG 2024-05-21 02:51:00,650 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716227460450/2, BranchId=]
DEBUG 2024-05-21 02:51:00,650 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,659 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,662 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,676 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,679 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716227460450/3, BranchId=]
DEBUG 2024-05-21 02:51:00,679 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,679 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/3, BranchId=]
DEBUG 2024-05-21 02:51:00,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/3, BranchId=]
DEBUG 2024-05-21 02:51:00,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/3, BranchId=]
DEBUG 2024-05-21 02:51:00,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/3, BranchId=]
DEBUG 2024-05-21 02:51:00,716 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/3, BranchId=]
DEBUG 2024-05-21 02:51:00,716 [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-21 02:51:00,718 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/3, BranchId=]
DEBUG 2024-05-21 02:51:00,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/3, BranchId=]
DEBUG 2024-05-21 02:51:00,719 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-21 02:51:00,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/3, BranchId=]
DEBUG 2024-05-21 02:51:00,720 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716227460450/3, BranchId=]
DEBUG 2024-05-21 02:51:00,720 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,722 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,725 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,731 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,746 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,746 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,746 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,747 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,774 [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-21 02:51:00,776 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,778 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,796 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,797 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,808 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,809 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,809 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,809 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,837 [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-21 02:51:00,846 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,849 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,851 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,853 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,858 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,871 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,871 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,872 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,872 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,898 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,907 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,914 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,918 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,925 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,927 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,928 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,931 [main] Physical connection got
DEBUG 2024-05-21 02:51:00,931 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,931 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,931 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:00,968 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:00,977 [main] Physical connection closed
DEBUG 2024-05-21 02:51:00,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:00,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:00,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:00,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,996 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:00,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:00,998 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,001 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,001 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,001 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,002 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,028 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,038 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,040 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,041 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,046 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,050 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,059 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,062 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,062 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,063 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,063 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,089 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,098 [main] Logical connection got, tx=null
DEBUG 2024-05-21 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-21 02:51:01,106 [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-21 02:51:01,108 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,109 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,110 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,128 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,131 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,131 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,131 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,132 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,158 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,167 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,167 [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-21 02:51:01,172 [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-21 02:51:01,173 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,175 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,192 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,194 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,194 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,195 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,195 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,219 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,234 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,234 [main] select * from emp
DEBUG 2024-05-21 02:51:01,237 [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-21 02:51:01,239 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,260 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,260 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,260 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,261 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,284 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,293 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,293 [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-21 02:51:01,297 [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-21 02:51:01,299 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,316 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,317 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,318 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,320 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,321 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,321 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,321 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,344 [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-21 02:51:01,354 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,355 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,356 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,358 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,360 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,364 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,364 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,373 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,373 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,376 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,376 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,376 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,376 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,400 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,409 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,410 [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-21 02:51:01,412 [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-21 02:51:01,414 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,415 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,424 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,432 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,435 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,435 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,435 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,435 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,458 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,467 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,468 [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-21 02:51:01,472 [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-21 02:51:01,474 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,475 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,477 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,491 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,494 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,494 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,494 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,494 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,517 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,526 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,526 [main] select * from emp
DEBUG 2024-05-21 02:51:01,528 [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-21 02:51:01,529 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,530 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,531 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,549 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,550 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,550 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,550 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,575 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,585 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,586 [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-21 02:51:01,588 [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-21 02:51:01,589 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,596 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,609 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,612 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,612 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,612 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,612 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,639 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,649 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,650 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-21 02:51:01,652 [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-21 02:51:01,652 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,653 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,654 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,671 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,673 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,674 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,674 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,674 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,700 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,710 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,710 [main] select count(*) from emp
DEBUG 2024-05-21 02:51:01,711 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,712 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,714 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,718 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,731 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,733 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,733 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,734 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,734 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,763 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,772 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,772 [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-21 02:51:01,773 [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-21 02:51:01,773 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,775 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,782 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,790 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,792 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,793 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,793 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,793 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,814 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,822 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,823 [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-21 02:51:01,823 [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-21 02:51:01,824 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,826 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,841 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,843 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,843 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,844 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,844 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,865 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,873 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,873 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-21 02:51:01,873 [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-21 02:51:01,874 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,876 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,889 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,890 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,890 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,892 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,893 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,893 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,893 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,914 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,921 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,921 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-21 02:51:01,922 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2e694f12
DEBUG 2024-05-21 02:51:01,923 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,924 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,926 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,938 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,941 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,941 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,941 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,941 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,962 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,970 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,970 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-05-21 02:51:01,972 [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-21 02:51:01,973 [main] Physical connection closed
DEBUG 2024-05-21 02:51:01,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:01,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:01,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:01,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:01,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:01,991 [main] Physical connection got
DEBUG 2024-05-21 02:51:01,991 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:01,991 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:01,991 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,012 [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-21 02:51:02,019 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,020 [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-21 02:51:02,024 [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-21 02:51:02,024 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,026 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,040 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,041 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,043 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,043 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,043 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,044 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,064 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,068 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,068 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-21 02:51:02,069 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,069 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,070 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,071 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,073 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,075 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,078 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,078 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,087 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,088 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,088 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,088 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,108 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,112 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,112 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-21 02:51:02,112 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,112 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,127 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,128 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,131 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,131 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,132 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,132 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,145 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,146 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,146 [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-21 02:51:02,147 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-21 02:51:02,148 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,162 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,164 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,166 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,166 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,166 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,167 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,179 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,180 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,180 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-21 02:51:02,181 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-21 02:51:02,181 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,182 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,183 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,203 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,203 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,205 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716227460450/4, BranchId=]
DEBUG 2024-05-21 02:51:02,206 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,206 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/4, BranchId=]
DEBUG 2024-05-21 02:51:02,206 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/4, BranchId=]
DEBUG 2024-05-21 02:51:02,206 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/4, BranchId=]
DEBUG 2024-05-21 02:51:02,225 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/4, BranchId=]
DEBUG 2024-05-21 02:51:02,232 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/4, BranchId=]
DEBUG 2024-05-21 02:51:02,233 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-21 02.51.02', 9999, 'test', 50)
DEBUG 2024-05-21 02:51:02,233 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/4, BranchId=]
DEBUG 2024-05-21 02:51:02,233 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/4, BranchId=]
DEBUG 2024-05-21 02:51:02,233 [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-21 02:51:02,235 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/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-21 02:51:02,236 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/4, BranchId=]
DEBUG 2024-05-21 02:51:02,236 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-05-21 02:51:02,237 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-21 02:51:02.232 {50, null, null, 0}
DEBUG 2024-05-21 02:51:02,237 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716227460450/4, BranchId=]
DEBUG 2024-05-21 02:51:02,237 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,253 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,255 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,255 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,256 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,256 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,274 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,280 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,281 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,282 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,284 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,286 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,289 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,289 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,296 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,298 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,298 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,298 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,298 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,316 [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-21 02:51:02,327 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,327 [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-21 02:51:02,330 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,330 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,332 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,334 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,348 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,348 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,348 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,349 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,366 [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-21 02:51:02,376 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,376 [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-21 02:51:02,376 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-21 02:51:02,377 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,378 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,396 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,396 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,396 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,396 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,414 [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-21 02:51:02,419 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,420 [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-21 02:51:02,421 [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-21 02:51:02,422 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,423 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,427 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,430 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,436 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,437 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,440 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,440 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,440 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,440 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,457 [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-21 02:51:02,460 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,462 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,464 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,475 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,477 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,477 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,477 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,477 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,495 [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-21 02:51:02,502 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,502 [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-21 02:51:02,504 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,504 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,519 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,521 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,521 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,521 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,522 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,539 [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-21 02:51:02,546 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,546 [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-21 02:51:02,547 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,547 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,548 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,549 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,552 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,562 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,564 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,565 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,565 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,565 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,584 [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-21 02:51:02,585 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,585 [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-21 02:51:02,587 [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-21 02:51:02,588 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,590 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,607 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,608 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,608 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,608 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,628 [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-21 02:51:02,629 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,630 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,630 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,637 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,637 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,643 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,646 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,646 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,646 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,647 [main] Logical connection got, tx=null
WARN  2024-05-21 02:51:02,650 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-21 02:51:02,655 [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-21 02:51:02,656 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,656 [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-21 02:51:02,659 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-21 02:51:02,659 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,661 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,663 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,668 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,675 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,676 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,677 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,679 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,679 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,680 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,680 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,702 [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-21 02:51:02,710 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,713 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,729 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,731 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,732 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,732 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,732 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,754 [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-21 02:51:02,760 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,760 [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-21 02:51:02,761 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,761 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,761 [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-21 02:51:02,762 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,762 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,772 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,772 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,779 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,780 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,782 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,783 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,783 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,783 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,805 [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-21 02:51:02,809 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,809 [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-21 02:51:02,813 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,814 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,814 [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-21 02:51:02,815 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,815 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,815 [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-21 02:51:02,817 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,817 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,817 [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-21 02:51:02,818 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,819 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,819 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-05-21 02:51:02,819 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,820 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,822 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,835 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,836 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,837 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,840 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716227460450/5, BranchId=]
DEBUG 2024-05-21 02:51:02,841 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,841 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/5, BranchId=]
DEBUG 2024-05-21 02:51:02,841 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/5, BranchId=]
DEBUG 2024-05-21 02:51:02,841 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/5, BranchId=]
DEBUG 2024-05-21 02:51:02,863 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-21 02:51:02,864 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/5, BranchId=]
DEBUG 2024-05-21 02:51:02,864 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-21 02:51:02,865 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/5, BranchId=]
DEBUG 2024-05-21 02:51:02,865 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/5, BranchId=]
DEBUG 2024-05-21 02:51:02,865 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-21 02:51:02,865 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/5, BranchId=]
DEBUG 2024-05-21 02:51:02,866 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716227460450/5, BranchId=]
DEBUG 2024-05-21 02:51:02,866 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-21 02:51:02,866 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716227460450/5, BranchId=]
DEBUG 2024-05-21 02:51:02,866 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716227460450/5, BranchId=]
DEBUG 2024-05-21 02:51:02,867 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,868 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,869 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,871 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,873 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,887 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,888 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,888 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,888 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,910 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,915 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,921 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,924 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,933 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,935 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,935 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,936 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,936 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,958 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,963 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,965 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,966 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:02,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,979 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:02,980 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:02,981 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,984 [main] Physical connection got
DEBUG 2024-05-21 02:51:02,984 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,984 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:02,985 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:02,993 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-21 02:51:02,995 [main] Physical connection closed
DEBUG 2024-05-21 02:51:02,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:02,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:02,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,016 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,016 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,016 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,016 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,024 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-21 02:51:03,026 [main] Physical connection closed
DEBUG 2024-05-21 02:51:03,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,028 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,030 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,041 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,043 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,045 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,046 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,046 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,046 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,054 [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-21 02:51:03,057 [main] Physical connection closed
DEBUG 2024-05-21 02:51:03,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,059 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,061 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,063 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,079 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,079 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,079 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,079 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,086 [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-21 02:51:03,087 [main] Physical connection closed
DEBUG 2024-05-21 02:51:03,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,089 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,091 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,101 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,104 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,104 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,104 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,104 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,123 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,124 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,124 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-21 02:51:03,127 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,127 [main] Physical connection closed
DEBUG 2024-05-21 02:51:03,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,129 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,132 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,143 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,143 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,144 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,144 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,162 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,163 [main] Physical connection closed
DEBUG 2024-05-21 02:51:03,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,171 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,176 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,177 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,179 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,179 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,179 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,179 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,198 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-21 02:51:03,199 [main] Physical connection closed
DEBUG 2024-05-21 02:51:03,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,201 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,202 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,211 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,212 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,213 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-21 02:51:03,215 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,215 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,216 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,216 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,234 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-21 02:51:03,235 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.561 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.016 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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-21 02:51:03,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,288 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,299 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,300 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,303 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,306 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,307 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,310 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,313 [main] Physical connection closed
DEBUG 2024-05-21 02:51:03,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,314 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,325 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,329 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,332 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,332 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,336 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,337 [main] Physical connection closed
DEBUG 2024-05-21 02:51:03,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,338 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,353 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,356 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,356 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,360 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,360 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-21 02:51:03,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,369 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,376 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,376 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,377 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,377 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-21 02:51:03,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,385 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,385 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,391 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,393 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,393 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,410 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,410 [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-21 02:51:03,414 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,414 [main] Physical connection closed
DEBUG 2024-05-21 02:51:03,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,415 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,417 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,420 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,421 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,425 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,428 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,428 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,446 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,446 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,446 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,446 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,458 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,463 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,463 [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-21 02:51:03,465 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,465 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 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-21 02:51:03,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,486 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,488 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,497 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,497 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,500 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,513 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,513 [main] Logical connection got, tx=null
WARN  2024-05-21 02:51:03,515 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-21 02:51:03,516 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-21 02:51:03,516 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,516 [main] Physical connection closed
DEBUG 2024-05-21 02:51:03,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,518 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,520 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,532 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,536 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,536 [main] Logical connection got, tx=null
WARN  2024-05-21 02:51:03,538 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-21 02:51:03,539 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-21 02:51:03,539 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,539 [main] Physical connection closed
DEBUG 2024-05-21 02:51:03,540 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,540 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,551 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,555 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,563 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-21 02:51:03,565 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,567 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,569 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,575 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,578 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-21 02:51:03,586 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,588 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,598 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,598 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,600 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,600 [main] Physical connection closed
DEBUG 2024-05-21 02:51:03,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,601 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,606 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,613 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,613 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,614 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,614 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-21 02:51:03,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-21 02:51:03,618 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,620 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-21 02:51:03,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-21 02:51:03,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-21 02:51:03,630 [main] Physical connection got
DEBUG 2024-05-21 02:51:03,630 [main] Logical connection got, tx=null
DEBUG 2024-05-21 02:51:03,631 [main] Logical connection closed, tx=null
DEBUG 2024-05-21 02:51:03,631 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.314s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.089s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.600s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.577s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Tue May 21 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