Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2025-04-08 02:50:58,962 [main] Logical connection closed
updatedRows:1
DEBUG 2025-04-08 02:50:58,963 [main] Logical connection got
DEBUG 2025-04-08 02:50:58,963 [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-04-08 02:50:58,966 [main] Logical connection closed
DEBUG 2025-04-08 02:50:58,966 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-04-08 02:50:59,005 [main] Physical connection got
DEBUG 2025-04-08 02:50:59,005 [main] Logical connection got
DEBUG 2025-04-08 02:50:59,005 [main] Logical connection closed
DEBUG 2025-04-08 02:50:59,006 [main] Logical connection got
DEBUG 2025-04-08 02:50:59,017 [main] Logical connection closed
DEBUG 2025-04-08 02:50:59,018 [main] Logical connection got
DEBUG 2025-04-08 02:50:59,018 [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-04-08 02:50:59,020 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-08 02:50:58.795 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-08 02:50:59,021 [main] Logical connection got
DEBUG 2025-04-08 02:50:59,021 [main] Logical connection closed
DEBUG 2025-04-08 02:50:59,021 [main] Logical connection got
DEBUG 2025-04-08 02:50:59,025 [main] Logical connection closed
DEBUG 2025-04-08 02:50:59,026 [main] Logical connection got
DEBUG 2025-04-08 02:50:59,027 [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-04-08 02:50:59,028 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-08 02:50:58.795 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-08 02:50:59,028 [main] Logical connection got
DEBUG 2025-04-08 02:50:59,029 [main] UPDATE EMP SET tstamp = '2025-04-08 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-04-08 02.50.58'
DEBUG 2025-04-08 02:50:59,029 [main] Logical connection closed
DEBUG 2025-04-08 02:50:59,029 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 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.137 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-04-08 02:51:00,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:00,343 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:51:00,380 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:00,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:00,415 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:00,415 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:00,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:00,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:00,502 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:51:00,684 [main] Physical connection got
DEBUG 2025-04-08 02:51:00,684 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:00,766 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:00,771 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-04-08 02:51:00,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:00,783 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:00,787 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:00,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:00,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:00,796 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:00,808 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:00,811 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:00,812 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:00,826 [main] Physical connection got
DEBUG 2025-04-08 02:51:00,826 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:00,827 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:00,827 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:00,945 [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-04-08 02:51:00,951 [main] Physical connection closed
DEBUG 2025-04-08 02:51:00,953 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:00,954 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:00,957 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:00,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:00,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:00,966 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:00,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:00,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:00,979 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:00,984 [main] Physical connection got
DEBUG 2025-04-08 02:51:00,984 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:00,984 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:00,984 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,025 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,050 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,053 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,058 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,080 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,081 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,085 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,085 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,085 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,085 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,136 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,141 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,155 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,175 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,178 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,178 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,178 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,179 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,213 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,219 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,221 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,222 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,242 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,243 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,246 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,246 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,247 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,247 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,280 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,286 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,297 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,312 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,312 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,312 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,312 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,344 [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-04-08 02:51:01,348 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,355 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,367 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,370 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,373 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,374 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,374 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,374 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,405 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,411 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,413 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,415 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,418 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,430 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,436 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,436 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,437 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,437 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,480 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,485 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,487 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,488 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,490 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,492 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,510 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,510 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,511 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,511 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,538 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,542 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,545 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,549 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,562 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,564 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,564 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,570 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744048261570/0, BranchId=]
DEBUG 2025-04-08 02:51:01,572 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,573 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/0, BranchId=]
DEBUG 2025-04-08 02:51:01,573 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/0, BranchId=]
DEBUG 2025-04-08 02:51:01,573 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/0, BranchId=]
DEBUG 2025-04-08 02:51:01,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/0, BranchId=]
DEBUG 2025-04-08 02:51:01,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/0, BranchId=]
DEBUG 2025-04-08 02:51:01,625 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-08 02.51.01', 99, 'hoge', 0)
DEBUG 2025-04-08 02:51:01,630 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/0, BranchId=]
DEBUG 2025-04-08 02:51:01,631 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744048261570/0, BranchId=]
DEBUG 2025-04-08 02:51:01,632 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,633 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,634 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,636 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,652 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,653 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,656 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744048261570/1, BranchId=]
DEBUG 2025-04-08 02:51:01,657 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,657 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/1, BranchId=]
DEBUG 2025-04-08 02:51:01,657 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/1, BranchId=]
DEBUG 2025-04-08 02:51:01,657 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/1, BranchId=]
DEBUG 2025-04-08 02:51:01,684 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/1, BranchId=]
DEBUG 2025-04-08 02:51:01,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/1, BranchId=]
DEBUG 2025-04-08 02:51:01,696 [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-04-08 02:51:01,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/1, BranchId=]
DEBUG 2025-04-08 02:51:01,705 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/1, BranchId=]
DEBUG 2025-04-08 02:51:01,705 [main] UPDATE EMP SET tstamp = '2025-04-08 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-04-08 02:51:01,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/1, BranchId=]
DEBUG 2025-04-08 02:51:01,706 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744048261570/1, BranchId=]
DEBUG 2025-04-08 02:51:01,707 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,709 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,732 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744048261570/2, BranchId=]
DEBUG 2025-04-08 02:51:01,732 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,732 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/2, BranchId=]
DEBUG 2025-04-08 02:51:01,733 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/2, BranchId=]
DEBUG 2025-04-08 02:51:01,733 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/2, BranchId=]
DEBUG 2025-04-08 02:51:01,759 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/2, BranchId=]
DEBUG 2025-04-08 02:51:01,770 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/2, BranchId=]
DEBUG 2025-04-08 02:51:01,770 [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-04-08 02:51:01,772 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/2, BranchId=]
DEBUG 2025-04-08 02:51:01,773 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/2, BranchId=]
DEBUG 2025-04-08 02:51:01,773 [main] UPDATE EMP SET tstamp = '2025-04-08 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-04-08 02:51:01,774 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/2, BranchId=]
DEBUG 2025-04-08 02:51:01,774 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744048261570/2, BranchId=]
DEBUG 2025-04-08 02:51:01,774 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,787 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,788 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,797 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,807 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,811 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744048261570/3, BranchId=]
DEBUG 2025-04-08 02:51:01,811 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/3, BranchId=]
DEBUG 2025-04-08 02:51:01,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/3, BranchId=]
DEBUG 2025-04-08 02:51:01,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/3, BranchId=]
DEBUG 2025-04-08 02:51:01,853 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/3, BranchId=]
DEBUG 2025-04-08 02:51:01,863 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/3, BranchId=]
DEBUG 2025-04-08 02:51:01,863 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-08 02:51:01,865 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/3, BranchId=]
DEBUG 2025-04-08 02:51:01,866 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/3, BranchId=]
DEBUG 2025-04-08 02:51:01,866 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-04-08 02:51:01,866 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/3, BranchId=]
DEBUG 2025-04-08 02:51:01,867 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744048261570/3, BranchId=]
DEBUG 2025-04-08 02:51:01,867 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,868 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,869 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,872 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,874 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,892 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,893 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,893 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,893 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,919 [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-04-08 02:51:01,921 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,923 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,927 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:01,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,939 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:01,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,953 [main] Physical connection got
DEBUG 2025-04-08 02:51:01,953 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,954 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:01,954 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:01,980 [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-04-08 02:51:01,989 [main] Physical connection closed
DEBUG 2025-04-08 02:51:01,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:01,991 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:01,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:01,996 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,000 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,013 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,014 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,014 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,014 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,039 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,048 [main] Physical connection closed
DEBUG 2025-04-08 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-04-08 02:51:02,050 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,055 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,071 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,072 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,072 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,072 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,096 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,113 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,124 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,124 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,136 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,137 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,137 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,137 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,161 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,171 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,173 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,176 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,191 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,193 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,197 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,197 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,197 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,197 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,224 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,234 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,235 [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-04-08 02:51:02,243 [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-04-08 02:51:02,244 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,247 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,249 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,268 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,270 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,271 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,271 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,271 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,298 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,307 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,308 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-08 02:51:02,312 [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-04-08 02:51:02,314 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,315 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,316 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,319 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,325 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,325 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,335 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,338 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,338 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,339 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,339 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,365 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,381 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,381 [main] select * from emp
DEBUG 2025-04-08 02:51:02,384 [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-04-08 02:51:02,386 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,396 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,396 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,404 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,407 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,407 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,407 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,407 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,434 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,442 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,442 [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-04-08 02:51:02,446 [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-04-08 02:51:02,447 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,449 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,449 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,453 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,457 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,457 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,464 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,465 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,466 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,468 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,469 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,469 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,469 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,491 [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-04-08 02:51:02,499 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,501 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,517 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,520 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,520 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,520 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,520 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,541 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,549 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,550 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-08 02:51:02,552 [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-04-08 02:51:02,553 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,564 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,570 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,574 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,575 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,575 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,575 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,596 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,616 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,616 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-08 02:51:02,622 [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-04-08 02:51:02,624 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,625 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,626 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,628 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,630 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,633 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,634 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,640 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,641 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,642 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,644 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,644 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,644 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,645 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,665 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,674 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,674 [main] select * from emp
DEBUG 2025-04-08 02:51:02,675 [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-04-08 02:51:02,677 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,678 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,679 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,683 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,686 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,686 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,694 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,697 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,697 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,697 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,697 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,718 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,726 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,726 [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-04-08 02:51:02,728 [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-04-08 02:51:02,729 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,738 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,740 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,759 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,762 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,762 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,762 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,762 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,782 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,790 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,790 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-08 02:51:02,791 [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-04-08 02:51:02,792 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,812 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,812 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,812 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,812 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,831 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,839 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,839 [main] select count(*) from emp
DEBUG 2025-04-08 02:51:02,841 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,841 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,843 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,856 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,860 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,860 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,860 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,860 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,885 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,893 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,893 [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-04-08 02:51:02,894 [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-04-08 02:51:02,895 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,896 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,914 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,914 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,914 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,915 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,934 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,942 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,942 [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-04-08 02:51:02,943 [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-04-08 02:51:02,944 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,945 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,945 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,949 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,952 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,952 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:02,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,962 [main] Physical connection got
DEBUG 2025-04-08 02:51:02,962 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,962 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,963 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,982 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:02,989 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:02,989 [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-04-08 02:51:02,990 [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-04-08 02:51:02,990 [main] Physical connection closed
DEBUG 2025-04-08 02:51:02,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:02,992 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:02,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:02,996 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,999 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:02,999 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,004 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,005 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,006 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,008 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,008 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,008 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,009 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,026 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,033 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,033 [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-04-08 02:51:03,034 [main] Logical connection closed, tx=null
[Ljava.util.Map;@31304043
DEBUG 2025-04-08 02:51:03,034 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,050 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,052 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,053 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,053 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,053 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,071 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,078 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,078 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-04-08 02:51:03,080 [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-04-08 02:51:03,081 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,082 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,083 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,085 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,086 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,090 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,095 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,099 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,099 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,099 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,099 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,117 [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-04-08 02:51:03,124 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,124 [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-04-08 02:51:03,127 [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-04-08 02:51:03,128 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,130 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,132 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,133 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,136 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,137 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,143 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,143 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,145 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,146 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,146 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,146 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,163 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,167 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,167 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-08 02:51:03,168 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,168 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,184 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,186 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,186 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,187 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,187 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,206 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,209 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,210 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-08 02:51:03,210 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,210 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,212 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,216 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,219 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,225 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,226 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,226 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,229 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,229 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,229 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,230 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,242 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,243 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,243 [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-04-08 02:51:03,244 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-04-08 02:51:03,245 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,246 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,248 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,250 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,253 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,262 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,262 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,263 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,263 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,274 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,275 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,275 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-04-08 02:51:03,276 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-04-08 02:51:03,277 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,290 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,297 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,299 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744048261570/4, BranchId=]
DEBUG 2025-04-08 02:51:03,299 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/4, BranchId=]
DEBUG 2025-04-08 02:51:03,300 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/4, BranchId=]
DEBUG 2025-04-08 02:51:03,300 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/4, BranchId=]
DEBUG 2025-04-08 02:51:03,317 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/4, BranchId=]
DEBUG 2025-04-08 02:51:03,324 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/4, BranchId=]
DEBUG 2025-04-08 02:51:03,325 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-08 02.51.03', 9999, 'test', 50)
DEBUG 2025-04-08 02:51:03,325 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/4, BranchId=]
DEBUG 2025-04-08 02:51:03,325 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/4, BranchId=]
DEBUG 2025-04-08 02:51:03,325 [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-04-08 02:51:03,327 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/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-04-08 02:51:03,328 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/4, BranchId=]
DEBUG 2025-04-08 02:51:03,328 [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-04-08 02:51:03,328 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-04-08 02:51:03.324 {50, null, null, 0}
DEBUG 2025-04-08 02:51:03,329 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744048261570/4, BranchId=]
DEBUG 2025-04-08 02:51:03,329 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,331 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,337 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,344 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,347 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,347 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,347 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,347 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,368 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,376 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,378 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,380 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,394 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,396 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,396 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,396 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,397 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,417 [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-04-08 02:51:03,428 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,429 [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-04-08 02:51:03,431 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,431 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,433 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,433 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,435 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,437 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,451 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,451 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,452 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,452 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,473 [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-04-08 02:51:03,484 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,484 [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-04-08 02:51:03,485 [main] Logical connection closed, tx=null
[]
DEBUG 2025-04-08 02:51:03,485 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,487 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,488 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,490 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,492 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,504 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,505 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,508 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,508 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,508 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,508 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,529 [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-04-08 02:51:03,535 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,535 [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-04-08 02:51:03,537 [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-04-08 02:51:03,538 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,540 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,554 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,555 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,558 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,558 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,558 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,558 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,578 [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-04-08 02:51:03,582 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,584 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,588 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,602 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,602 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,602 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,603 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,623 [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-04-08 02:51:03,631 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,631 [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-04-08 02:51:03,634 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,634 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,636 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,640 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,644 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,654 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,654 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,654 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,654 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,674 [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-04-08 02:51:03,683 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,683 [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-04-08 02:51:03,684 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,684 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,686 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,686 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,690 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,705 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,705 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,705 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,705 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,746 [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-04-08 02:51:03,747 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,748 [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-04-08 02:51:03,749 [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-04-08 02:51:03,750 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,752 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,754 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,763 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,764 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,765 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,767 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,767 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,767 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,767 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,783 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-08 02:51:03,784 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,785 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,787 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,791 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,800 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,801 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,801 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,801 [main] Logical connection got, tx=null
WARN  2025-04-08 02:51:03,804 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-04-08 02:51:03,809 [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-04-08 02:51:03,810 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,810 [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-04-08 02:51:03,812 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-04-08 02:51:03,813 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,814 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,818 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,825 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,826 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,827 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,829 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,829 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,829 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,829 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,846 [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-04-08 02:51:03,853 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,854 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,856 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,858 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,867 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,870 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,870 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,870 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,870 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,887 [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-04-08 02:51:03,891 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,892 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2025-04-08 02:51:03,892 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,893 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,893 [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-04-08 02:51:03,894 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,894 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,895 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,895 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,897 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,899 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,902 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,902 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,907 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,908 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,908 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,911 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,913 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,913 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,914 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,931 [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-04-08 02:51:03,934 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,934 [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-04-08 02:51:03,937 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,937 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,938 [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-04-08 02:51:03,938 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,939 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,939 [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-04-08 02:51:03,941 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,941 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,942 [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-04-08 02:51:03,942 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,943 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:03,943 [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-04-08 02:51:03,943 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:03,943 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,945 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,951 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:03,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,968 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744048261570/5, BranchId=]
DEBUG 2025-04-08 02:51:03,969 [main] Physical connection got
DEBUG 2025-04-08 02:51:03,969 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/5, BranchId=]
DEBUG 2025-04-08 02:51:03,969 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/5, BranchId=]
DEBUG 2025-04-08 02:51:03,969 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/5, BranchId=]
DEBUG 2025-04-08 02:51:03,986 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-04-08 02:51:03,987 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/5, BranchId=]
DEBUG 2025-04-08 02:51:03,987 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-08 02:51:03,987 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/5, BranchId=]
DEBUG 2025-04-08 02:51:03,988 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/5, BranchId=]
DEBUG 2025-04-08 02:51:03,988 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-04-08 02:51:03,988 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/5, BranchId=]
DEBUG 2025-04-08 02:51:03,988 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048261570/5, BranchId=]
DEBUG 2025-04-08 02:51:03,988 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-08 02:51:03,989 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048261570/5, BranchId=]
DEBUG 2025-04-08 02:51:03,989 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744048261570/5, BranchId=]
DEBUG 2025-04-08 02:51:03,989 [main] Physical connection closed
DEBUG 2025-04-08 02:51:03,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:03,991 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:03,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:03,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,997 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:03,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,004 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,006 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,006 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,007 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,007 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,024 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,028 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,029 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,047 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,049 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,052 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,052 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,052 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,052 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,069 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,074 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,075 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,077 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,079 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,090 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,090 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,090 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,091 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,097 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-04-08 02:51:04,099 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,100 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,107 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,112 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,113 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,114 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,114 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,115 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,115 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,121 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-04-08 02:51:04,122 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,130 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,130 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,135 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,135 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,137 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,137 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,138 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,138 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,144 [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-04-08 02:51:04,145 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,146 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,147 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,149 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,159 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,161 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,161 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,161 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,161 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,167 [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-04-08 02:51:04,169 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,184 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,184 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,185 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,185 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,200 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,201 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,201 [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-04-08 02:51:04,205 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,205 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,207 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,208 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,212 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,213 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,217 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,218 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,218 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,221 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,221 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,222 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,222 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,237 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,238 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,253 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,253 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,254 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,254 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,269 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-08 02:51:04,270 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,272 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,275 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,278 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,278 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,282 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,283 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,283 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:51:04,286 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,286 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,286 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,286 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,302 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-08 02:51:04,303 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.531 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-04-08 02:51:04,353 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,353 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,368 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,371 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,371 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,374 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,377 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,378 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,378 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,380 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,381 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,384 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,389 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,392 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,394 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,395 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,398 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,399 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,400 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,414 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,417 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,417 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,420 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,421 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-04-08 02:51:04,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,441 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,441 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,443 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,443 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,444 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,444 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-04-08 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-04-08 02:51:04,448 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,452 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,453 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,457 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,458 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,459 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,459 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,475 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,475 [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-04-08 02:51:04,480 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,480 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,482 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,487 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,491 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,492 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,493 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,493 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,508 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,509 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,509 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,509 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,520 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,532 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,533 [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-04-08 02:51:04,535 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,535 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-04-08 02:51:04,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,552 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,557 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,565 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,576 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,576 [main] Logical connection got, tx=null
WARN  2025-04-08 02:51:04,578 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-04-08 02:51:04,579 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-04-08 02:51:04,579 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,580 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,581 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,583 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,593 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,597 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,597 [main] Logical connection got, tx=null
WARN  2025-04-08 02:51:04,598 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-04-08 02:51:04,599 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-04-08 02:51:04,599 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,599 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,601 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,606 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,613 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,617 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:51:04,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,620 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,629 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-04-08 02:51:04,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,636 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,640 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,640 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,646 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,646 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,647 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,647 [main] Physical connection closed
DEBUG 2025-04-08 02:51:04,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,658 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,658 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,659 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,659 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-04-08 02:51:04,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-08 02:51:04,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:51:04,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:51:04,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:51:04,672 [main] Physical connection got
DEBUG 2025-04-08 02:51:04,672 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:51:04,672 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:51:04,673 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.324s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.951s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.699s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.657s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Tue Apr 08 02:51:04 JST 2025
[INFO] Final Memory: 27M/411M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS