Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-05-19 02:50:56,970 [main] Logical connection closed
updatedRows:1
DEBUG 2024-05-19 02:50:56,971 [main] Logical connection got
DEBUG 2024-05-19 02:50:56,971 [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-19 02:50:56,974 [main] Logical connection closed
DEBUG 2024-05-19 02:50:56,975 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-05-19 02:50:57,009 [main] Physical connection got
DEBUG 2024-05-19 02:50:57,009 [main] Logical connection got
DEBUG 2024-05-19 02:50:57,010 [main] Logical connection closed
DEBUG 2024-05-19 02:50:57,010 [main] Logical connection got
DEBUG 2024-05-19 02:50:57,021 [main] Logical connection closed
DEBUG 2024-05-19 02:50:57,022 [main] Logical connection got
DEBUG 2024-05-19 02:50:57,022 [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-19 02:50:57,024 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-19 02:50:56.822 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-19 02:50:57,024 [main] Logical connection got
DEBUG 2024-05-19 02:50:57,024 [main] Logical connection closed
DEBUG 2024-05-19 02:50:57,024 [main] Logical connection got
DEBUG 2024-05-19 02:50:57,028 [main] Logical connection closed
DEBUG 2024-05-19 02:50:57,029 [main] Logical connection got
DEBUG 2024-05-19 02:50:57,029 [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-19 02:50:57,030 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-19 02:50:56.822 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-19 02:50:57,031 [main] Logical connection got
DEBUG 2024-05-19 02:50:57,031 [main] UPDATE EMP SET tstamp = '2024-05-19 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-05-19 02.50.56'
DEBUG 2024-05-19 02:50:57,032 [main] Logical connection closed
DEBUG 2024-05-19 02:50:57,032 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-19 02:50:58,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:58,214 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:50:58,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:58,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:58,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:58,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:58,322 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:58,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:58,352 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:50:58,514 [main] Physical connection got
DEBUG 2024-05-19 02:50:58,514 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:58,594 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:58,599 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-19 02:50:58,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:58,613 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:58,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:58,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:58,626 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:58,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:58,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:58,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:58,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:58,659 [main] Physical connection got
DEBUG 2024-05-19 02:50:58,659 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:58,659 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:58,660 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:58,784 [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-19 02:50:58,790 [main] Physical connection closed
DEBUG 2024-05-19 02:50:58,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:58,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:58,797 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:58,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:58,806 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:58,806 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:58,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:58,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:58,819 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:58,825 [main] Physical connection got
DEBUG 2024-05-19 02:50:58,825 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:58,825 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:58,825 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:58,869 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:58,893 [main] Physical connection closed
DEBUG 2024-05-19 02:50:58,894 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:58,895 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:58,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:58,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:58,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:58,907 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:58,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:58,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:58,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:58,925 [main] Physical connection got
DEBUG 2024-05-19 02:50:58,925 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:58,926 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:58,926 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:58,970 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:58,976 [main] Physical connection closed
DEBUG 2024-05-19 02:50:58,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:58,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:58,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:58,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:58,990 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:58,990 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:58,999 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,002 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,006 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,006 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,006 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,006 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,045 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,051 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,053 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,056 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,059 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,064 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,064 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,076 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,079 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,079 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,080 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,080 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,116 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,122 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,145 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,149 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,149 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,149 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,149 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,182 [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-19 02:50:59,186 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,189 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,198 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,198 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,207 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,208 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,211 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,211 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,212 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,212 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,243 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,249 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,251 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,256 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,260 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,260 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,268 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,270 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,270 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,273 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,274 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,274 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,274 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,311 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,316 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,318 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,337 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,340 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,340 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,340 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,340 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,371 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,376 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,378 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,380 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,401 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716054659401/0, BranchId=]
DEBUG 2024-05-19 02:50:59,403 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,404 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/0, BranchId=]
DEBUG 2024-05-19 02:50:59,404 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/0, BranchId=]
DEBUG 2024-05-19 02:50:59,404 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/0, BranchId=]
DEBUG 2024-05-19 02:50:59,434 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/0, BranchId=]
DEBUG 2024-05-19 02:50:59,456 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/0, BranchId=]
DEBUG 2024-05-19 02:50:59,458 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-19 02.50.59', 99, 'hoge', 0)
DEBUG 2024-05-19 02:50:59,464 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/0, BranchId=]
DEBUG 2024-05-19 02:50:59,464 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716054659401/0, BranchId=]
DEBUG 2024-05-19 02:50:59,465 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,467 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,469 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,471 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,475 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,485 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,488 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716054659401/1, BranchId=]
DEBUG 2024-05-19 02:50:59,488 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,488 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/1, BranchId=]
DEBUG 2024-05-19 02:50:59,489 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/1, BranchId=]
DEBUG 2024-05-19 02:50:59,489 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/1, BranchId=]
DEBUG 2024-05-19 02:50:59,517 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/1, BranchId=]
DEBUG 2024-05-19 02:50:59,527 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/1, BranchId=]
DEBUG 2024-05-19 02:50:59,527 [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-19 02:50:59,534 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/1, BranchId=]
DEBUG 2024-05-19 02:50:59,535 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/1, BranchId=]
DEBUG 2024-05-19 02:50:59,535 [main] UPDATE EMP SET tstamp = '2024-05-19 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-19 02:50:59,536 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/1, BranchId=]
DEBUG 2024-05-19 02:50:59,536 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716054659401/1, BranchId=]
DEBUG 2024-05-19 02:50:59,536 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,538 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,541 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,555 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,558 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716054659401/2, BranchId=]
DEBUG 2024-05-19 02:50:59,558 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,558 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/2, BranchId=]
DEBUG 2024-05-19 02:50:59,559 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/2, BranchId=]
DEBUG 2024-05-19 02:50:59,559 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/2, BranchId=]
DEBUG 2024-05-19 02:50:59,587 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/2, BranchId=]
DEBUG 2024-05-19 02:50:59,595 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/2, BranchId=]
DEBUG 2024-05-19 02:50:59,595 [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-19 02:50:59,602 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/2, BranchId=]
DEBUG 2024-05-19 02:50:59,602 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/2, BranchId=]
DEBUG 2024-05-19 02:50:59,603 [main] UPDATE EMP SET tstamp = '2024-05-19 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-05-19 02:50:59,603 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/2, BranchId=]
DEBUG 2024-05-19 02:50:59,604 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716054659401/2, BranchId=]
DEBUG 2024-05-19 02:50:59,604 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,614 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,614 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,623 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,626 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716054659401/3, BranchId=]
DEBUG 2024-05-19 02:50:59,626 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,626 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/3, BranchId=]
DEBUG 2024-05-19 02:50:59,626 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/3, BranchId=]
DEBUG 2024-05-19 02:50:59,627 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/3, BranchId=]
DEBUG 2024-05-19 02:50:59,656 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/3, BranchId=]
DEBUG 2024-05-19 02:50:59,664 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/3, BranchId=]
DEBUG 2024-05-19 02:50:59,664 [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-19 02:50:59,666 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/3, BranchId=]
DEBUG 2024-05-19 02:50:59,667 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/3, BranchId=]
DEBUG 2024-05-19 02:50:59,667 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-19 02:50:59,667 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/3, BranchId=]
DEBUG 2024-05-19 02:50:59,667 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716054659401/3, BranchId=]
DEBUG 2024-05-19 02:50:59,668 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,687 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,691 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,691 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,691 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,691 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,714 [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-19 02:50:59,716 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,718 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,726 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,734 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,745 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,745 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,745 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,745 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,768 [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-19 02:50:59,777 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,779 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,796 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,799 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,799 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,799 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,799 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,822 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,830 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,832 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,848 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,851 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,851 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,851 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,851 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,877 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,885 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,901 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,903 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,905 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,905 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,905 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,905 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,928 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,936 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,937 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,940 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,941 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:50:59,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:50:59,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:50:59,953 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,955 [main] Physical connection got
DEBUG 2024-05-19 02:50:59,955 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,956 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,956 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,979 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:50:59,986 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:50:59,986 [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-19 02:50:59,994 [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-19 02:50:59,995 [main] Physical connection closed
DEBUG 2024-05-19 02:50:59,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:50:59,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:50:59,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,000 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,015 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,015 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,015 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,015 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,038 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,045 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,046 [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-19 02:51:00,050 [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-19 02:51:00,051 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,053 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,067 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,071 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,071 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,071 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,071 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,094 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,112 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,112 [main] select * from emp
DEBUG 2024-05-19 02:51:00,115 [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-19 02:51:00,116 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,118 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,120 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,122 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,133 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,135 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,136 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,136 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,136 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,159 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,166 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,166 [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-19 02:51:00,170 [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-19 02:51:00,171 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,173 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,180 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,188 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,188 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,190 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,190 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,191 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,191 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,214 [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-19 02:51:00,221 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,223 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,225 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,241 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,241 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,241 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,241 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,264 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,271 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,272 [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-19 02:51:00,274 [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-19 02:51:00,275 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,277 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,279 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,281 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,293 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,295 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,295 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,295 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,296 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,318 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,325 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,326 [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-19 02:51:00,343 [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-19 02:51:00,344 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,346 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,364 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,364 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,364 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,364 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,387 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,395 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,395 [main] select * from emp
DEBUG 2024-05-19 02:51:00,396 [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-19 02:51:00,397 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,399 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,417 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,417 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,417 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,417 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,438 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,446 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,446 [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-19 02:51:00,448 [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-19 02:51:00,449 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,450 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,450 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,452 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,454 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,457 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,458 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,463 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,465 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,465 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,467 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,467 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,467 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,468 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,489 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,496 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,496 [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-19 02:51:00,498 [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-19 02:51:00,499 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,500 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,517 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,517 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,517 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,517 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,539 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,546 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,546 [main] select count(*) from emp
DEBUG 2024-05-19 02:51:00,547 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,548 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,549 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,551 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,569 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,571 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,571 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,571 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,571 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,592 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,600 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,600 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-19 02:51:00,601 [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-19 02:51:00,601 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,603 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,617 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,620 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,620 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,620 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,620 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,641 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,649 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,649 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-19 02:51:00,649 [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-19 02:51:00,650 [main] Physical connection closed
DEBUG 2024-05-19 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-19 02:51:00,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,654 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,664 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,666 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,668 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,668 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,668 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,669 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,690 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,697 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,697 [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-19 02:51:00,698 [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-19 02:51:00,698 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,700 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,716 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,716 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,716 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,717 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,737 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,744 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,744 [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-19 02:51:00,745 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1f315415
DEBUG 2024-05-19 02:51:00,745 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,747 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,761 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,761 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,763 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,763 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,763 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,764 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,784 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,790 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,790 [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-19 02:51:00,792 [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-19 02:51:00,793 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,795 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,797 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,808 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,810 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,811 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,811 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,811 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,831 [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-19 02:51:00,839 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,839 [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-19 02:51:00,842 [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-19 02:51:00,842 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,844 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,844 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,852 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,853 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,859 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,860 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,861 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,863 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,863 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,863 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,863 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,886 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,890 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,891 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-19 02:51:00,891 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,891 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,893 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,901 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,901 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,907 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,909 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,909 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,912 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,912 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,912 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,912 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,934 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,938 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,938 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-19 02:51:00,939 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,939 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,949 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,955 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,957 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,957 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,960 [main] Physical connection got
DEBUG 2024-05-19 02:51:00,960 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,960 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,961 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,976 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:00,976 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:00,977 [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-19 02:51:00,978 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-19 02:51:00,978 [main] Physical connection closed
DEBUG 2024-05-19 02:51:00,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:00,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:00,983 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:00,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,997 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:00,998 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:00,998 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,000 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,001 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,001 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,001 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,013 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,013 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,014 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-19 02:51:01,014 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-19 02:51:01,015 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,016 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,016 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,018 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,020 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,030 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,030 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,032 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716054659401/4, BranchId=]
DEBUG 2024-05-19 02:51:01,033 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/4, BranchId=]
DEBUG 2024-05-19 02:51:01,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/4, BranchId=]
DEBUG 2024-05-19 02:51:01,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/4, BranchId=]
DEBUG 2024-05-19 02:51:01,051 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/4, BranchId=]
DEBUG 2024-05-19 02:51:01,057 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/4, BranchId=]
DEBUG 2024-05-19 02:51:01,057 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-19 02.51.01', 9999, 'test', 50)
DEBUG 2024-05-19 02:51:01,058 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/4, BranchId=]
DEBUG 2024-05-19 02:51:01,058 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/4, BranchId=]
DEBUG 2024-05-19 02:51:01,058 [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-19 02:51:01,060 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/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-19 02:51:01,060 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/4, BranchId=]
DEBUG 2024-05-19 02:51:01,060 [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-19 02:51:01,061 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-19 02:51:01.057 {50, null, null, 0}
DEBUG 2024-05-19 02:51:01,061 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716054659401/4, BranchId=]
DEBUG 2024-05-19 02:51:01,061 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,079 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,079 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,079 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,079 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,097 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,103 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,111 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,118 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,120 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,120 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,121 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,121 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,138 [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-19 02:51:01,147 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,147 [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-19 02:51:01,149 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,149 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,151 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,153 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,164 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,164 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,166 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,166 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,167 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,167 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,184 [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-19 02:51:01,193 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,193 [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-19 02:51:01,194 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-19 02:51:01,194 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,196 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,202 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,209 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,212 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,212 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,213 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,213 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,230 [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-19 02:51:01,235 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,235 [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-19 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 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-05-19 02:51:01,237 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,252 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,253 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,254 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,254 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,254 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,270 [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-19 02:51:01,273 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,282 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,287 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,291 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,291 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,291 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,291 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,308 [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-19 02:51:01,315 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,316 [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-19 02:51:01,318 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,318 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,323 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,326 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,333 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,335 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,335 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,335 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,335 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,352 [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-19 02:51:01,359 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,359 [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-19 02:51:01,359 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,360 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,361 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,361 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,363 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,371 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,378 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,380 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,380 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,381 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,381 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,400 [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-19 02:51:01,401 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,401 [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-19 02:51:01,403 [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-19 02:51:01,403 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,408 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,418 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,420 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,421 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,421 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,421 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,438 [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-19 02:51:01,439 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,444 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,447 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,448 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,454 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,457 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,457 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,457 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,458 [main] Logical connection got, tx=null
WARN  2024-05-19 02:51:01,461 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-19 02:51:01,466 [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-19 02:51:01,467 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,467 [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-19 02:51:01,470 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-19 02:51:01,470 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,472 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,474 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,479 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,479 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,484 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,485 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,487 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,488 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,488 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,488 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,506 [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-19 02:51:01,513 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,531 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,531 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,531 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,531 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,549 [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-19 02:51:01,553 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,553 [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-19 02:51:01,554 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,555 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,555 [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-19 02:51:01,556 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,556 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,557 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,564 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,564 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,571 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,574 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,574 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,574 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,574 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,591 [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-19 02:51:01,595 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,595 [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-19 02:51:01,598 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,598 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,598 [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-19 02:51:01,599 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,599 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,599 [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-19 02:51:01,602 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,602 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,602 [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-19 02:51:01,603 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,603 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,604 [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-19 02:51:01,604 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,604 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,612 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,619 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,621 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716054659401/5, BranchId=]
DEBUG 2024-05-19 02:51:01,622 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,622 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/5, BranchId=]
DEBUG 2024-05-19 02:51:01,622 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/5, BranchId=]
DEBUG 2024-05-19 02:51:01,622 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/5, BranchId=]
DEBUG 2024-05-19 02:51:01,639 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-19 02:51:01,640 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/5, BranchId=]
DEBUG 2024-05-19 02:51:01,640 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-19 02:51:01,641 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/5, BranchId=]
DEBUG 2024-05-19 02:51:01,641 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/5, BranchId=]
DEBUG 2024-05-19 02:51:01,641 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-19 02:51:01,641 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/5, BranchId=]
DEBUG 2024-05-19 02:51:01,642 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054659401/5, BranchId=]
DEBUG 2024-05-19 02:51:01,642 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-19 02:51:01,642 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054659401/5, BranchId=]
DEBUG 2024-05-19 02:51:01,642 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716054659401/5, BranchId=]
DEBUG 2024-05-19 02:51:01,642 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,656 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,659 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,659 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,659 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,660 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,677 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,680 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,682 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,688 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,688 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,697 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,697 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,697 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,697 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,714 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,719 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,720 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,733 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,733 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,736 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,736 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,736 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,736 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,742 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-19 02:51:01,744 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,760 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,760 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,760 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,760 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,766 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-19 02:51:01,768 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,787 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,787 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,788 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,788 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,795 [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-19 02:51:01,797 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,799 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,801 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,803 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,812 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,813 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,814 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,816 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,816 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,816 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,816 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,824 [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-19 02:51:01,826 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,846 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,846 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,846 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,846 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,868 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,870 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,870 [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-19 02:51:01,873 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,873 [main] Physical connection closed
DEBUG 2024-05-19 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-19 02:51:01,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,889 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,890 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,891 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,894 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,894 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,894 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,894 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,915 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,916 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,918 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,933 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,934 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,936 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,936 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,937 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,937 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,958 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-19 02:51:01,959 [main] Physical connection closed
DEBUG 2024-05-19 02:51:01,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:01,961 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:01,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:01,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:01,977 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:51:01,979 [main] Physical connection got
DEBUG 2024-05-19 02:51:01,979 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:01,980 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:01,980 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,000 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-19 02:51:02,002 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.402 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 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-19 02:51:02,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:02,066 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,078 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,081 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,083 [main] Physical connection got
DEBUG 2024-05-19 02:51:02,084 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,087 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,090 [main] Physical connection closed
DEBUG 2024-05-19 02:51:02,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:02,092 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,098 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,103 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,106 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,109 [main] Physical connection got
DEBUG 2024-05-19 02:51:02,109 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,112 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,113 [main] Physical connection closed
DEBUG 2024-05-19 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-19 02:51:02,114 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,125 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,129 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,131 [main] Physical connection got
DEBUG 2024-05-19 02:51:02,131 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,135 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,136 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-19 02:51:02,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:02,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,141 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,144 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,148 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,149 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,151 [main] Physical connection got
DEBUG 2024-05-19 02:51:02,151 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,152 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,152 [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-19 02:51:02,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:02,156 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,158 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,165 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,166 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,167 [main] Physical connection got
DEBUG 2024-05-19 02:51:02,168 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,184 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,184 [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-19 02:51:02,189 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,189 [main] Physical connection closed
DEBUG 2024-05-19 02:51:02,190 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:02,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,195 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,199 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,200 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,202 [main] Physical connection got
DEBUG 2024-05-19 02:51:02,202 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,218 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,218 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,218 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,218 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,229 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,233 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,234 [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-19 02:51:02,236 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,236 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-05-19 02:51:02,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:02,256 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,258 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,262 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,263 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,267 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,268 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,271 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,282 [main] Physical connection got
DEBUG 2024-05-19 02:51:02,282 [main] Logical connection got, tx=null
WARN  2024-05-19 02:51:02,285 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-19 02:51:02,286 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-19 02:51:02,286 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,286 [main] Physical connection closed
DEBUG 2024-05-19 02:51:02,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:02,288 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,293 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,294 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,301 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,304 [main] Physical connection got
DEBUG 2024-05-19 02:51:02,304 [main] Logical connection got, tx=null
WARN  2024-05-19 02:51:02,306 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-19 02:51:02,307 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-19 02:51:02,307 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,308 [main] Physical connection closed
DEBUG 2024-05-19 02:51:02,308 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:02,309 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,310 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,312 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,322 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,326 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:02,326 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:51:02,328 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,329 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,336 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,340 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-19 02:51:02,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:02,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,358 [main] Physical connection got
DEBUG 2024-05-19 02:51:02,358 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,359 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,359 [main] Physical connection closed
DEBUG 2024-05-19 02:51:02,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:02,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,370 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,371 [main] Physical connection got
DEBUG 2024-05-19 02:51:02,371 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,373 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,373 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-19 02:51:02,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:51:02,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,381 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:51:02,381 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,385 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:51:02,386 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:51:02,388 [main] Physical connection got
DEBUG 2024-05-19 02:51:02,388 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:51:02,388 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:51:02,389 [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.305s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.060s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.559s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.386s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sun May 19 02:51:02 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS