Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-04-26 02:50:55,502 [main] Logical connection closed
updatedRows:1
DEBUG 2024-04-26 02:50:55,503 [main] Logical connection got
DEBUG 2024-04-26 02:50:55,503 [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-04-26 02:50:55,506 [main] Logical connection closed
DEBUG 2024-04-26 02:50:55,507 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-04-26 02:50:55,541 [main] Physical connection got
DEBUG 2024-04-26 02:50:55,541 [main] Logical connection got
DEBUG 2024-04-26 02:50:55,541 [main] Logical connection closed
DEBUG 2024-04-26 02:50:55,542 [main] Logical connection got
DEBUG 2024-04-26 02:50:55,553 [main] Logical connection closed
DEBUG 2024-04-26 02:50:55,553 [main] Logical connection got
DEBUG 2024-04-26 02:50:55,554 [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-04-26 02:50:55,555 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-26 02:50:55.352 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-26 02:50:55,556 [main] Logical connection got
DEBUG 2024-04-26 02:50:55,556 [main] Logical connection closed
DEBUG 2024-04-26 02:50:55,556 [main] Logical connection got
DEBUG 2024-04-26 02:50:55,560 [main] Logical connection closed
DEBUG 2024-04-26 02:50:55,561 [main] Logical connection got
DEBUG 2024-04-26 02:50:55,561 [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-04-26 02:50:55,562 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-26 02:50:55.352 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-26 02:50:55,562 [main] Logical connection got
DEBUG 2024-04-26 02:50:55,563 [main] UPDATE EMP SET tstamp = '2024-04-26 02.50.55', 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-04-26 02.50.55'
DEBUG 2024-04-26 02:50:55,564 [main] Logical connection closed
DEBUG 2024-04-26 02:50:55,564 [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.119 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-04-26 02:50:56,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:56,721 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:50:56,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:56,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:56,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:56,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:56,826 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:56,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:56,857 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:50:57,023 [main] Physical connection got
DEBUG 2024-04-26 02:50:57,023 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,098 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,104 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-04-26 02:50:57,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:57,117 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,120 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,141 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,145 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,158 [main] Physical connection got
DEBUG 2024-04-26 02:50:57,158 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,158 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,158 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,269 [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-04-26 02:50:57,274 [main] Physical connection closed
DEBUG 2024-04-26 02:50:57,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:57,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,279 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,300 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,305 [main] Physical connection got
DEBUG 2024-04-26 02:50:57,305 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,305 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,305 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,343 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,366 [main] Physical connection closed
DEBUG 2024-04-26 02:50:57,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:57,368 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,379 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,397 [main] Physical connection got
DEBUG 2024-04-26 02:50:57,397 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,397 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,398 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,439 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,445 [main] Physical connection closed
DEBUG 2024-04-26 02:50:57,446 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:57,447 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,458 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,458 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,469 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,470 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,473 [main] Physical connection got
DEBUG 2024-04-26 02:50:57,473 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,473 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,474 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,508 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,514 [main] Physical connection closed
DEBUG 2024-04-26 02:50:57,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:57,516 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,526 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,534 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,537 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,540 [main] Physical connection got
DEBUG 2024-04-26 02:50:57,540 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,541 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,541 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,574 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,579 [main] Physical connection closed
DEBUG 2024-04-26 02:50:57,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:57,582 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,599 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,601 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,602 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,606 [main] Physical connection got
DEBUG 2024-04-26 02:50:57,606 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,606 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,607 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,639 [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-04-26 02:50:57,643 [main] Physical connection closed
DEBUG 2024-04-26 02:50:57,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:57,645 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,668 [main] Physical connection got
DEBUG 2024-04-26 02:50:57,668 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,669 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,669 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,701 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,706 [main] Physical connection closed
DEBUG 2024-04-26 02:50:57,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:57,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,717 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,731 [main] Physical connection got
DEBUG 2024-04-26 02:50:57,731 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,731 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,732 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,769 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,774 [main] Physical connection closed
DEBUG 2024-04-26 02:50:57,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:57,776 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,798 [main] Physical connection got
DEBUG 2024-04-26 02:50:57,798 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,799 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,799 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:57,828 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:57,832 [main] Physical connection closed
DEBUG 2024-04-26 02:50:57,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:57,834 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,851 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,853 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,859 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714067457859/0, BranchId=]
DEBUG 2024-04-26 02:50:57,861 [main] Physical connection got
DEBUG 2024-04-26 02:50:57,861 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/0, BranchId=]
DEBUG 2024-04-26 02:50:57,862 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/0, BranchId=]
DEBUG 2024-04-26 02:50:57,862 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/0, BranchId=]
DEBUG 2024-04-26 02:50:57,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/0, BranchId=]
DEBUG 2024-04-26 02:50:57,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/0, BranchId=]
DEBUG 2024-04-26 02:50:57,914 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-26 02.50.57', 99, 'hoge', 0)
DEBUG 2024-04-26 02:50:57,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/0, BranchId=]
DEBUG 2024-04-26 02:50:57,920 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714067457859/0, BranchId=]
DEBUG 2024-04-26 02:50:57,920 [main] Physical connection closed
DEBUG 2024-04-26 02:50:57,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:57,922 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,924 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,926 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:57,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:57,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,943 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714067457859/1, BranchId=]
DEBUG 2024-04-26 02:50:57,943 [main] Physical connection got
DEBUG 2024-04-26 02:50:57,943 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/1, BranchId=]
DEBUG 2024-04-26 02:50:57,943 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/1, BranchId=]
DEBUG 2024-04-26 02:50:57,944 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/1, BranchId=]
DEBUG 2024-04-26 02:50:57,972 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/1, BranchId=]
DEBUG 2024-04-26 02:50:57,981 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/1, BranchId=]
DEBUG 2024-04-26 02:50:57,982 [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-04-26 02:50:57,989 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/1, BranchId=]
DEBUG 2024-04-26 02:50:57,989 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/1, BranchId=]
DEBUG 2024-04-26 02:50:57,990 [main] UPDATE EMP SET tstamp = '2024-04-26 02.50.57', 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-04-26 02:50:57,990 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/1, BranchId=]
DEBUG 2024-04-26 02:50:57,991 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714067457859/1, BranchId=]
DEBUG 2024-04-26 02:50:57,991 [main] Physical connection closed
DEBUG 2024-04-26 02:50:57,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:57,993 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:57,995 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:57,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,001 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,013 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714067457859/2, BranchId=]
DEBUG 2024-04-26 02:50:58,013 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,013 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/2, BranchId=]
DEBUG 2024-04-26 02:50:58,013 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/2, BranchId=]
DEBUG 2024-04-26 02:50:58,013 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/2, BranchId=]
DEBUG 2024-04-26 02:50:58,039 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/2, BranchId=]
DEBUG 2024-04-26 02:50:58,048 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/2, BranchId=]
DEBUG 2024-04-26 02:50:58,048 [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-04-26 02:50:58,050 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/2, BranchId=]
DEBUG 2024-04-26 02:50:58,050 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/2, BranchId=]
DEBUG 2024-04-26 02:50:58,050 [main] UPDATE EMP SET tstamp = '2024-04-26 02.50.58', 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-04-26 02:50:58,051 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/2, BranchId=]
DEBUG 2024-04-26 02:50:58,051 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714067457859/2, BranchId=]
DEBUG 2024-04-26 02:50:58,051 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,053 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,078 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,078 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,081 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714067457859/3, BranchId=]
DEBUG 2024-04-26 02:50:58,081 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,081 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/3, BranchId=]
DEBUG 2024-04-26 02:50:58,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/3, BranchId=]
DEBUG 2024-04-26 02:50:58,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/3, BranchId=]
DEBUG 2024-04-26 02:50:58,107 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/3, BranchId=]
DEBUG 2024-04-26 02:50:58,115 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/3, BranchId=]
DEBUG 2024-04-26 02:50:58,115 [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-04-26 02:50:58,117 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/3, BranchId=]
DEBUG 2024-04-26 02:50:58,117 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/3, BranchId=]
DEBUG 2024-04-26 02:50:58,117 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-04-26 02:50:58,118 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/3, BranchId=]
DEBUG 2024-04-26 02:50:58,118 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714067457859/3, BranchId=]
DEBUG 2024-04-26 02:50:58,118 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,120 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,122 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,124 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,128 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,135 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,136 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,137 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,141 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,141 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,141 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,141 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,166 [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-04-26 02:50:58,167 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,185 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,186 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,196 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,196 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,196 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,197 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,221 [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-04-26 02:50:58,230 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,231 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,246 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,247 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,248 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,251 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,251 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,251 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,251 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,276 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,283 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,285 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,293 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,293 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,299 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,301 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,303 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,304 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,304 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,304 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,337 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,345 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,346 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,365 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,365 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,365 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,365 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,389 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,397 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,399 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,414 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,415 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,415 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,418 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,418 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,418 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,418 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,442 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,449 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,449 [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-04-26 02:50:58,457 [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-04-26 02:50:58,458 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,459 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,459 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,467 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,475 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,477 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,477 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,477 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,477 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,500 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,508 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,508 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-26 02:50:58,512 [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-04-26 02:50:58,513 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,529 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,530 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,530 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,532 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,533 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,533 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,533 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,556 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,569 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,569 [main] select * from emp
DEBUG 2024-04-26 02:50:58,572 [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-04-26 02:50:58,573 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,592 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,592 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,593 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,593 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,616 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,623 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,623 [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-04-26 02:50:58,627 [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-04-26 02:50:58,628 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,629 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,630 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,637 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,637 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,644 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,646 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,646 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,648 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,648 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,649 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,649 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,671 [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-04-26 02:50:58,679 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,680 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,688 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,694 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,698 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,698 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,698 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,698 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,721 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,730 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,730 [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-04-26 02:50:58,732 [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-04-26 02:50:58,733 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,735 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,750 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,752 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,753 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,753 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,753 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,775 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,782 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,782 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-26 02:50:58,787 [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-04-26 02:50:58,788 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,797 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,804 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,806 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,806 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,807 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,807 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,828 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,835 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,836 [main] select * from emp
DEBUG 2024-04-26 02:50:58,837 [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-04-26 02:50:58,838 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,857 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,857 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,857 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,857 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,878 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,885 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,885 [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-04-26 02:50:58,887 [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-04-26 02:50:58,888 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,892 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,894 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,907 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,908 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,908 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,908 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,929 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,936 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,936 [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-04-26 02:50:58,938 [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-04-26 02:50:58,938 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,940 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:58,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,954 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,956 [main] Physical connection got
DEBUG 2024-04-26 02:50:58,956 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,956 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,957 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,978 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,985 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:58,985 [main] select count(*) from emp
DEBUG 2024-04-26 02:50:58,986 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:58,987 [main] Physical connection closed
DEBUG 2024-04-26 02:50:58,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:58,988 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:58,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:58,992 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:58,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,008 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,009 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,011 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,011 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,011 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,011 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,031 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,039 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,039 [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-04-26 02:50:59,040 [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-04-26 02:50:59,040 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,041 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,042 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,044 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,046 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,049 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,054 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,056 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,056 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,058 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,058 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,058 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,058 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,078 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,085 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,085 [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-04-26 02:50:59,086 [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-04-26 02:50:59,086 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,101 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,102 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,104 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,104 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,105 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,105 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,125 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,132 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,132 [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-04-26 02:50:59,132 [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-04-26 02:50:59,133 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,134 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,141 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,141 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,147 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,148 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,148 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,150 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,150 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,150 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,150 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,169 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,177 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,177 [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-04-26 02:50:59,178 [main] Logical connection closed, tx=null
[Ljava.util.Map;@c3fa6cd
DEBUG 2024-04-26 02:50:59,178 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,193 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,195 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,195 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,195 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,196 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,214 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,221 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,221 [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-04-26 02:50:59,223 [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-04-26 02:50:59,224 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,229 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,239 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,241 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,241 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,241 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,241 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,259 [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-04-26 02:50:59,266 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,266 [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-04-26 02:50:59,270 [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-04-26 02:50:59,270 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,272 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,274 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,275 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,278 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,279 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,284 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,285 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,285 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,287 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,287 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,287 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,288 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,306 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,310 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,310 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-26 02:50:59,310 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,310 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,312 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,319 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,325 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,327 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,327 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,327 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,327 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,346 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,349 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,349 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-26 02:50:59,349 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,349 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,355 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,363 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,364 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,367 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,367 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,367 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,367 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,380 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,380 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,380 [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-04-26 02:50:59,381 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-04-26 02:50:59,382 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,383 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,398 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,398 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,398 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,398 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,415 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,416 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,416 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-04-26 02:50:59,417 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-04-26 02:50:59,418 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,435 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714067457859/4, BranchId=]
DEBUG 2024-04-26 02:50:59,435 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,436 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/4, BranchId=]
DEBUG 2024-04-26 02:50:59,436 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/4, BranchId=]
DEBUG 2024-04-26 02:50:59,436 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/4, BranchId=]
DEBUG 2024-04-26 02:50:59,454 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/4, BranchId=]
DEBUG 2024-04-26 02:50:59,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/4, BranchId=]
DEBUG 2024-04-26 02:50:59,461 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-26 02.50.59', 9999, 'test', 50)
DEBUG 2024-04-26 02:50:59,461 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/4, BranchId=]
DEBUG 2024-04-26 02:50:59,461 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/4, BranchId=]
DEBUG 2024-04-26 02:50:59,462 [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-04-26 02:50:59,463 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/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-04-26 02:50:59,464 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/4, BranchId=]
DEBUG 2024-04-26 02:50:59,464 [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-04-26 02:50:59,465 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-04-26 02:50:59.461 {50, null, null, 0}
DEBUG 2024-04-26 02:50:59,466 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714067457859/4, BranchId=]
DEBUG 2024-04-26 02:50:59,466 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,468 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,469 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,471 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,483 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,484 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,484 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,484 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,501 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,507 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,508 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,522 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,522 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,524 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,524 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,525 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,525 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,541 [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-04-26 02:50:59,550 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,550 [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-04-26 02:50:59,552 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,552 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,554 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,557 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,567 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,569 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,569 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,569 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,569 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,587 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*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-04-26 02:50:59,595 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,596 [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-04-26 02:50:59,596 [main] Logical connection closed, tx=null
[]
DEBUG 2024-04-26 02:50:59,597 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,604 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,609 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,613 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,613 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,614 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,614 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,630 [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-04-26 02:50:59,635 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,635 [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-04-26 02:50:59,637 [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-04-26 02:50:59,638 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,652 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,652 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,654 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,655 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,655 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,655 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,670 [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-04-26 02:50:59,674 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,688 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,688 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,690 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,690 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,691 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,691 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,706 [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-04-26 02:50:59,713 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,713 [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-04-26 02:50:59,715 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,715 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,719 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,720 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,723 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,730 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,731 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,732 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,732 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,732 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,747 [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-04-26 02:50:59,754 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,754 [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-04-26 02:50:59,755 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,755 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,756 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,757 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,760 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,768 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,770 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,772 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,772 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,773 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,773 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,790 [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-04-26 02:50:59,791 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,791 [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-04-26 02:50:59,793 [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-04-26 02:50:59,794 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,795 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,796 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,803 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,803 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,810 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,810 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,812 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,812 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,813 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,813 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,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 AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-04-26 02:50:59,829 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,830 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,831 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,845 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,846 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,846 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,846 [main] Logical connection got, tx=null
WARN  2024-04-26 02:50:59,849 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-04-26 02:50:59,855 [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-04-26 02:50:59,856 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,856 [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-04-26 02:50:59,858 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-04-26 02:50:59,859 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,860 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,862 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,868 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,868 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,875 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,877 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,877 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,877 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,878 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,897 [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-04-26 02:50:59,905 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,923 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,924 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,924 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,924 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,944 [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-04-26 02:50:59,948 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,948 [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-04-26 02:50:59,949 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,949 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,949 [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-04-26 02:50:59,950 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,950 [main] Physical connection closed
DEBUG 2024-04-26 02:50:59,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:50:59,952 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,954 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,956 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:50:59,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:50:59,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:50:59,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:50:59,968 [main] Physical connection got
DEBUG 2024-04-26 02:50:59,968 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,968 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,968 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,988 [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-04-26 02:50:59,991 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,991 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-04-26 02:50:59,994 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,994 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,995 [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-04-26 02:50:59,995 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,995 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,995 [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-04-26 02:50:59,997 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,997 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:50:59,997 [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-04-26 02:50:59,998 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,998 [main] Logical connection got, tx=null
DEBUG 2024-04-26 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  ename = 'a' AND job = 'b' 
DEBUG 2024-04-26 02:50:59,999 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:50:59,999 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,001 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,016 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714067457859/5, BranchId=]
DEBUG 2024-04-26 02:51:00,017 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/5, BranchId=]
DEBUG 2024-04-26 02:51:00,017 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/5, BranchId=]
DEBUG 2024-04-26 02:51:00,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/5, BranchId=]
DEBUG 2024-04-26 02:51:00,037 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-04-26 02:51:00,037 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/5, BranchId=]
DEBUG 2024-04-26 02:51:00,037 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-26 02:51:00,038 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/5, BranchId=]
DEBUG 2024-04-26 02:51:00,038 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/5, BranchId=]
DEBUG 2024-04-26 02:51:00,038 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-04-26 02:51:00,038 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/5, BranchId=]
DEBUG 2024-04-26 02:51:00,038 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067457859/5, BranchId=]
DEBUG 2024-04-26 02:51:00,038 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-26 02:51:00,039 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067457859/5, BranchId=]
DEBUG 2024-04-26 02:51:00,039 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714067457859/5, BranchId=]
DEBUG 2024-04-26 02:51:00,039 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,040 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,041 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,042 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,044 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,047 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,048 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,057 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,057 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,057 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,057 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,076 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,081 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,082 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,082 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,084 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,086 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,089 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,095 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,098 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,098 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,098 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,098 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,118 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,124 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,125 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,141 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,142 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,142 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,142 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,149 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-04-26 02:51:00,151 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,153 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,155 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,165 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,166 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,166 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,168 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,168 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,168 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,169 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,175 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-04-26 02:51:00,177 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,178 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,189 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,189 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,195 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,196 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,196 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,197 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,197 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,202 [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-04-26 02:51:00,204 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,205 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,205 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,218 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,218 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,218 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,218 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,224 [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-04-26 02:51:00,226 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,227 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,227 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,229 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,240 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,240 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,241 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,241 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,257 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,258 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,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
DEBUG 2024-04-26 02:51:00,261 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,261 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,263 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,268 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,276 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,276 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,276 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,276 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,292 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,293 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,304 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,305 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,305 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,307 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,307 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,307 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,307 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,324 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-26 02:51:00,324 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,325 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,326 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,327 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,329 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,331 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,337 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:51:00,339 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,339 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,339 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,339 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,355 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-26 02:51:00,356 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.251 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-04-26 02:51:00,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,403 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,409 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,409 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,416 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,419 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,419 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,422 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,425 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,426 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,436 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,438 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,441 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,441 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,444 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,444 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,446 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,447 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,448 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,458 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,460 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,460 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,463 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,464 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-04-26 02:51:00,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,478 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,478 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,479 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,479 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-04-26 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-04-26 02:51:00,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,487 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,492 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,492 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,507 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,507 [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-04-26 02:51:00,510 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,510 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,511 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,519 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,520 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,521 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,521 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,535 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,536 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,536 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,536 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,546 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,550 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,550 [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-04-26 02:51:00,552 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,553 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 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-04-26 02:51:00,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,571 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,575 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,578 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,578 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,584 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,596 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,596 [main] Logical connection got, tx=null
WARN  2024-04-26 02:51:00,598 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-26 02:51:00,598 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-26 02:51:00,599 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,599 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,600 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,609 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,612 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,614 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,614 [main] Logical connection got, tx=null
WARN  2024-04-26 02:51:00,616 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-26 02:51:00,617 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-26 02:51:00,617 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,617 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,618 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,623 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,623 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,630 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,633 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,637 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:51:00,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,640 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,647 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,648 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,650 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-04-26 02:51:00,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,664 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,667 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,667 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,668 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,668 [main] Physical connection closed
DEBUG 2024-04-26 02:51:00,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,679 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,679 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,680 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,681 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-04-26 02:51:00,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:51:00,683 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:51:00,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,691 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:51:00,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:51:00,693 [main] Physical connection got
DEBUG 2024-04-26 02:51:00,693 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:51:00,693 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:51:00,694 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.295s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.655s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.544s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.169s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Apr 26 02:51:00 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS