Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-05-02 02:50:57,395 [main] Logical connection closed
updatedRows:1
DEBUG 2024-05-02 02:50:57,396 [main] Logical connection got
DEBUG 2024-05-02 02:50:57,396 [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-02 02:50:57,399 [main] Logical connection closed
DEBUG 2024-05-02 02:50:57,399 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-05-02 02:50:57,434 [main] Physical connection got
DEBUG 2024-05-02 02:50:57,435 [main] Logical connection got
DEBUG 2024-05-02 02:50:57,435 [main] Logical connection closed
DEBUG 2024-05-02 02:50:57,435 [main] Logical connection got
DEBUG 2024-05-02 02:50:57,446 [main] Logical connection closed
DEBUG 2024-05-02 02:50:57,447 [main] Logical connection got
DEBUG 2024-05-02 02:50:57,447 [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-02 02:50:57,449 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-02 02:50:57.242 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-02 02:50:57,449 [main] Logical connection got
DEBUG 2024-05-02 02:50:57,449 [main] Logical connection closed
DEBUG 2024-05-02 02:50:57,449 [main] Logical connection got
DEBUG 2024-05-02 02:50:57,453 [main] Logical connection closed
DEBUG 2024-05-02 02:50:57,454 [main] Logical connection got
DEBUG 2024-05-02 02:50:57,454 [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-02 02:50:57,455 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-02 02:50:57.242 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-02 02:50:57,455 [main] Logical connection got
DEBUG 2024-05-02 02:50:57,456 [main] UPDATE EMP SET tstamp = '2024-05-02 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-05-02 02.50.57'
DEBUG 2024-05-02 02:50:57,457 [main] Logical connection closed
DEBUG 2024-05-02 02:50:57,457 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-02 02:50:58,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:58,661 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-02 02:50:58,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:58,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:58,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:58,720 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:58,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:58,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:58,796 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-02 02:50:58,960 [main] Physical connection got
DEBUG 2024-05-02 02:50:58,960 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,038 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,044 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-02 02:50:59,056 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:59,057 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,063 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,080 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,083 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,084 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,097 [main] Physical connection got
DEBUG 2024-05-02 02:50:59,097 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,097 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,098 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,209 [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-02 02:50:59,214 [main] Physical connection closed
DEBUG 2024-05-02 02:50:59,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:59,217 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,220 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,222 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,245 [main] Physical connection got
DEBUG 2024-05-02 02:50:59,246 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,246 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,246 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,284 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,306 [main] Physical connection closed
DEBUG 2024-05-02 02:50:59,308 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:59,309 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,312 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,314 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,320 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,333 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,334 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,338 [main] Physical connection got
DEBUG 2024-05-02 02:50:59,338 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,338 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,338 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,380 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,386 [main] Physical connection closed
DEBUG 2024-05-02 02:50:59,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:59,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,391 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,393 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,408 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,410 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,414 [main] Physical connection got
DEBUG 2024-05-02 02:50:59,414 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,414 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,414 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,450 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,455 [main] Physical connection closed
DEBUG 2024-05-02 02:50:59,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:59,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,480 [main] Physical connection got
DEBUG 2024-05-02 02:50:59,481 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,481 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,481 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,513 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,518 [main] Physical connection closed
DEBUG 2024-05-02 02:50:59,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:59,521 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,541 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,545 [main] Physical connection got
DEBUG 2024-05-02 02:50:59,545 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,545 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,545 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,577 [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-02 02:50:59,581 [main] Physical connection closed
DEBUG 2024-05-02 02:50:59,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:59,584 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,588 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,593 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,593 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,603 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,604 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,607 [main] Physical connection got
DEBUG 2024-05-02 02:50:59,607 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,608 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,608 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,640 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,645 [main] Physical connection closed
DEBUG 2024-05-02 02:50:59,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:59,647 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,650 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,652 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,657 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,668 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,671 [main] Physical connection got
DEBUG 2024-05-02 02:50:59,672 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,672 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,672 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,710 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,715 [main] Physical connection closed
DEBUG 2024-05-02 02:50:59,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:59,718 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,740 [main] Physical connection got
DEBUG 2024-05-02 02:50:59,741 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,741 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,741 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:50:59,772 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:50:59,777 [main] Physical connection closed
DEBUG 2024-05-02 02:50:59,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:59,779 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,803 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714585859803/0, BranchId=]
DEBUG 2024-05-02 02:50:59,805 [main] Physical connection got
DEBUG 2024-05-02 02:50:59,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/0, BranchId=]
DEBUG 2024-05-02 02:50:59,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/0, BranchId=]
DEBUG 2024-05-02 02:50:59,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/0, BranchId=]
DEBUG 2024-05-02 02:50:59,836 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/0, BranchId=]
DEBUG 2024-05-02 02:50:59,859 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/0, BranchId=]
DEBUG 2024-05-02 02:50:59,861 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-02 02.50.59', 99, 'hoge', 0)
DEBUG 2024-05-02 02:50:59,867 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/0, BranchId=]
DEBUG 2024-05-02 02:50:59,867 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714585859803/0, BranchId=]
DEBUG 2024-05-02 02:50:59,868 [main] Physical connection closed
DEBUG 2024-05-02 02:50:59,869 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:59,870 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,872 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,874 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,879 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,891 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714585859803/1, BranchId=]
DEBUG 2024-05-02 02:50:59,891 [main] Physical connection got
DEBUG 2024-05-02 02:50:59,891 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/1, BranchId=]
DEBUG 2024-05-02 02:50:59,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/1, BranchId=]
DEBUG 2024-05-02 02:50:59,892 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/1, BranchId=]
DEBUG 2024-05-02 02:50:59,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/1, BranchId=]
DEBUG 2024-05-02 02:50:59,931 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/1, BranchId=]
DEBUG 2024-05-02 02:50:59,931 [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-02 02:50:59,938 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/1, BranchId=]
DEBUG 2024-05-02 02:50:59,938 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/1, BranchId=]
DEBUG 2024-05-02 02:50:59,939 [main] UPDATE EMP SET tstamp = '2024-05-02 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-02 02:50:59,939 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/1, BranchId=]
DEBUG 2024-05-02 02:50:59,940 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714585859803/1, BranchId=]
DEBUG 2024-05-02 02:50:59,940 [main] Physical connection closed
DEBUG 2024-05-02 02:50:59,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:50:59,942 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:50:59,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:50:59,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:50:59,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:50:59,963 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714585859803/2, BranchId=]
DEBUG 2024-05-02 02:50:59,963 [main] Physical connection got
DEBUG 2024-05-02 02:50:59,964 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/2, BranchId=]
DEBUG 2024-05-02 02:50:59,964 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/2, BranchId=]
DEBUG 2024-05-02 02:50:59,964 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/2, BranchId=]
DEBUG 2024-05-02 02:50:59,989 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/2, BranchId=]
DEBUG 2024-05-02 02:50:59,998 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/2, BranchId=]
DEBUG 2024-05-02 02:50:59,998 [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-02 02:51:00,001 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/2, BranchId=]
DEBUG 2024-05-02 02:51:00,001 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/2, BranchId=]
DEBUG 2024-05-02 02:51:00,002 [main] UPDATE EMP SET tstamp = '2024-05-02 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-05-02 02:51:00,002 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/2, BranchId=]
DEBUG 2024-05-02 02:51:00,002 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714585859803/2, BranchId=]
DEBUG 2024-05-02 02:51:00,003 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,018 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,018 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,025 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,027 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,030 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714585859803/3, BranchId=]
DEBUG 2024-05-02 02:51:00,030 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,031 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/3, BranchId=]
DEBUG 2024-05-02 02:51:00,031 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/3, BranchId=]
DEBUG 2024-05-02 02:51:00,031 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/3, BranchId=]
DEBUG 2024-05-02 02:51:00,056 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/3, BranchId=]
DEBUG 2024-05-02 02:51:00,065 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/3, BranchId=]
DEBUG 2024-05-02 02:51:00,065 [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-02 02:51:00,067 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/3, BranchId=]
DEBUG 2024-05-02 02:51:00,068 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/3, BranchId=]
DEBUG 2024-05-02 02:51:00,068 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-02 02:51:00,068 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/3, BranchId=]
DEBUG 2024-05-02 02:51:00,069 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714585859803/3, BranchId=]
DEBUG 2024-05-02 02:51:00,069 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,070 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,071 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,073 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,075 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,079 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,079 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,092 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,092 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,092 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,092 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,118 [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-02 02:51:00,119 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,121 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,122 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,124 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,126 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,130 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,138 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,149 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,149 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,150 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,150 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,175 [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-02 02:51:00,184 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,186 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,188 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,190 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,194 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,194 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,203 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,207 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,207 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,207 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,207 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,232 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,240 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,242 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,244 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,250 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,257 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,258 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,259 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,262 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,262 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,262 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,262 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,291 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,299 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,316 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,317 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,318 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,321 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,321 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,321 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,322 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,346 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,355 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,357 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,360 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,375 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,377 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,378 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,378 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,378 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,403 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,411 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,411 [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-02 02:51:00,419 [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-02 02:51:00,420 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,422 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,424 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,430 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,430 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,442 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,442 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,442 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,442 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,467 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,475 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,475 [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-02 02:51:00,479 [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-02 02:51:00,480 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,482 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,484 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,486 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,497 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,500 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,503 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,503 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,503 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,503 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,527 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,540 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,540 [main] select * from emp
DEBUG 2024-05-02 02:51:00,543 [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-02 02:51:00,544 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,545 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,546 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,548 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,563 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,566 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,566 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,566 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,566 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,590 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,598 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,598 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-05-02 02:51:00,602 [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-02 02:51:00,604 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,614 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,622 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,625 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,625 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,625 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,625 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,649 [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-02 02:51:00,657 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,659 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,667 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,678 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,678 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,679 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,679 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,702 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,711 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,711 [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-02 02:51:00,714 [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-02 02:51:00,715 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,733 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,734 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,736 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,736 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,736 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,737 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,760 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,768 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,768 [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-02 02:51:00,773 [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-02 02:51:00,774 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,776 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,802 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,805 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,805 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,805 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,805 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,828 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,837 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,837 [main] select * from emp
DEBUG 2024-05-02 02:51:00,839 [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-02 02:51:00,840 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,842 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,844 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,846 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,856 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,860 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,860 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,860 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,861 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,883 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,892 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,892 [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-02 02:51:00,894 [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-02 02:51:00,895 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,905 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,905 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,915 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,915 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,915 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,915 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,938 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,946 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,946 [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-02 02:51:00,948 [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-02 02:51:00,949 [main] Physical connection closed
DEBUG 2024-05-02 02:51:00,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:00,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:00,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:00,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:00,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:00,969 [main] Physical connection got
DEBUG 2024-05-02 02:51:00,969 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,969 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:00,969 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:00,991 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,000 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,000 [main] select count(*) from emp
DEBUG 2024-05-02 02:51:01,001 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,002 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,004 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,024 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,024 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,027 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,027 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,027 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,027 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,048 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,057 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,058 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-02 02:51:01,059 [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-02 02:51:01,059 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,061 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,076 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,078 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,078 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,078 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,079 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,100 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,108 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,109 [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-02 02:51:01,109 [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-02 02:51:01,110 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,111 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,125 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,127 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,129 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,129 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,129 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,129 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,151 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,158 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,158 [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-02 02:51:01,159 [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-02 02:51:01,160 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,164 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,176 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,177 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,179 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,179 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,179 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,179 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,201 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,209 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,209 [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-02 02:51:01,209 [main] Logical connection closed, tx=null
[Ljava.util.Map;@52158cc6
DEBUG 2024-05-02 02:51:01,210 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,211 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,213 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,226 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,226 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,228 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,228 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,229 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,229 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,250 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,258 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,258 [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-02 02:51:01,260 [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-02 02:51:01,261 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,275 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,276 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,277 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,279 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,279 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,280 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,280 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,300 [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-02 02:51:01,307 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,308 [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-02 02:51:01,312 [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-02 02:51:01,312 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,322 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,330 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,333 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,333 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,333 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,333 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,354 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,358 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,358 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-02 02:51:01,358 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,358 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,360 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,364 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,377 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,377 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,377 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,377 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,398 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,402 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,402 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-02 02:51:01,402 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,402 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,408 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,418 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,422 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,422 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,422 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,422 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,436 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,437 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,437 [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-02 02:51:01,438 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-02 02:51:01,439 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,444 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,448 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,457 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,458 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,458 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,458 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,476 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,477 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,477 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-02 02:51:01,477 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-02 02:51:01,478 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,479 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,483 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,493 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,495 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714585859803/4, BranchId=]
DEBUG 2024-05-02 02:51:01,496 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,496 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/4, BranchId=]
DEBUG 2024-05-02 02:51:01,496 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/4, BranchId=]
DEBUG 2024-05-02 02:51:01,496 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/4, BranchId=]
DEBUG 2024-05-02 02:51:01,516 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/4, BranchId=]
DEBUG 2024-05-02 02:51:01,523 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/4, BranchId=]
DEBUG 2024-05-02 02:51:01,523 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-02 02.51.01', 9999, 'test', 50)
DEBUG 2024-05-02 02:51:01,524 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/4, BranchId=]
DEBUG 2024-05-02 02:51:01,524 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/4, BranchId=]
DEBUG 2024-05-02 02:51:01,524 [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-02 02:51:01,526 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/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-02 02:51:01,526 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/4, BranchId=]
DEBUG 2024-05-02 02:51:01,526 [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-02 02:51:01,527 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-02 02:51:01.523 {50, null, null, 0}
DEBUG 2024-05-02 02:51:01,527 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714585859803/4, BranchId=]
DEBUG 2024-05-02 02:51:01,527 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,528 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,529 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,545 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,545 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,545 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,545 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,564 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,571 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,572 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,584 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,585 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,586 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,588 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,588 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,588 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,588 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,607 [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-02 02:51:01,616 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,616 [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-02 02:51:01,619 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,619 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,620 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,633 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,634 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,634 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,636 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,636 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,637 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,637 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,655 [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-02 02:51:01,665 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,665 [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-02 02:51:01,665 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-02 02:51:01,666 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,681 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,683 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,684 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,684 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,684 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,702 [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-02 02:51:01,707 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,707 [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-02 02:51:01,709 [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-02 02:51:01,709 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,710 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,711 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,715 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,724 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,727 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,727 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,727 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,727 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,745 [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-02 02:51:01,748 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,749 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,756 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,756 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,763 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,765 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,765 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,765 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,765 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,783 [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-02 02:51:01,790 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,790 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-05-02 02:51:01,793 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,793 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,808 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,810 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,810 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,810 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,810 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,828 [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-02 02:51:01,835 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,835 [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-02 02:51:01,836 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,836 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,838 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,841 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,854 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,857 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,857 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,858 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,858 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,878 [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-02 02:51:01,879 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,879 [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-02 02:51:01,881 [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-02 02:51:01,882 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,883 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,897 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,899 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,899 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,900 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,900 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,917 [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-02 02:51:01,918 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,919 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,920 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,922 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,933 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,933 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,937 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,937 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,937 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,937 [main] Logical connection got, tx=null
WARN  2024-05-02 02:51:01,940 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-02 02:51:01,946 [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-02 02:51:01,947 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,947 [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-02 02:51:01,949 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-02 02:51:01,950 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,951 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:01,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:01,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,967 [main] Physical connection got
DEBUG 2024-05-02 02:51:01,967 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,967 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:01,967 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:01,986 [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-02 02:51:01,993 [main] Physical connection closed
DEBUG 2024-05-02 02:51:01,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:01,994 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:01,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:01,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,001 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,006 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,008 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,008 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,010 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,011 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,011 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,011 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,030 [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-02 02:51:02,034 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,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 AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-05-02 02:51:02,035 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,035 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,035 [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-02 02:51:02,036 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,036 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,037 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,038 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,053 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,053 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,053 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,054 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,072 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-05-02 02:51:02,075 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,075 [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-02 02:51:02,078 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,079 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,079 [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-02 02:51:02,079 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,080 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,080 [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-02 02:51:02,082 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,082 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,082 [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-02 02:51:02,083 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,083 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,083 [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-02 02:51:02,084 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,084 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,085 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,086 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,089 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,092 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,099 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,101 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714585859803/5, BranchId=]
DEBUG 2024-05-02 02:51:02,101 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,102 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/5, BranchId=]
DEBUG 2024-05-02 02:51:02,102 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/5, BranchId=]
DEBUG 2024-05-02 02:51:02,102 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/5, BranchId=]
DEBUG 2024-05-02 02:51:02,121 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-02 02:51:02,121 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/5, BranchId=]
DEBUG 2024-05-02 02:51:02,121 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-02 02:51:02,122 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/5, BranchId=]
DEBUG 2024-05-02 02:51:02,122 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/5, BranchId=]
DEBUG 2024-05-02 02:51:02,122 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-02 02:51:02,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/5, BranchId=]
DEBUG 2024-05-02 02:51:02,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714585859803/5, BranchId=]
DEBUG 2024-05-02 02:51:02,123 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-02 02:51:02,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714585859803/5, BranchId=]
DEBUG 2024-05-02 02:51:02,123 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714585859803/5, BranchId=]
DEBUG 2024-05-02 02:51:02,123 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,125 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,141 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,141 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,142 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,142 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,160 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,164 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,178 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,180 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,180 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,181 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,181 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,199 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,203 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,205 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,216 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,218 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,220 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,221 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,221 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,221 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,228 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-02 02:51:02,229 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,230 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,231 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,233 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,234 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,244 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,246 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,246 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,246 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,246 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,253 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-02 02:51:02,254 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,255 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,256 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,258 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,259 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,262 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,277 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,277 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,277 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,277 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,283 [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-02 02:51:02,285 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,286 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,287 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,302 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,304 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,304 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,304 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,304 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,311 [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-02 02:51:02,312 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,317 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,320 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,325 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,327 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,329 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,330 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,330 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,330 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,351 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,352 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,352 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-02 02:51:02,355 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,356 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,358 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,360 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,361 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,373 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,376 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,376 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,376 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,376 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,397 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,398 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,399 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,400 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,417 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,418 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,418 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,418 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,438 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-02 02:51:02,439 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-02 02:51:02,459 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,459 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,459 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,459 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,479 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-02 02:51:02,480 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.435 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-05-02 02:51:02,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,540 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,556 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,559 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,559 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,563 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,565 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,567 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,582 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,585 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,585 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,589 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,589 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,591 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,603 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,606 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,609 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,609 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,613 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,613 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-02 02:51:02,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,629 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,629 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,630 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,630 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-02 02:51:02,633 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,634 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,635 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,638 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,638 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,645 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,645 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,663 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,663 [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-02 02:51:02,666 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,666 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,680 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,680 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,697 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,697 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,697 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,697 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,709 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,714 [main] Logical connection got, tx=null
DEBUG 2024-05-02 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 WHERE  department.dname = 'RESEARCH'
DEBUG 2024-05-02 02:51:02,716 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,716 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-05-02 02:51:02,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,736 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,739 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,751 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,763 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,763 [main] Logical connection got, tx=null
WARN  2024-05-02 02:51:02,766 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-02 02:51:02,767 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-02 02:51:02,767 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,767 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,768 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,770 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,772 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,775 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,779 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,783 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,787 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,787 [main] Logical connection got, tx=null
WARN  2024-05-02 02:51:02,789 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-02 02:51:02,790 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-02 02:51:02,790 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,790 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,792 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,807 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,811 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-02 02:51:02,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,815 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,818 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,826 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-02 02:51:02,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,846 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,847 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,848 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,848 [main] Physical connection closed
DEBUG 2024-05-02 02:51:02,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,854 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,854 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,859 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,860 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,862 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,862 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,863 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,863 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-02 02:51:02,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-02 02:51:02,867 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,871 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-02 02:51:02,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,876 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-02 02:51:02,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-02 02:51:02,879 [main] Physical connection got
DEBUG 2024-05-02 02:51:02,879 [main] Logical connection got, tx=null
DEBUG 2024-05-02 02:51:02,880 [main] Logical connection closed, tx=null
DEBUG 2024-05-02 02:51:02,880 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.292s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.575s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.597s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.435s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu May 02 02:51:02 JST 2024
[INFO] Final Memory: 30M/404M
[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