Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-05-06 02:50:59,247 [main] Logical connection closed
updatedRows:1
DEBUG 2024-05-06 02:50:59,248 [main] Logical connection got
DEBUG 2024-05-06 02:50:59,248 [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-06 02:50:59,251 [main] Logical connection closed
DEBUG 2024-05-06 02:50:59,251 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-05-06 02:50:59,286 [main] Physical connection got
DEBUG 2024-05-06 02:50:59,287 [main] Logical connection got
DEBUG 2024-05-06 02:50:59,287 [main] Logical connection closed
DEBUG 2024-05-06 02:50:59,287 [main] Logical connection got
DEBUG 2024-05-06 02:50:59,299 [main] Logical connection closed
DEBUG 2024-05-06 02:50:59,300 [main] Logical connection got
DEBUG 2024-05-06 02:50:59,300 [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-06 02:50:59,302 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-06 02:50:59.083 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-06 02:50:59,302 [main] Logical connection got
DEBUG 2024-05-06 02:50:59,302 [main] Logical connection closed
DEBUG 2024-05-06 02:50:59,302 [main] Logical connection got
DEBUG 2024-05-06 02:50:59,306 [main] Logical connection closed
DEBUG 2024-05-06 02:50:59,308 [main] Logical connection got
DEBUG 2024-05-06 02:50:59,308 [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-06 02:50:59,309 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-06 02:50:59.083 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-06 02:50:59,309 [main] Logical connection got
DEBUG 2024-05-06 02:50:59,310 [main] UPDATE EMP SET tstamp = '2024-05-06 02.50.59', 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-06 02.50.59'
DEBUG 2024-05-06 02:50:59,310 [main] Logical connection closed
DEBUG 2024-05-06 02:50:59,311 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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.128 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-06 02:51:00,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:00,565 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:51:00,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:00,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:00,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:00,623 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:00,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:00,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:00,698 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:51:00,860 [main] Physical connection got
DEBUG 2024-05-06 02:51:00,860 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:00,937 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:00,943 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-06 02:51:00,955 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:00,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:00,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:00,963 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:00,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:00,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:00,982 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:00,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:00,986 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:00,999 [main] Physical connection got
DEBUG 2024-05-06 02:51:00,999 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:00,999 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,000 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,116 [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-06 02:51:01,122 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,124 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,136 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,137 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,148 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,149 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,154 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,154 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,155 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,155 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,198 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,222 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,224 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,246 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,249 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,252 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,253 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,253 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,253 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,295 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,301 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,303 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,329 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,329 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,329 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,330 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,368 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,374 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,377 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,380 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,398 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,401 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,401 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,402 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,402 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,439 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,444 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,446 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,447 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,449 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,451 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,456 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,464 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,466 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,470 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,471 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,471 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,471 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,504 [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-06 02:51:01,508 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,510 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,511 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,513 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,515 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,520 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,530 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,533 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,533 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,533 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,533 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,565 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,570 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,572 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,580 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,589 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,593 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,593 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,593 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,593 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,634 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,639 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,661 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,662 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,662 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,662 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,689 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,694 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,696 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,719 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714931461719/0, BranchId=]
DEBUG 2024-05-06 02:51:01,721 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/0, BranchId=]
DEBUG 2024-05-06 02:51:01,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/0, BranchId=]
DEBUG 2024-05-06 02:51:01,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/0, BranchId=]
DEBUG 2024-05-06 02:51:01,750 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/0, BranchId=]
DEBUG 2024-05-06 02:51:01,770 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/0, BranchId=]
DEBUG 2024-05-06 02:51:01,773 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-06 02.51.01', 99, 'hoge', 0)
DEBUG 2024-05-06 02:51:01,778 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/0, BranchId=]
DEBUG 2024-05-06 02:51:01,778 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714931461719/0, BranchId=]
DEBUG 2024-05-06 02:51:01,779 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,781 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,784 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,790 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,801 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714931461719/1, BranchId=]
DEBUG 2024-05-06 02:51:01,802 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/1, BranchId=]
DEBUG 2024-05-06 02:51:01,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/1, BranchId=]
DEBUG 2024-05-06 02:51:01,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/1, BranchId=]
DEBUG 2024-05-06 02:51:01,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/1, BranchId=]
DEBUG 2024-05-06 02:51:01,839 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/1, BranchId=]
DEBUG 2024-05-06 02:51:01,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  EMP.empno = 7788
DEBUG 2024-05-06 02:51:01,846 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/1, BranchId=]
DEBUG 2024-05-06 02:51:01,847 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/1, BranchId=]
DEBUG 2024-05-06 02:51:01,847 [main] UPDATE EMP SET tstamp = '2024-05-06 02.51.01', 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-06 02:51:01,848 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/1, BranchId=]
DEBUG 2024-05-06 02:51:01,848 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714931461719/1, BranchId=]
DEBUG 2024-05-06 02:51:01,848 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,870 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714931461719/2, BranchId=]
DEBUG 2024-05-06 02:51:01,871 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,871 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/2, BranchId=]
DEBUG 2024-05-06 02:51:01,871 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/2, BranchId=]
DEBUG 2024-05-06 02:51:01,871 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/2, BranchId=]
DEBUG 2024-05-06 02:51:01,896 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/2, BranchId=]
DEBUG 2024-05-06 02:51:01,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/2, BranchId=]
DEBUG 2024-05-06 02:51:01,905 [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-06 02:51:01,907 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/2, BranchId=]
DEBUG 2024-05-06 02:51:01,907 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/2, BranchId=]
DEBUG 2024-05-06 02:51:01,908 [main] UPDATE EMP SET tstamp = '2024-05-06 02.51.01', 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-06 02:51:01,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/2, BranchId=]
DEBUG 2024-05-06 02:51:01,908 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714931461719/2, BranchId=]
DEBUG 2024-05-06 02:51:01,908 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,910 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,933 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,934 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,936 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714931461719/3, BranchId=]
DEBUG 2024-05-06 02:51:01,937 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,937 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/3, BranchId=]
DEBUG 2024-05-06 02:51:01,937 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/3, BranchId=]
DEBUG 2024-05-06 02:51:01,937 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/3, BranchId=]
DEBUG 2024-05-06 02:51:01,961 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/3, BranchId=]
DEBUG 2024-05-06 02:51:01,970 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/3, BranchId=]
DEBUG 2024-05-06 02:51:01,970 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-06 02:51:01,972 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/3, BranchId=]
DEBUG 2024-05-06 02:51:01,972 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/3, BranchId=]
DEBUG 2024-05-06 02:51:01,972 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-06 02:51:01,973 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/3, BranchId=]
DEBUG 2024-05-06 02:51:01,973 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714931461719/3, BranchId=]
DEBUG 2024-05-06 02:51:01,973 [main] Physical connection closed
DEBUG 2024-05-06 02:51:01,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:01,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:01,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,989 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:01,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:01,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:01,995 [main] Physical connection got
DEBUG 2024-05-06 02:51:01,995 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:01,995 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:01,995 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,019 [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-06 02:51:02,021 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,023 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,031 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,037 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,039 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,049 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,049 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,050 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,050 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,073 [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-06 02:51:02,082 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,083 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,083 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,085 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,091 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,091 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,098 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,099 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,100 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,102 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,102 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,103 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,103 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,126 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,134 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,138 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,140 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,144 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,150 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,151 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,152 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,154 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,154 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,154 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,154 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,177 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,185 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,187 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,187 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,195 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,203 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,205 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,205 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,205 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,206 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,228 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,237 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,257 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,257 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,258 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,258 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,280 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,288 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,288 [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-06 02:51:02,295 [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-06 02:51:02,296 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,298 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,317 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,317 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,317 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,317 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,339 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,347 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,347 [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-06 02:51:02,351 [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-06 02:51:02,352 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,353 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,354 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,361 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,368 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,370 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,372 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,372 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,372 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,372 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,394 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,410 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,411 [main] select * from emp
DEBUG 2024-05-06 02:51:02,413 [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-06 02:51:02,414 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,416 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,424 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,424 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,430 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,431 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,432 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,434 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,434 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,434 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,434 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,455 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,462 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,463 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-05-06 02:51:02,466 [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-06 02:51:02,467 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,469 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,482 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,483 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,484 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,486 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,486 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,486 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,486 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,508 [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-06 02:51:02,515 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,517 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,531 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,534 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,534 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,534 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,535 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,556 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,563 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,563 [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-06 02:51:02,565 [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-06 02:51:02,567 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,568 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,570 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,585 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,585 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,585 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,585 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,606 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,613 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,613 [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-06 02:51:02,619 [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-06 02:51:02,620 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,621 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,623 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,628 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,634 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,635 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,636 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,638 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,638 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,638 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,638 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,658 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,665 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,666 [main] select * from emp
DEBUG 2024-05-06 02:51:02,667 [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-06 02:51:02,668 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,673 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,677 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,677 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,682 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,683 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,684 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,686 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,686 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,686 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,687 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,706 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,713 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,714 [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-06 02:51:02,716 [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-06 02:51:02,717 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,718 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,718 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,731 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,732 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,733 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,735 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,735 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,735 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,735 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,754 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,761 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,761 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-06 02:51:02,763 [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-06 02:51:02,763 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,765 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,772 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,772 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,779 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,781 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,781 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,781 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,781 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,799 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,806 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,806 [main] select count(*) from emp
DEBUG 2024-05-06 02:51:02,808 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,808 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,810 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,816 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,832 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,832 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,832 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,833 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,851 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,859 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,859 [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-06 02:51:02,860 [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-06 02:51:02,860 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,865 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,878 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,878 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,878 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,878 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,896 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,903 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,903 [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-06 02:51:02,904 [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-06 02:51:02,905 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,920 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,922 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,922 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,922 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,923 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,941 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,947 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,947 [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-06 02:51:02,948 [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-06 02:51:02,949 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:02,957 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:02,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,964 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,966 [main] Physical connection got
DEBUG 2024-05-06 02:51:02,966 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,966 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,967 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,985 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:02,991 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:02,991 [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-06 02:51:02,992 [main] Logical connection closed, tx=null
[Ljava.util.Map;@7fb6634c
DEBUG 2024-05-06 02:51:02,993 [main] Physical connection closed
DEBUG 2024-05-06 02:51:02,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:02,994 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:02,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:02,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,001 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,006 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,007 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,007 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,009 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,010 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,010 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,010 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,028 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,034 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,034 [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-06 02:51:03,037 [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-06 02:51:03,037 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,038 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,039 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,052 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,054 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,054 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,054 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,054 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,071 [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-06 02:51:03,078 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,078 [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-06 02:51:03,081 [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-06 02:51:03,081 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,082 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,083 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,084 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,086 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,089 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,097 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,098 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,098 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,098 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,115 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,118 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,119 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-06 02:51:03,119 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,119 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,128 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,133 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,136 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,136 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,136 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,137 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,154 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,157 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,157 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-06 02:51:03,157 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,157 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,158 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,159 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,161 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,162 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,165 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,165 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,172 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,174 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,174 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,175 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,175 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,186 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,187 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,187 [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-06 02:51:03,188 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-06 02:51:03,189 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,190 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,190 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,194 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,197 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,202 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,203 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,203 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,205 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,205 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,205 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,206 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,217 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,217 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,217 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-06 02:51:03,218 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-06 02:51:03,218 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,220 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,234 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714931461719/4, BranchId=]
DEBUG 2024-05-06 02:51:03,235 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,235 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/4, BranchId=]
DEBUG 2024-05-06 02:51:03,235 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/4, BranchId=]
DEBUG 2024-05-06 02:51:03,235 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/4, BranchId=]
DEBUG 2024-05-06 02:51:03,252 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/4, BranchId=]
DEBUG 2024-05-06 02:51:03,258 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/4, BranchId=]
DEBUG 2024-05-06 02:51:03,259 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-06 02.51.03', 9999, 'test', 50)
DEBUG 2024-05-06 02:51:03,259 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/4, BranchId=]
DEBUG 2024-05-06 02:51:03,259 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/4, BranchId=]
DEBUG 2024-05-06 02:51:03,260 [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-06 02:51:03,261 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/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-06 02:51:03,262 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/4, BranchId=]
DEBUG 2024-05-06 02:51:03,262 [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-06 02:51:03,263 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-06 02:51:03.258 {50, null, null, 0}
DEBUG 2024-05-06 02:51:03,263 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714931461719/4, BranchId=]
DEBUG 2024-05-06 02:51:03,263 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,265 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,268 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,271 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,271 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,276 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,277 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,278 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,280 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,280 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,280 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,280 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,300 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,307 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,308 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,309 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,311 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,313 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,317 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,317 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,324 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,324 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,326 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,327 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,327 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,327 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,346 [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-06 02:51:03,356 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,357 [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-06 02:51:03,359 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,359 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,361 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,361 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,369 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,376 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,376 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,378 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,378 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,379 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,379 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,398 [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-06 02:51:03,409 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,409 [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-06 02:51:03,410 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-06 02:51:03,410 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,419 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,420 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,426 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,427 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,427 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,430 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,430 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,430 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,431 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,450 [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-06 02:51:03,456 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,456 [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-06 02:51:03,459 [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-06 02:51:03,459 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,475 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,477 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,477 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,477 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,478 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,496 [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-06 02:51:03,500 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,502 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,516 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,517 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,519 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,519 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,519 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,520 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,538 [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-06 02:51:03,546 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,546 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-05-06 02:51:03,549 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,549 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,551 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,565 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,567 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,568 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,568 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,568 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,587 [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-06 02:51:03,595 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,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 department.dname = null
DEBUG 2024-05-06 02:51:03,595 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,596 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,599 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,604 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,612 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,614 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,615 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,615 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,615 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,645 [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-06 02:51:03,646 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,646 [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-06 02:51:03,647 [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-06 02:51:03,648 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,649 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,649 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,653 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,655 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,655 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,661 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,663 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,663 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,664 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,664 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,678 [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-06 02:51:03,679 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,681 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,683 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,691 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,692 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,693 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,695 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,695 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,695 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,695 [main] Logical connection got, tx=null
WARN  2024-05-06 02:51:03,698 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-06 02:51:03,703 [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-06 02:51:03,703 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,704 [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-06 02:51:03,706 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-06 02:51:03,706 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,721 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,721 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,721 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,722 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,738 [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-06 02:51:03,744 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,760 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,760 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,760 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,760 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,777 [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-06 02:51:03,781 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,781 [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-06 02:51:03,782 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,782 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,782 [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-06 02:51:03,783 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,783 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,784 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,784 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,788 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,790 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,796 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,798 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,798 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,798 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,798 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,814 [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-06 02:51:03,817 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,818 [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-06 02:51:03,821 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,821 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,821 [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-06 02:51:03,822 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,822 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,822 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-05-06 02:51:03,824 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,824 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,824 [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-06 02:51:03,825 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,825 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,825 [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-06 02:51:03,825 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,826 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,837 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,838 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,840 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714931461719/5, BranchId=]
DEBUG 2024-05-06 02:51:03,841 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,841 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/5, BranchId=]
DEBUG 2024-05-06 02:51:03,841 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/5, BranchId=]
DEBUG 2024-05-06 02:51:03,841 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/5, BranchId=]
DEBUG 2024-05-06 02:51:03,856 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-06 02:51:03,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/5, BranchId=]
DEBUG 2024-05-06 02:51:03,857 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-06 02:51:03,857 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/5, BranchId=]
DEBUG 2024-05-06 02:51:03,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/5, BranchId=]
DEBUG 2024-05-06 02:51:03,858 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-06 02:51:03,858 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/5, BranchId=]
DEBUG 2024-05-06 02:51:03,858 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931461719/5, BranchId=]
DEBUG 2024-05-06 02:51:03,858 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-06 02:51:03,858 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931461719/5, BranchId=]
DEBUG 2024-05-06 02:51:03,859 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714931461719/5, BranchId=]
DEBUG 2024-05-06 02:51:03,859 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,860 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,862 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,870 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,871 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,872 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,874 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,874 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,874 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,874 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,889 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,892 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,893 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,894 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,907 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,907 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,907 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,907 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,922 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,926 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,928 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,939 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,942 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,942 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,942 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,942 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,948 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-06 02:51:03,949 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,951 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,962 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,964 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,964 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,964 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,964 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,969 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-06 02:51:03,971 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,972 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,972 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,974 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,978 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:03,978 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,982 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:03,983 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,983 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,985 [main] Physical connection got
DEBUG 2024-05-06 02:51:03,985 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,986 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:03,986 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:03,991 [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-06 02:51:03,992 [main] Physical connection closed
DEBUG 2024-05-06 02:51:03,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:03,994 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:03,995 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:03,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,000 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,004 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,005 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,005 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:04,007 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,007 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,007 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,007 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,013 [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-06 02:51:04,014 [main] Physical connection closed
DEBUG 2024-05-06 02:51:04,015 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,016 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:04,017 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,019 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,025 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,026 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:04,028 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,028 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,028 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,029 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,043 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,044 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,044 [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-06 02:51:04,047 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,047 [main] Physical connection closed
DEBUG 2024-05-06 02:51:04,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,049 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:04,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,060 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:04,062 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,062 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,062 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,062 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,076 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,077 [main] Physical connection closed
DEBUG 2024-05-06 02:51:04,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,079 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:04,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,089 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,089 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:04,091 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,091 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,091 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,091 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,105 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-06 02:51:04,106 [main] Physical connection closed
DEBUG 2024-05-06 02:51:04,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,107 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:04,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,113 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,113 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,118 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:51:04,120 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,120 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,120 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,120 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,134 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-06 02:51:04,135 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.19 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-05-06 02:51:04,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,181 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,194 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,196 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,196 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,199 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,201 [main] Physical connection closed
DEBUG 2024-05-06 02:51:04,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,203 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,204 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,206 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,208 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,208 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,211 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,212 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,214 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,217 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,217 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,220 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,220 [main] Physical connection closed
DEBUG 2024-05-06 02:51:04,221 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,222 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,233 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,235 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,235 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,238 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,239 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-06 02:51:04,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,251 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,252 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,252 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,252 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-06 02:51:04,255 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,255 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,256 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,259 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,263 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,264 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,264 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,278 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,279 [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-06 02:51:04,281 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,282 [main] Physical connection closed
DEBUG 2024-05-06 02:51:04,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,292 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,292 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,307 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,307 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,307 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,307 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,325 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,329 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,329 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-05-06 02:51:04,331 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,331 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-05-06 02:51:04,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,346 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,352 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,359 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,370 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,370 [main] Logical connection got, tx=null
WARN  2024-05-06 02:51:04,372 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-06 02:51:04,372 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-06 02:51:04,373 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,373 [main] Physical connection closed
DEBUG 2024-05-06 02:51:04,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,374 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,376 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,377 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,379 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,379 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,384 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,386 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,388 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,388 [main] Logical connection got, tx=null
WARN  2024-05-06 02:51:04,390 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-06 02:51:04,391 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-06 02:51:04,391 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,391 [main] Physical connection closed
DEBUG 2024-05-06 02:51:04,392 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,392 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,398 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,401 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,402 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,404 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,408 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:51:04,409 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,411 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,419 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-06 02:51:04,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,427 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,434 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,434 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,435 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,436 [main] Physical connection closed
DEBUG 2024-05-06 02:51:04,436 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,446 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,446 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,447 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,447 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-06 02:51:04,450 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:51:04,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,451 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,453 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:51:04,454 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,457 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:51:04,458 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:51:04,459 [main] Physical connection got
DEBUG 2024-05-06 02:51:04,459 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:51:04,460 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:51:04,460 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.354s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.184s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.641s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.188s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Mon May 06 02:51:04 JST 2024
[INFO] Final Memory: 27M/412M
[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