Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-09-17 02:50:59,473 [main] Logical connection closed
updatedRows:1
DEBUG 2024-09-17 02:50:59,474 [main] Logical connection got
DEBUG 2024-09-17 02:50:59,474 [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-09-17 02:50:59,477 [main] Logical connection closed
DEBUG 2024-09-17 02:50:59,478 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-09-17 02:50:59,512 [main] Physical connection got
DEBUG 2024-09-17 02:50:59,512 [main] Logical connection got
DEBUG 2024-09-17 02:50:59,513 [main] Logical connection closed
DEBUG 2024-09-17 02:50:59,513 [main] Logical connection got
DEBUG 2024-09-17 02:50:59,532 [main] Logical connection closed
DEBUG 2024-09-17 02:50:59,532 [main] Logical connection got
DEBUG 2024-09-17 02:50:59,532 [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-09-17 02:50:59,534 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-17 02:50:59.321 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-17 02:50:59,535 [main] Logical connection got
DEBUG 2024-09-17 02:50:59,535 [main] Logical connection closed
DEBUG 2024-09-17 02:50:59,535 [main] Logical connection got
DEBUG 2024-09-17 02:50:59,538 [main] Logical connection closed
DEBUG 2024-09-17 02:50:59,540 [main] Logical connection got
DEBUG 2024-09-17 02:50:59,540 [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-09-17 02:50:59,541 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-17 02:50:59.321 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-17 02:50:59,541 [main] Logical connection got
DEBUG 2024-09-17 02:50:59,542 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.59', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-09-17 02.50.59'
DEBUG 2024-09-17 02:50:59,542 [main] Logical connection closed
DEBUG 2024-09-17 02:50:59,542 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 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.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-09-17 02:51:00,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:00,756 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:51:00,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:00,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:00,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:00,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:00,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:00,865 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:00,886 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:51:01,046 [main] Physical connection got
DEBUG 2024-09-17 02:51:01,047 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,122 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,128 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.47 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-09-17 02:51:01,140 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:01,142 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,148 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,154 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,154 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,170 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,183 [main] Physical connection got
DEBUG 2024-09-17 02:51:01,184 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,184 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,184 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,295 [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-09-17 02:51:01,300 [main] Physical connection closed
DEBUG 2024-09-17 02:51:01,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:01,303 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,331 [main] Physical connection got
DEBUG 2024-09-17 02:51:01,331 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,332 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,332 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,370 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,392 [main] Physical connection closed
DEBUG 2024-09-17 02:51:01,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:01,394 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,423 [main] Physical connection got
DEBUG 2024-09-17 02:51:01,423 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,424 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,424 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,466 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,471 [main] Physical connection closed
DEBUG 2024-09-17 02:51:01,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:01,473 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,478 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,491 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,494 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,497 [main] Physical connection got
DEBUG 2024-09-17 02:51:01,497 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,497 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,497 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,535 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,541 [main] Physical connection closed
DEBUG 2024-09-17 02:51:01,543 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:01,543 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,546 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,548 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,562 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,564 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,565 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,568 [main] Physical connection got
DEBUG 2024-09-17 02:51:01,568 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,568 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,568 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,604 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,609 [main] Physical connection closed
DEBUG 2024-09-17 02:51:01,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:01,611 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,614 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,630 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,631 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,634 [main] Physical connection got
DEBUG 2024-09-17 02:51:01,635 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,635 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,635 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,669 [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-09-17 02:51:01,673 [main] Physical connection closed
DEBUG 2024-09-17 02:51:01,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:01,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,684 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,684 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,697 [main] Physical connection got
DEBUG 2024-09-17 02:51:01,698 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,698 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,698 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,731 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,736 [main] Physical connection closed
DEBUG 2024-09-17 02:51:01,737 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:01,738 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,740 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,742 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,761 [main] Physical connection got
DEBUG 2024-09-17 02:51:01,761 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,761 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,762 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,799 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,804 [main] Physical connection closed
DEBUG 2024-09-17 02:51:01,805 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:01,806 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,808 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,810 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,824 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,824 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,827 [main] Physical connection got
DEBUG 2024-09-17 02:51:01,827 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,827 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,828 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:01,859 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:01,864 [main] Physical connection closed
DEBUG 2024-09-17 02:51:01,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:01,867 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,883 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,885 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,885 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,890 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509061890/0, BranchId=]
DEBUG 2024-09-17 02:51:01,892 [main] Physical connection got
DEBUG 2024-09-17 02:51:01,893 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/0, BranchId=]
DEBUG 2024-09-17 02:51:01,893 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/0, BranchId=]
DEBUG 2024-09-17 02:51:01,893 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/0, BranchId=]
DEBUG 2024-09-17 02:51:01,924 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/0, BranchId=]
DEBUG 2024-09-17 02:51:01,948 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/0, BranchId=]
DEBUG 2024-09-17 02:51:01,950 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-17 02.51.01', 99, 'hoge', 0)
DEBUG 2024-09-17 02:51:01,955 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/0, BranchId=]
DEBUG 2024-09-17 02:51:01,955 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509061890/0, BranchId=]
DEBUG 2024-09-17 02:51:01,956 [main] Physical connection closed
DEBUG 2024-09-17 02:51:01,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:01,958 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,966 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:01,967 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,974 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:01,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:01,977 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:01,979 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509061890/1, BranchId=]
DEBUG 2024-09-17 02:51:01,980 [main] Physical connection got
DEBUG 2024-09-17 02:51:01,980 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/1, BranchId=]
DEBUG 2024-09-17 02:51:01,980 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/1, BranchId=]
DEBUG 2024-09-17 02:51:01,980 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/1, BranchId=]
DEBUG 2024-09-17 02:51:02,013 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/1, BranchId=]
DEBUG 2024-09-17 02:51:02,025 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/1, BranchId=]
DEBUG 2024-09-17 02:51:02,026 [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-09-17 02:51:02,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/1, BranchId=]
DEBUG 2024-09-17 02:51:02,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/1, BranchId=]
DEBUG 2024-09-17 02:51:02,033 [main] UPDATE EMP SET tstamp = '2024-09-17 02.51.02', 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-09-17 02:51:02,034 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/1, BranchId=]
DEBUG 2024-09-17 02:51:02,034 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509061890/1, BranchId=]
DEBUG 2024-09-17 02:51:02,034 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,037 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,055 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,057 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509061890/2, BranchId=]
DEBUG 2024-09-17 02:51:02,058 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,058 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/2, BranchId=]
DEBUG 2024-09-17 02:51:02,058 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/2, BranchId=]
DEBUG 2024-09-17 02:51:02,058 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/2, BranchId=]
DEBUG 2024-09-17 02:51:02,088 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/2, BranchId=]
DEBUG 2024-09-17 02:51:02,100 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/2, BranchId=]
DEBUG 2024-09-17 02:51:02,100 [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-09-17 02:51:02,102 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/2, BranchId=]
DEBUG 2024-09-17 02:51:02,102 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/2, BranchId=]
DEBUG 2024-09-17 02:51:02,103 [main] UPDATE EMP SET tstamp = '2024-09-17 02.51.02', 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-09-17 02:51:02,103 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/2, BranchId=]
DEBUG 2024-09-17 02:51:02,103 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509061890/2, BranchId=]
DEBUG 2024-09-17 02:51:02,103 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,110 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,111 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,128 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,130 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509061890/3, BranchId=]
DEBUG 2024-09-17 02:51:02,130 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/3, BranchId=]
DEBUG 2024-09-17 02:51:02,131 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/3, BranchId=]
DEBUG 2024-09-17 02:51:02,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/3, BranchId=]
DEBUG 2024-09-17 02:51:02,161 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/3, BranchId=]
DEBUG 2024-09-17 02:51:02,171 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/3, BranchId=]
DEBUG 2024-09-17 02:51:02,171 [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-09-17 02:51:02,173 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/3, BranchId=]
DEBUG 2024-09-17 02:51:02,173 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/3, BranchId=]
DEBUG 2024-09-17 02:51:02,173 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-17 02:51:02,174 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/3, BranchId=]
DEBUG 2024-09-17 02:51:02,174 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509061890/3, BranchId=]
DEBUG 2024-09-17 02:51:02,174 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,176 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,178 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,191 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,196 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,196 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,196 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,196 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,225 [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-09-17 02:51:02,226 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,227 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,228 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,255 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,255 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,255 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,255 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,283 [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-09-17 02:51:02,292 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,319 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,319 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,319 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,319 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,347 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,355 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,357 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,359 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,361 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,376 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,376 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,377 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,377 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,409 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,417 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,434 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,436 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,436 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,436 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,437 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,464 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,472 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,474 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,474 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,478 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,482 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,482 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,490 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,492 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,492 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,492 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,492 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,519 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,527 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,527 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-17 02:51:02,534 [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-09-17 02:51:02,536 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,537 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,538 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,540 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,542 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,545 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,545 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,553 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,554 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,556 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,556 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,556 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,556 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,582 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,590 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,590 [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-09-17 02:51:02,594 [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-09-17 02:51:02,596 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,613 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,615 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,615 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,615 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,615 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,638 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,650 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,650 [main] select * from emp
DEBUG 2024-09-17 02:51:02,652 [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-09-17 02:51:02,653 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,655 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,669 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,671 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,672 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,672 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,672 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,693 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,701 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,701 [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-09-17 02:51:02,704 [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-09-17 02:51:02,705 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,707 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,722 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,724 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,724 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,724 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,724 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,746 [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-09-17 02:51:02,754 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,763 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,769 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,770 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,770 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,772 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,772 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,772 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,772 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,794 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,802 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,802 [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-09-17 02:51:02,807 [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-09-17 02:51:02,808 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,810 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,824 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,824 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,826 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,826 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,826 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,826 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,848 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,855 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,855 [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-09-17 02:51:02,865 [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-09-17 02:51:02,867 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,868 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,868 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,870 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,872 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,886 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,886 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,886 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,886 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,906 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,914 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,914 [main] select * from emp
DEBUG 2024-09-17 02:51:02,916 [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-09-17 02:51:02,917 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,918 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,925 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,933 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,935 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,935 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,935 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,935 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,955 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,963 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,963 [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-09-17 02:51:02,965 [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-09-17 02:51:02,966 [main] Physical connection closed
DEBUG 2024-09-17 02:51:02,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:02,968 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,975 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:02,975 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,980 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:02,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:02,981 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:02,983 [main] Physical connection got
DEBUG 2024-09-17 02:51:02,984 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:02,984 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:02,984 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,005 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,012 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,012 [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-09-17 02:51:03,013 [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-09-17 02:51:03,014 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,015 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,015 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,017 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,019 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,022 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,022 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,028 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,029 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,031 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,031 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,031 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,032 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,052 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,060 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,060 [main] select count(*) from emp
DEBUG 2024-09-17 02:51:03,062 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,062 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,082 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,084 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,084 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,085 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,085 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,106 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,114 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,114 [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-09-17 02:51:03,115 [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-09-17 02:51:03,115 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,124 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,131 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,131 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,133 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,133 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,133 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,133 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,154 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,163 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,163 [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-09-17 02:51:03,163 [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-09-17 02:51:03,164 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,166 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,181 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,183 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,183 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,183 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,183 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,204 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,211 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,211 [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-09-17 02:51:03,211 [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-09-17 02:51:03,212 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,213 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,213 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,228 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,230 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,230 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,230 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,230 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,250 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,257 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,257 [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-09-17 02:51:03,258 [main] Logical connection closed, tx=null
[Ljava.util.Map;@578b1f8f
DEBUG 2024-09-17 02:51:03,258 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,259 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,263 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,276 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,276 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,276 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,276 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,295 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,302 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,302 [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-09-17 02:51:03,304 [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-09-17 02:51:03,304 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,306 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,308 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,321 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,323 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,323 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,323 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,323 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,342 [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-09-17 02:51:03,364 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,364 [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-09-17 02:51:03,372 [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-09-17 02:51:03,372 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,374 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,382 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,382 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,389 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,390 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,392 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,392 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,392 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,392 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,411 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,417 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,417 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-17 02:51:03,417 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,417 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,420 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,436 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,436 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,436 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,436 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,461 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,465 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,465 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-17 02:51:03,469 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,469 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,470 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,471 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,474 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,479 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,487 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,488 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,488 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,492 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,492 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,492 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,493 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,506 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,506 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,507 [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-09-17 02:51:03,508 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-09-17 02:51:03,508 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,509 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,517 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,517 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,526 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,526 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,528 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,528 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,529 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,529 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,543 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,543 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,543 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-09-17 02:51:03,544 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-09-17 02:51:03,544 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,545 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,546 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,548 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,549 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,552 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,558 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,560 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,561 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509061890/4, BranchId=]
DEBUG 2024-09-17 02:51:03,562 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,562 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/4, BranchId=]
DEBUG 2024-09-17 02:51:03,562 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/4, BranchId=]
DEBUG 2024-09-17 02:51:03,562 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/4, BranchId=]
DEBUG 2024-09-17 02:51:03,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/4, BranchId=]
DEBUG 2024-09-17 02:51:03,587 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/4, BranchId=]
DEBUG 2024-09-17 02:51:03,588 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-17 02.51.03', 9999, 'test', 50)
DEBUG 2024-09-17 02:51:03,588 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/4, BranchId=]
DEBUG 2024-09-17 02:51:03,588 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/4, BranchId=]
DEBUG 2024-09-17 02:51:03,588 [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-09-17 02:51:03,590 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/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-09-17 02:51:03,590 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/4, BranchId=]
DEBUG 2024-09-17 02:51:03,590 [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-09-17 02:51:03,591 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-09-17 02:51:03.587 {50, null, null, 0}
DEBUG 2024-09-17 02:51:03,591 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509061890/4, BranchId=]
DEBUG 2024-09-17 02:51:03,591 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,592 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,596 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,612 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,614 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,614 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,616 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,616 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,617 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,617 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,635 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,642 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,660 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,660 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,661 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,661 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,679 [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-09-17 02:51:03,688 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,688 [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-09-17 02:51:03,690 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,691 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,692 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,694 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,709 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,710 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,711 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,711 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,711 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,729 [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-09-17 02:51:03,738 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,738 [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-09-17 02:51:03,738 [main] Logical connection closed, tx=null
[]
DEBUG 2024-09-17 02:51:03,739 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,740 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,752 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,753 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,756 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,756 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,756 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,756 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,776 [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-09-17 02:51:03,781 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,781 [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-09-17 02:51:03,783 [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-09-17 02:51:03,783 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,784 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,785 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,788 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,791 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,799 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,800 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,800 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,800 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,817 [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-09-17 02:51:03,822 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,824 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,830 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,830 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,835 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,836 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,836 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,838 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,839 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,839 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,839 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,857 [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-09-17 02:51:03,863 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,863 [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-09-17 02:51:03,865 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,866 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,867 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,882 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,882 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,884 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,884 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,884 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,885 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,902 [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-09-17 02:51:03,911 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,911 [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-09-17 02:51:03,911 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,912 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,913 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,915 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,920 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,926 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,928 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,928 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,931 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,931 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,932 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,932 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,952 [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-09-17 02:51:03,953 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,953 [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-09-17 02:51:03,955 [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-09-17 02:51:03,955 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,963 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:03,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,969 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:03,970 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,970 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,973 [main] Physical connection got
DEBUG 2024-09-17 02:51:03,973 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,974 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:03,974 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:03,992 [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-09-17 02:51:03,993 [main] Physical connection closed
DEBUG 2024-09-17 02:51:03,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:03,994 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:03,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:03,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,001 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,006 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,007 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,007 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,010 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,010 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,010 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,010 [main] Logical connection got, tx=null
WARN  2024-09-17 02:51:04,013 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-09-17 02:51:04,019 [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-09-17 02:51:04,020 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,020 [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-09-17 02:51:04,024 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-09-17 02:51:04,024 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,028 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,035 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,043 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,043 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,044 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,044 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,062 [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-09-17 02:51:04,068 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,069 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,071 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,073 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,079 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,079 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,084 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,086 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,088 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,088 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,088 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,088 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,106 [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-09-17 02:51:04,109 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,109 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-09-17 02:51:04,110 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,110 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,110 [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-09-17 02:51:04,111 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,111 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,112 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,112 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,118 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,118 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,127 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,129 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,131 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,131 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,131 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,131 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,148 [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-09-17 02:51:04,151 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,151 [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-09-17 02:51:04,155 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,155 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,155 [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-09-17 02:51:04,156 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,156 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,156 [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-09-17 02:51:04,158 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,158 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,158 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-09-17 02:51:04,159 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,159 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,159 [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-09-17 02:51:04,159 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,159 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,162 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,166 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,174 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,175 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,175 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,177 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509061890/5, BranchId=]
DEBUG 2024-09-17 02:51:04,177 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,178 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/5, BranchId=]
DEBUG 2024-09-17 02:51:04,178 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/5, BranchId=]
DEBUG 2024-09-17 02:51:04,178 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/5, BranchId=]
DEBUG 2024-09-17 02:51:04,196 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-09-17 02:51:04,196 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/5, BranchId=]
DEBUG 2024-09-17 02:51:04,196 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-17 02:51:04,196 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/5, BranchId=]
DEBUG 2024-09-17 02:51:04,197 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/5, BranchId=]
DEBUG 2024-09-17 02:51:04,197 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-09-17 02:51:04,197 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/5, BranchId=]
DEBUG 2024-09-17 02:51:04,197 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509061890/5, BranchId=]
DEBUG 2024-09-17 02:51:04,197 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-17 02:51:04,197 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509061890/5, BranchId=]
DEBUG 2024-09-17 02:51:04,197 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509061890/5, BranchId=]
DEBUG 2024-09-17 02:51:04,198 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,199 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,212 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,213 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,216 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,216 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,216 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,216 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,233 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,236 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,241 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,244 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,244 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,250 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,252 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,252 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,252 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,252 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,269 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,273 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,274 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,276 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,278 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,280 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,287 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,289 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,289 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,289 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,289 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,300 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-09-17 02:51:04,302 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,304 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,310 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,318 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,318 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,319 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,319 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,325 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-09-17 02:51:04,326 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,328 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,334 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,334 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,339 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,340 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,340 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,342 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,342 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,343 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,344 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,350 [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-09-17 02:51:04,351 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,356 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,365 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,367 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,367 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,368 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,368 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,374 [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-09-17 02:51:04,375 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,377 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,379 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,393 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,398 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,400 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,407 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,407 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,407 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,427 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,428 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,428 [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-09-17 02:51:04,431 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,431 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,432 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,433 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,443 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,444 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,447 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,447 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,447 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,447 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,463 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,464 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,466 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,472 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,476 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,478 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,480 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,480 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,480 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,480 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,497 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-17 02:51:04,497 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,499 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,504 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,509 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,510 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,510 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:51:04,512 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,512 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,512 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,512 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,529 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-17 02:51:04,529 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.403 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.015 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-09-17 02:51:04,596 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,596 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,608 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,623 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,627 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,638 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,638 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,642 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,644 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,645 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,660 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,662 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,662 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,666 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,667 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,668 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,668 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,678 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,679 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,682 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,694 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,694 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,698 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,698 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-09-17 02:51:04,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,714 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,714 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,714 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,715 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:51:04,718 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,719 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,720 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,723 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,730 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,730 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,751 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,751 [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-09-17 02:51:04,755 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,755 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,756 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,756 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,758 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,767 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,768 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,785 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,788 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,788 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,788 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,800 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,805 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,805 [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-09-17 02:51:04,807 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,807 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-09-17 02:51:04,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,826 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,840 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,845 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,856 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,856 [main] Logical connection got, tx=null
WARN  2024-09-17 02:51:04,858 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-17 02:51:04,859 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-17 02:51:04,859 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,860 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,861 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,867 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,867 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,875 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,878 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,878 [main] Logical connection got, tx=null
WARN  2024-09-17 02:51:04,879 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-17 02:51:04,880 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-17 02:51:04,880 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,880 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,881 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,882 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,883 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,885 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,888 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,895 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,900 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,904 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:51:04,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,909 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,918 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:51:04,925 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,926 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,929 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,929 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,936 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,937 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,938 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,938 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,940 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,940 [main] Physical connection closed
DEBUG 2024-09-17 02:51:04,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,948 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,950 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,972 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,972 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,973 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,974 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-09-17 02:51:04,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:51:04,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:51:04,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:51:04,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:51:04,990 [main] Physical connection got
DEBUG 2024-09-17 02:51:04,990 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:51:04,990 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:51:04,991 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.317s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.616s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.611s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.410s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Sep 17 02:51:05 JST 2024
[INFO] Final Memory: 27M/411M
[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