Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2025-03-11 02:50:59,014 [main] Logical connection closed
updatedRows:1
DEBUG 2025-03-11 02:50:59,015 [main] Logical connection got
DEBUG 2025-03-11 02:50:59,016 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-03-11 02:50:59,019 [main] Logical connection closed
DEBUG 2025-03-11 02:50:59,019 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-03-11 02:50:59,058 [main] Physical connection got
DEBUG 2025-03-11 02:50:59,058 [main] Logical connection got
DEBUG 2025-03-11 02:50:59,058 [main] Logical connection closed
DEBUG 2025-03-11 02:50:59,059 [main] Logical connection got
DEBUG 2025-03-11 02:50:59,070 [main] Logical connection closed
DEBUG 2025-03-11 02:50:59,071 [main] Logical connection got
DEBUG 2025-03-11 02:50:59,071 [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 2025-03-11 02:50:59,073 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-03-11 02:50:58.849 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-03-11 02:50:59,074 [main] Logical connection got
DEBUG 2025-03-11 02:50:59,074 [main] Logical connection closed
DEBUG 2025-03-11 02:50:59,074 [main] Logical connection got
DEBUG 2025-03-11 02:50:59,078 [main] Logical connection closed
DEBUG 2025-03-11 02:50:59,079 [main] Logical connection got
DEBUG 2025-03-11 02:50:59,080 [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 2025-03-11 02:50:59,080 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-03-11 02:50:58.849 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-03-11 02:50:59,081 [main] Logical connection got
DEBUG 2025-03-11 02:50:59,081 [main] UPDATE EMP SET tstamp = '2025-03-11 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 = '2025-03-11 02.50.58'
DEBUG 2025-03-11 02:50:59,082 [main] Logical connection closed
DEBUG 2025-03-11 02:50:59,082 [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.135 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-03-11 02:51:00,326 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:00,394 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-11 02:51:00,429 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:00,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:00,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:00,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:00,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:00,524 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:00,549 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-11 02:51:00,724 [main] Physical connection got
DEBUG 2025-03-11 02:51:00,724 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:00,805 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:00,811 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-03-11 02:51:00,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:00,824 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:00,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:00,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:00,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:00,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:00,848 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:00,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:00,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:00,865 [main] Physical connection got
DEBUG 2025-03-11 02:51:00,865 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:00,866 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:00,866 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:00,987 [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 2025-03-11 02:51:00,994 [main] Physical connection closed
DEBUG 2025-03-11 02:51:00,995 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:00,996 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:00,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,021 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,024 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,025 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,030 [main] Physical connection got
DEBUG 2025-03-11 02:51:01,031 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,031 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,031 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,072 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,098 [main] Physical connection closed
DEBUG 2025-03-11 02:51:01,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:01,106 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,146 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,147 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,153 [main] Physical connection got
DEBUG 2025-03-11 02:51:01,153 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,153 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,154 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,203 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,208 [main] Physical connection closed
DEBUG 2025-03-11 02:51:01,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:01,211 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,222 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,222 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,234 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,244 [main] Physical connection got
DEBUG 2025-03-11 02:51:01,245 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,245 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,245 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,289 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,295 [main] Physical connection closed
DEBUG 2025-03-11 02:51:01,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:01,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,317 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,324 [main] Physical connection got
DEBUG 2025-03-11 02:51:01,324 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,324 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,324 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,361 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,366 [main] Physical connection closed
DEBUG 2025-03-11 02:51:01,368 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:01,368 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,388 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,389 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,393 [main] Physical connection got
DEBUG 2025-03-11 02:51:01,393 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,393 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,393 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,430 [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 2025-03-11 02:51:01,434 [main] Physical connection closed
DEBUG 2025-03-11 02:51:01,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:01,436 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,439 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,446 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,446 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,461 [main] Physical connection got
DEBUG 2025-03-11 02:51:01,461 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,461 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,461 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,501 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,507 [main] Physical connection closed
DEBUG 2025-03-11 02:51:01,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:01,509 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,514 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,519 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,530 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,534 [main] Physical connection got
DEBUG 2025-03-11 02:51:01,535 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,535 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,535 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,583 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,589 [main] Physical connection closed
DEBUG 2025-03-11 02:51:01,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:01,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,608 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,608 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,617 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,620 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,623 [main] Physical connection got
DEBUG 2025-03-11 02:51:01,623 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,627 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,627 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:01,665 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:01,670 [main] Physical connection closed
DEBUG 2025-03-11 02:51:01,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:01,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,675 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,692 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,702 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741629061702/0, BranchId=]
DEBUG 2025-03-11 02:51:01,704 [main] Physical connection got
DEBUG 2025-03-11 02:51:01,705 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/0, BranchId=]
DEBUG 2025-03-11 02:51:01,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/0, BranchId=]
DEBUG 2025-03-11 02:51:01,706 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/0, BranchId=]
DEBUG 2025-03-11 02:51:01,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/0, BranchId=]
DEBUG 2025-03-11 02:51:01,763 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/0, BranchId=]
DEBUG 2025-03-11 02:51:01,765 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-03-11 02.51.01', 99, 'hoge', 0)
DEBUG 2025-03-11 02:51:01,771 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/0, BranchId=]
DEBUG 2025-03-11 02:51:01,771 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741629061702/0, BranchId=]
DEBUG 2025-03-11 02:51:01,772 [main] Physical connection closed
DEBUG 2025-03-11 02:51:01,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:01,774 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,790 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,793 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,795 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741629061702/1, BranchId=]
DEBUG 2025-03-11 02:51:01,796 [main] Physical connection got
DEBUG 2025-03-11 02:51:01,796 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/1, BranchId=]
DEBUG 2025-03-11 02:51:01,796 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/1, BranchId=]
DEBUG 2025-03-11 02:51:01,796 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/1, BranchId=]
DEBUG 2025-03-11 02:51:01,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/1, BranchId=]
DEBUG 2025-03-11 02:51:01,845 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/1, BranchId=]
DEBUG 2025-03-11 02:51:01,845 [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 2025-03-11 02:51:01,856 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/1, BranchId=]
DEBUG 2025-03-11 02:51:01,856 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/1, BranchId=]
DEBUG 2025-03-11 02:51:01,857 [main] UPDATE EMP SET tstamp = '2025-03-11 02.51.01', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-03-11 02:51:01,858 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/1, BranchId=]
DEBUG 2025-03-11 02:51:01,859 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741629061702/1, BranchId=]
DEBUG 2025-03-11 02:51:01,859 [main] Physical connection closed
DEBUG 2025-03-11 02:51:01,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:01,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,874 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,883 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,885 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,890 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741629061702/2, BranchId=]
DEBUG 2025-03-11 02:51:01,891 [main] Physical connection got
DEBUG 2025-03-11 02:51:01,893 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/2, BranchId=]
DEBUG 2025-03-11 02:51:01,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/2, BranchId=]
DEBUG 2025-03-11 02:51:01,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/2, BranchId=]
DEBUG 2025-03-11 02:51:01,924 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/2, BranchId=]
DEBUG 2025-03-11 02:51:01,933 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/2, BranchId=]
DEBUG 2025-03-11 02:51:01,933 [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 2025-03-11 02:51:01,936 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/2, BranchId=]
DEBUG 2025-03-11 02:51:01,936 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/2, BranchId=]
DEBUG 2025-03-11 02:51:01,937 [main] UPDATE EMP SET tstamp = '2025-03-11 02.51.01', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-03-11 02:51:01,937 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/2, BranchId=]
DEBUG 2025-03-11 02:51:01,937 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741629061702/2, BranchId=]
DEBUG 2025-03-11 02:51:01,938 [main] Physical connection closed
DEBUG 2025-03-11 02:51:01,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:01,951 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,967 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:01,973 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:01,990 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:01,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:01,994 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741629061702/3, BranchId=]
DEBUG 2025-03-11 02:51:01,997 [main] Physical connection got
DEBUG 2025-03-11 02:51:01,998 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/3, BranchId=]
DEBUG 2025-03-11 02:51:01,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/3, BranchId=]
DEBUG 2025-03-11 02:51:01,998 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/3, BranchId=]
DEBUG 2025-03-11 02:51:02,034 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/3, BranchId=]
DEBUG 2025-03-11 02:51:02,044 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/3, BranchId=]
DEBUG 2025-03-11 02:51:02,044 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-03-11 02:51:02,046 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/3, BranchId=]
DEBUG 2025-03-11 02:51:02,046 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/3, BranchId=]
DEBUG 2025-03-11 02:51:02,047 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-03-11 02:51:02,047 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/3, BranchId=]
DEBUG 2025-03-11 02:51:02,047 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741629061702/3, BranchId=]
DEBUG 2025-03-11 02:51:02,047 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,049 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,061 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,063 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,081 [main] Physical connection got
DEBUG 2025-03-11 02:51:02,081 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,081 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,081 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,126 [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 2025-03-11 02:51:02,128 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,130 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,132 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,148 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,148 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,160 [main] Physical connection got
DEBUG 2025-03-11 02:51:02,160 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,160 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,160 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,203 [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 2025-03-11 02:51:02,226 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,228 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,244 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,250 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,264 [main] Physical connection got
DEBUG 2025-03-11 02:51:02,264 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,264 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,264 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,292 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,301 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,303 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,312 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,321 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,323 [main] Physical connection got
DEBUG 2025-03-11 02:51:02,323 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,324 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,324 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,352 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,361 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,363 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,365 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,372 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,372 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,379 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,381 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,381 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,384 [main] Physical connection got
DEBUG 2025-03-11 02:51:02,384 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,384 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,384 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,415 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,424 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,427 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,429 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,451 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,454 [main] Physical connection got
DEBUG 2025-03-11 02:51:02,454 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,454 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,454 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,491 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,501 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,502 [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 2025-03-11 02:51:02,510 [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 2025-03-11 02:51:02,512 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,534 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,537 [main] Physical connection got
DEBUG 2025-03-11 02:51:02,537 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,537 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,538 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,568 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,578 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,578 [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 2025-03-11 02:51:02,583 [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 2025-03-11 02:51:02,584 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,586 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,586 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,589 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,591 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,608 [main] Physical connection got
DEBUG 2025-03-11 02:51:02,608 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,608 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,608 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,641 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,657 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,657 [main] select * from emp
DEBUG 2025-03-11 02:51:02,660 [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 2025-03-11 02:51:02,668 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,686 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,698 [main] Physical connection got
DEBUG 2025-03-11 02:51:02,698 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,698 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,698 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,724 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,740 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,740 [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 2025-03-11 02:51:02,753 [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 2025-03-11 02:51:02,765 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,766 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,801 [main] Physical connection got
DEBUG 2025-03-11 02:51:02,801 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,801 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,801 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,828 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-03-11 02:51:02,837 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,838 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,838 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,841 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,843 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,846 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,846 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,862 [main] Physical connection got
DEBUG 2025-03-11 02:51:02,862 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,863 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,863 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,893 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,901 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,901 [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 2025-03-11 02:51:02,904 [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 2025-03-11 02:51:02,905 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,921 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,923 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,926 [main] Physical connection got
DEBUG 2025-03-11 02:51:02,926 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,926 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,926 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:02,954 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:02,963 [main] Logical connection got, tx=null
DEBUG 2025-03-11 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
DEBUG 2025-03-11 02:51:02,968 [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 2025-03-11 02:51:02,969 [main] Physical connection closed
DEBUG 2025-03-11 02:51:02,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:02,971 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,973 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,978 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:02,979 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:02,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:02,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:02,993 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,000 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,001 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,001 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,042 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,050 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,050 [main] select * from emp
DEBUG 2025-03-11 02:51:03,052 [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 2025-03-11 02:51:03,053 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,055 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,057 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,059 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,063 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,063 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,072 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,073 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,074 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,076 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,076 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,077 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,077 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,114 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,122 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,122 [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 2025-03-11 02:51:03,124 [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 2025-03-11 02:51:03,126 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,141 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,143 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,143 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,146 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,146 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,146 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,146 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,169 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,177 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,177 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-03-11 02:51:03,179 [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 2025-03-11 02:51:03,179 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,190 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,199 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,201 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,201 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,202 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,202 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,225 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,233 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,233 [main] select count(*) from emp
DEBUG 2025-03-11 02:51:03,235 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,235 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,256 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,256 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,258 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,259 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,259 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,259 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,289 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,299 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,299 [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 2025-03-11 02:51:03,300 [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 2025-03-11 02:51:03,300 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,302 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,310 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,317 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,318 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,319 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,321 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,321 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,322 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,322 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,346 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,355 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,355 [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 2025-03-11 02:51:03,356 [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 2025-03-11 02:51:03,356 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,358 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,360 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,380 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,381 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,382 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,384 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,384 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,384 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,384 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,416 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,424 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,424 [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 2025-03-11 02:51:03,425 [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 2025-03-11 02:51:03,426 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,427 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,446 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,451 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,452 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,452 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,452 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,474 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,482 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,482 [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 2025-03-11 02:51:03,483 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1d382926
DEBUG 2025-03-11 02:51:03,483 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,493 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,505 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,506 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,509 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,509 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,510 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,510 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,531 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,539 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,539 [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 2025-03-11 02:51:03,541 [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 2025-03-11 02:51:03,542 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,543 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,549 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,569 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,571 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,572 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,572 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,572 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,593 [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 2025-03-11 02:51:03,601 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,601 [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 2025-03-11 02:51:03,605 [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 2025-03-11 02:51:03,607 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,609 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,619 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,619 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,628 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,630 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,630 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,630 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,630 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,652 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,656 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,656 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-03-11 02:51:03,656 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,657 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,658 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,662 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,679 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,682 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,682 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,682 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,683 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,703 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,706 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,707 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-03-11 02:51:03,707 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,707 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,709 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,717 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,726 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,731 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,732 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,732 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,732 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,747 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,748 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,748 [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 2025-03-11 02:51:03,750 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-03-11 02:51:03,750 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,758 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,769 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,771 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,771 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,773 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,774 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,774 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,774 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,787 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,788 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,788 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-03-11 02:51:03,789 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-03-11 02:51:03,789 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,791 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,806 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,806 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,808 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741629061702/4, BranchId=]
DEBUG 2025-03-11 02:51:03,809 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/4, BranchId=]
DEBUG 2025-03-11 02:51:03,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/4, BranchId=]
DEBUG 2025-03-11 02:51:03,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/4, BranchId=]
DEBUG 2025-03-11 02:51:03,836 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/4, BranchId=]
DEBUG 2025-03-11 02:51:03,845 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/4, BranchId=]
DEBUG 2025-03-11 02:51:03,846 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-03-11 02.51.03', 9999, 'test', 50)
DEBUG 2025-03-11 02:51:03,846 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/4, BranchId=]
DEBUG 2025-03-11 02:51:03,847 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/4, BranchId=]
DEBUG 2025-03-11 02:51:03,847 [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 2025-03-11 02:51:03,850 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/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 2025-03-11 02:51:03,851 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/4, BranchId=]
DEBUG 2025-03-11 02:51:03,851 [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 2025-03-11 02:51:03,854 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-03-11 02:51:03.846 {50, null, null, 0}
DEBUG 2025-03-11 02:51:03,854 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741629061702/4, BranchId=]
DEBUG 2025-03-11 02:51:03,854 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,856 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,857 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,867 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,878 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,878 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,878 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,879 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,900 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,909 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,911 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,916 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,922 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,929 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:03,931 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,931 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,934 [main] Physical connection got
DEBUG 2025-03-11 02:51:03,934 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,934 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,934 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,964 [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 2025-03-11 02:51:03,977 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:03,977 [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 2025-03-11 02:51:03,983 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:03,983 [main] Physical connection closed
DEBUG 2025-03-11 02:51:03,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:03,985 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:03,988 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:03,990 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,994 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:03,994 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,003 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,005 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,006 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,006 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,006 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,030 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*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 2025-03-11 02:51:04,042 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,042 [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 2025-03-11 02:51:04,043 [main] Logical connection closed, tx=null
[]
DEBUG 2025-03-11 02:51:04,044 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,050 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,066 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,066 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,066 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,067 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,090 [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 2025-03-11 02:51:04,097 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,097 [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 2025-03-11 02:51:04,099 [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 2025-03-11 02:51:04,099 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,102 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,118 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,122 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,122 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,122 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,123 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,144 [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 2025-03-11 02:51:04,148 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,153 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,155 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,159 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,159 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,168 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,170 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,170 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,171 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,171 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,193 [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 2025-03-11 02:51:04,203 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,203 [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 2025-03-11 02:51:04,206 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,206 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,207 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,208 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,210 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,212 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,224 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,224 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,227 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,227 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,227 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,228 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,251 [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 2025-03-11 02:51:04,260 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,260 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-03-11 02:51:04,261 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,261 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,263 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,263 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,275 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,279 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,279 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,287 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,291 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,291 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,291 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,291 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,330 [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 2025-03-11 02:51:04,331 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,331 [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 2025-03-11 02:51:04,333 [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 2025-03-11 02:51:04,334 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,340 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,343 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,348 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,349 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,350 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,352 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,352 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,353 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,353 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,371 [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 2025-03-11 02:51:04,372 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,373 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,375 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,377 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,380 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,385 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,386 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,387 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,389 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,389 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,390 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,390 [main] Logical connection got, tx=null
WARN  2025-03-11 02:51:04,393 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-03-11 02:51:04,398 [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 2025-03-11 02:51:04,399 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,399 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-03-11 02:51:04,402 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-03-11 02:51:04,402 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,418 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,420 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,420 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,420 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,420 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,440 [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 2025-03-11 02:51:04,447 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,448 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,461 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,462 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,463 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,465 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,465 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,465 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,466 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,485 [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 2025-03-11 02:51:04,489 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,489 [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 2025-03-11 02:51:04,490 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,490 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,490 [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 2025-03-11 02:51:04,491 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,491 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,493 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,495 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,509 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,509 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,509 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,510 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,529 [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 2025-03-11 02:51:04,532 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,532 [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 2025-03-11 02:51:04,536 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,536 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,536 [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 2025-03-11 02:51:04,537 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,537 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,537 [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 2025-03-11 02:51:04,539 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,539 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,539 [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 2025-03-11 02:51:04,540 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,540 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,540 [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 2025-03-11 02:51:04,541 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,541 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,543 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,545 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,547 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,550 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,555 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,557 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,559 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741629061702/5, BranchId=]
DEBUG 2025-03-11 02:51:04,559 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,560 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/5, BranchId=]
DEBUG 2025-03-11 02:51:04,560 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/5, BranchId=]
DEBUG 2025-03-11 02:51:04,560 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/5, BranchId=]
DEBUG 2025-03-11 02:51:04,579 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-03-11 02:51:04,580 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/5, BranchId=]
DEBUG 2025-03-11 02:51:04,580 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-03-11 02:51:04,580 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/5, BranchId=]
DEBUG 2025-03-11 02:51:04,581 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/5, BranchId=]
DEBUG 2025-03-11 02:51:04,581 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-03-11 02:51:04,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/5, BranchId=]
DEBUG 2025-03-11 02:51:04,581 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741629061702/5, BranchId=]
DEBUG 2025-03-11 02:51:04,581 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-03-11 02:51:04,582 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741629061702/5, BranchId=]
DEBUG 2025-03-11 02:51:04,582 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741629061702/5, BranchId=]
DEBUG 2025-03-11 02:51:04,582 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,584 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,590 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,596 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,597 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,597 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,600 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,600 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,600 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,600 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,620 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,623 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,625 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,627 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,632 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,632 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,639 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,641 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,641 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,641 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,641 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,661 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,665 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,681 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,683 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,684 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,684 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,684 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,691 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-03-11 02:51:04,693 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,694 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,708 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,716 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,716 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,718 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,719 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,725 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-03-11 02:51:04,727 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,744 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,744 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,744 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,744 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,751 [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 2025-03-11 02:51:04,753 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,754 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,768 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,770 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,770 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,770 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,771 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,777 [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 2025-03-11 02:51:04,779 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,781 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,792 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,793 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,794 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,796 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,796 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,797 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,797 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,816 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,817 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,817 [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 2025-03-11 02:51:04,821 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,821 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,823 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,835 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,836 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,838 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,838 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,839 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,839 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,858 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,859 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,861 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,865 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,868 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,868 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,876 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,877 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,877 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,877 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,896 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-03-11 02:51:04,897 [main] Physical connection closed
DEBUG 2025-03-11 02:51:04,898 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,899 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,901 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,903 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:04,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-11 02:51:04,915 [main] Physical connection got
DEBUG 2025-03-11 02:51:04,915 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,915 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:04,915 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:04,934 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-03-11 02:51:04,935 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.124 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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.009 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.009 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-03-11 02:51:04,989 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:04,990 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-11 02:51:04,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:04,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:04,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,006 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-11 02:51:05,009 [main] Physical connection got
DEBUG 2025-03-11 02:51:05,009 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:05,013 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,016 [main] Physical connection closed
DEBUG 2025-03-11 02:51:05,017 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:05,018 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-11 02:51:05,020 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,022 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,025 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,025 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,034 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,038 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-11 02:51:05,041 [main] Physical connection got
DEBUG 2025-03-11 02:51:05,042 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:05,047 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,047 [main] Physical connection closed
DEBUG 2025-03-11 02:51:05,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:05,049 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-11 02:51:05,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,063 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,066 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-11 02:51:05,069 [main] Physical connection got
DEBUG 2025-03-11 02:51:05,070 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:05,074 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,075 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-03-11 02:51:05,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:05,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,091 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,092 [main] Physical connection got
DEBUG 2025-03-11 02:51:05,092 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:05,093 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,094 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-03-11 02:51:05,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:05,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,099 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,102 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,103 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,108 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,109 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,112 [main] Physical connection got
DEBUG 2025-03-11 02:51:05,112 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:05,140 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,140 [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 2025-03-11 02:51:05,144 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,144 [main] Physical connection closed
DEBUG 2025-03-11 02:51:05,145 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:05,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,148 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,159 [main] Physical connection got
DEBUG 2025-03-11 02:51:05,159 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:05,177 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,177 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:05,177 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,178 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:05,205 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,210 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:05,210 [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 2025-03-11 02:51:05,212 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,213 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-03-11 02:51:05,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:05,239 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-11 02:51:05,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,254 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-11 02:51:05,266 [main] Physical connection got
DEBUG 2025-03-11 02:51:05,266 [main] Logical connection got, tx=null
WARN  2025-03-11 02:51:05,269 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-03-11 02:51:05,270 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-03-11 02:51:05,270 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,271 [main] Physical connection closed
DEBUG 2025-03-11 02:51:05,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:05,274 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-11 02:51:05,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,285 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,299 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,300 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,303 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-11 02:51:05,310 [main] Physical connection got
DEBUG 2025-03-11 02:51:05,310 [main] Logical connection got, tx=null
WARN  2025-03-11 02:51:05,319 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-03-11 02:51:05,320 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-03-11 02:51:05,321 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,321 [main] Physical connection closed
DEBUG 2025-03-11 02:51:05,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:05,322 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-11 02:51:05,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,330 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,330 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,338 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-11 02:51:05,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:05,343 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-11 02:51:05,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,346 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,355 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,358 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-03-11 02:51:05,365 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:05,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,367 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,397 [main] Physical connection got
DEBUG 2025-03-11 02:51:05,397 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:05,399 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,399 [main] Physical connection closed
DEBUG 2025-03-11 02:51:05,409 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:05,409 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,411 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,427 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,437 [main] Physical connection got
DEBUG 2025-03-11 02:51:05,437 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:05,438 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,438 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-03-11 02:51:05,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-03-11 02:51:05,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-11 02:51:05,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-11 02:51:05,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-11 02:51:05,457 [main] Physical connection got
DEBUG 2025-03-11 02:51:05,457 [main] Logical connection got, tx=null
DEBUG 2025-03-11 02:51:05,458 [main] Logical connection closed, tx=null
DEBUG 2025-03-11 02:51:05,458 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.379s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.974s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.677s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.383s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 seconds
[INFO] Finished at: Tue Mar 11 02:51:05 JST 2025
[INFO] Final Memory: 30M/406M
[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